|
Question : InstallShield - Change install directory option
|
|
I am using InstallShield to install a program I wrote. Currently, the install prompts the user for an install location. By default it gives: c:\program files\myprog. & an option to Browse. I don't want to change this so that the user can only select C: or D: (roots only!), No Browse options either! My program will only work if installed on a root drive. How do I do this? Also would like to alter the text on this screen to convey this to the user.
|
|
Answer : InstallShield - Change install directory option
|
|
Take a look at SdAskDestPath() function in your code and documentation.
|
|
|