cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Indranik_Ray
Level 2

Deploying a website using Installscript project

Hi,

I wish to create an installscript project that would deploy a website on IIS.

My goal is to provide user a facility from where he can choose if he wants to deploy his web application as a separate website in IIS or as a virtual directory within the default website.

Is it possible?

Thanks,
Indranik Ray,
Software Engineer,
Cybage Softwares Pvt. Ltd.
Labels (1)
0 Kudos
(2) Replies
ChandanOmkar
Level 8

Here is the code attached for website/Virtual directory creation in IIS. Hope this will help you.
0 Kudos
pmatlock
Level 6

Chandan,
I have searching for something similar...I have been searching for a way to 'discover IIS web sites' and present the list to the user via InstallScript.
The Windows Installer does this for a Web Setup project, but I can't seem to find this functionality in InstallShield.

I need to give the user a UI to pick their desired web site to install the web application.

I can't seem to find any code that gives me the functions to discover IIS web sites, virtual directories, and application pools.

Thanks for any help!
0 Kudos