This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Deployment Target Machine Drive List
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jan 25, 2006
01:50 AM
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]
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]
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jan 25, 2006
04:45 PM
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.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Feb 16, 2006
07:09 AM
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.
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.