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

CReating install from Visual Studio

I am using the limited edition that comes with Visual Studio.

I was able to create an install. When I run on my development machine, it workd (somewhat). When I run the install on a windows 2012 server, it gets to the point where it is installing IIS, and then rolls back. At the end, the wizard says "The installation was interrupted…" I don;t know how to troubleshoot this.

Someone told me i can produce a log oif the install my running the MSI from the command l ine. I don't see where the install produces a MSI file, only setup.exe.

Also, the install doesn’t appear to have the ability to create an application pool. When I run on development, it assigned the site to the default pool. Is there a way in LE to correct this?

I ran with logging enabled and am seeing the following error in the log:

SetAspversion: machine is 64-bit and IIS running in a bit mode other than the currently selected mode

Not sure if this is the issue, but it started rolling back after this.

Can I target 32 and 64 bit platforms?
0 Kudos
(1) Reply
SwethaRao
Level 7

Hello,

Try creating a separate App pool for the website or the web application and set "Enable 32-Bit Application" to "YES" under Application pool properties. That should help with installation without errors.

To create verbose logs for the msi, please refer to the below article:-

http://msdn.microsoft.com/en-us/library/windows/desktop/aa367988(v=vs.85).aspx

Let us know for any further help.

Best regards,
Swetha Rao

InstallShield Support Engineer
0 Kudos