Link to home
Start Free TrialLog in
Avatar of fedmilk1
fedmilk1

asked on

How to create web msi package from VS 2012

I am converting a web application from VS 2008 to VS 2012, need to create an install package (msi file) that can install my web project application to our internal web site, but there does not have “web setup project” for me to add the setup project.  

I have download InstallShield Limited Edition 2013 but it created the msi looks like a windows install package, not web install package, it shows the Destination folder is “C:\Program Files (x86)\....” but no other choice,  and do not have feature to select site, virtual directory and application pool.
ASKER CERTIFIED SOLUTION
Avatar of Kishan Zunjare
Kishan Zunjare
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of fedmilk1
fedmilk1

ASKER

Is there any other way to deploy the web package?  I need to install it to the internal web site only.  I don't like to create a new profile.