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
- :
- Advanced Properties for IIS Application Pool
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
‎Dec 16, 2014
05:01 AM
Advanced Properties for IIS Application Pool
Hello,
i want to write a Setup which will also install a web application.
Installing the Website and also a custom ApplicationPool in IIS is running fine so far.
Now i want to set advanced properties of the WebSite and the ApplicationPool
For example, i want to set the StartMode of the ApplicationPool to AlwaysRunning.
In InstallShield this property is missing.
How can i set advanced properties of the ApplicationPool or the WebSite?
Thank you in advance.
i want to write a Setup which will also install a web application.
Installing the Website and also a custom ApplicationPool in IIS is running fine so far.
Now i want to set advanced properties of the WebSite and the ApplicationPool
For example, i want to set the StartMode of the ApplicationPool to AlwaysRunning.
In InstallShield this property is missing.
How can i set advanced properties of the ApplicationPool or the WebSite?
Thank you in advance.
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎May 11, 2016
10:34 AM
Hi,
It's my humble, Please can you share the steps to create website and app pool in installshield
I getting below errors while creating the same
ustomAction ISIISInstall returned actual error code 1603 (note this may not be 100% accurate if translation happened inside sandbox)
Attempt to change property value had problems, HRESULT: -2147023483
InstallShield 22:26:36: Error with IISRT: -2147023483
It's my humble, Please can you share the steps to create website and app pool in installshield
I getting below errors while creating the same
ustomAction ISIISInstall returned actual error code 1603 (note this may not be 100% accurate if translation happened inside sandbox)
Attempt to change property value had problems, HRESULT: -2147023483
InstallShield 22:26:36: Error with IISRT: -2147023483
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎May 17, 2016
09:05 PM
Anything you can configure with APPCMD could be configured with a Custom Action. I tried to post an example, but it violates the security rules of this site. Send me a private email if you want an example.
Set the CA for
Deferred Execution in System Context
Install Exec Sequence After Install Files
Install Exec Condition of Not Installed
Set the CA for
Deferred Execution in System Context
Install Exec Sequence After Install Files
Install Exec Condition of Not Installed
