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: Accessing support files during mnaintenance installation
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 06, 2012
10:34 AM
Accessing support files during mnaintenance installation
I have successfully added a support file to an Installscript MSI project and seen the installation work for a new install. N.B. compressed setup.exe
Is it possible to re-access support files during maintenance installs ?
i.e. when a user choses to 'change' an installed product to add a new feature.
I'm guessing the answer is going to be no because i can see no mechanism to retrieve the support file from the original setup.exe or to place the support file with a cached msi file and re-access it.
But it would be excellent if there were a way to do it !
Is it possible to re-access support files during maintenance installs ?
i.e. when a user choses to 'change' an installed product to add a new feature.
I'm guessing the answer is going to be no because i can see no mechanism to retrieve the support file from the original setup.exe or to place the support file with a cached msi file and re-access it.
But it would be excellent if there were a way to do it !
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jan 06, 2012
12:46 PM
Files contained in the Support Files view of your project should be available during maintenance unless they were added to the Advanced Files | Disk1 files in the Support Files view. Files in Disk1 are more "setup" files than they are support files and will likely be unavailable during maintenance unless they are available in a known location accessible to the setup.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jan 09, 2012
03:39 AM
Thanks it now works 🙂