cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
deepak407
Level 5

Back Button

Back button is not working.

Changes Made:

In the Project Assistant -> Installation Interview , i have checked no for every thing except the "License agreement Dialog ".

I dont want the user for changing the installation path.


In the above case the back button is not working.
Labels (1)
0 Kudos
(2) Replies
Not applicable

You can find following code in OnFirstUIBefore event handlers:

Dlg_SdStartCopy2:
szTitle = "";
szMsg = "";
//{{IS_SCRIPT_TAG(Dlg_SdStartCopy2)
nResult = SdStartCopy2( szTitle, szMsg );
//}}IS_SCRIPT_TAG(Dlg_SdStartCopy2)
if (nResult = BACK) goto Dlg_ObjDialogs;

Modify goto statements into:

goto Dlg_SdLicense2;
0 Kudos
deepak407
Level 5

Cool.................It works.
0 Kudos