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

Problem with SdAskDestPath2 Installshield 2008

Hi,:confused:

I am working on Installshield 2008,pure installscript project.In my script i am using SdAskDestPath2 dialog to select the installation directory.But I am facing one problem with this dialog, that is whenever we select the custom installation directory and if we click BACK button on this dialog; then if we come again to this dialog it always shows the default target directory which was set before.But I didn't find any issue when I press NEXT button on it.Can any one help me out this problem.Expecting your replies...

thanks in advance....
Labels (1)
0 Kudos
(2) Replies
esiemiat
Level 9

Can you attach the section of code for this dialog? Please include the code between the section label for this dialog and the next.
0 Kudos
MarkEarle
Level 6

tech_is,

What esiemiat is looking for is where you set the custom installation directory back to TARGETDIR, TARGETDIR = szDir; This should be done after returning from the dialog and before evaluating nResult for BACK or NEXT.

Cheers,

ME
0 Kudos