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
- :
- Re: Installing setup files in custom folder
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
‎May 25, 2006
04:18 AM
Installing setup files in custom folder
Doing a installscript MSI project.
Requirement is that setup project files should be installed in a particular folder on the target system not in predefined locations in installshield.
and that folder is to be searched on the target system while set up is run.
Please help.
Thanks
Requirement is that setup project files should be installed in a particular folder on the target system not in predefined locations in installshield.
and that folder is to be searched on the target system while set up is run.
Please help.
Thanks
(2) Replies
‎May 28, 2006
02:28 PM
Randhir wrote:
Doing a installscript MSI project.
Requirement is that setup project files should be installed in a particular folder on the target system not in predefined locations in installshield.
and that folder is to be searched on the target system while set up is run.
Please help.
Thanks
This is exactly what I need to be able to do. I need to search an enviornment variable to install an addon. If the enviornment variable is not set, or the application is not where the variable points, then I need to prompt the user to find it.
If anyone can help us please chime in!
‎May 30, 2006
11:25 AM
For InstallScript MSI projects, you can use either a system search or FindAllFiles InstallScript function to search the file system, for example.
(As an aside, you might have better luck posting any follow-up questions in the InstallShield Windows 11.5 forum.)
(As an aside, you might have better luck posting any follow-up questions in the InstallShield Windows 11.5 forum.)