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
- :
- Disable IIS Setup During Patch
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
May 09, 2008
09:22 AM
Disable IIS Setup During Patch
Hello-
I am creating a patch and it seems that every time I run the patch it sets up IIS again (I have the installer create virtual directories and application pools). Can someone tell me what to configure so it does not do this when I run a patch, but continues to do this when I run the full installer?
Thanks,
Andrew
I am creating a patch and it seems that every time I run the patch it sets up IIS again (I have the installer create virtual directories and application pools). Can someone tell me what to configure so it does not do this when I run a patch, but continues to do this when I run the full installer?
Thanks,
Andrew
(1) Reply
May 09, 2008
03:01 PM
I am taking this is an MSI project.
Go to the component and set a condition something like
$MYFEATURE<>1
So it only runs when the feature is not installed. I believe the value is either 1 or 2
Could someelse please confirm.
Go to the component and set a condition something like
$MYFEATURE<>1
So it only runs when the feature is not installed. I believe the value is either 1 or 2
Could someelse please confirm.