Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
All-Star
64969 Points
5621 Posts
Dec 04, 2008 03:48 AM|LINK
Hi,
When we build Web Setup project, it will produces two files, setup.exe and ApplicationName.msi. You can refer to http://www.vbforums.com/showthread.php?t=418714 for their differences.
There are many reasons can cause this issue, such as requirements are not meet. We can try to install it another x64 machine to see if it works.
We also can run it with log and to find some clues from it: msiexec /i path of msi file /l*vx .log file path
For more information about msiexec command line, see http://msdn.microsoft.com/en-us/library/aa367988.aspx
I look forward to hearing from you.
Thomas Sun –...
All-Star
64969 Points
5621 Posts
Re: Web Application Deployment Project: Installer Fails on Vista but not on XP Pro
Dec 04, 2008 03:48 AM|LINK
Hi,
When we build Web Setup project, it will produces two files, setup.exe and ApplicationName.msi. You can refer to http://www.vbforums.com/showthread.php?t=418714 for their differences.
There are many reasons can cause this issue, such as requirements are not meet. We can try to install it another x64 machine to see if it works.
We also can run it with log and to find some clues from it: msiexec /i path of msi file /l*vx .log file path
For more information about msiexec command line, see http://msdn.microsoft.com/en-us/library/aa367988.aspx
I look forward to hearing from you.
Microsoft Online Community Support
Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question.