cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
ricobautsch
Level 3

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.
Labels (1)
0 Kudos
(2) Replies
rammohanshastry
Level 2

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
0 Kudos
rguggisberg
Level 13

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
0 Kudos