cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
sanjoygr
Level 2

Deployment Target Machine Drive List

[FONT=Verdana] [SIZE=5]I want to show all the available drives in the target machine for deploying the application using Installshield ver 11.
Under product Properties we have InstallDir option of selecting [AdminToolsFolder],[AllUserProfile],..[ProgramFilesFolder]. I want to give option to the end user to select the available drives in his/her machine.
To do this I have to write the script under some rul, I want to know what to write how to write and how to call that script? [/SIZE] [/FONT]
Labels (1)
0 Kudos
(2) Replies
milostea
Level 3

Ese SelectDir or SelectDirEx function to present the user with a dialog. The other option is to gather the drives available on the machine (verify with GetDiskInfo function) and present them via a listbox in a custom dialog.
0 Kudos
sanjoygr
Level 2

Use WindowsVolume\YourFolder name as INSTALLDIR.
Go to dialog and change the DialogChangeInstallFolder make it disabe.
Now u can select only drives.

If I am wrong please let me know which step and what is right.
0 Kudos