Windows Develop Bookmark and Share   
 index > ClickOnce and Setup & Deployment Projects > Visual Studio Setup Project and Windows Installer Issues under Vista
 

Visual Studio Setup Project and Windows Installer Issues under Vista

Hello,
I build my setup files in visual studio (2008) with the "setup project". But I have problems installing this setup packages under vista. The time from the point were all questions are answered to the point were the UAC dialog is shown lasts a very long time (sometimes up to 10 minutes) - and nothing seams to happen in this period.

Does anyone has an idea who to speed up the installer?

Ciao!
  Stefan
Stefan 000000  Tuesday, October 06, 2009 9:41 AM
Do the install with a log:

msiexec /i <your msi file> /l*v <path to a log file>

and see where the time is being spent.

If you have lots of files it will have a performance impact.
Phil Wilson
PhilWilson  Tuesday, October 06, 2009 7:03 PM

You can use google to search for other answers

Custom Search

More Threads

• Can't verify publisher on signed drivers
• Publish to Remote Website using ClickOnce
• Installer build failed - why?
• Custom msbuild targets and ClickOnce
• Click-Once Update and Shortcuts
• VSTO Application Deployment Error in CustomAction
• Using ClickOnce with Window Services
• System Update Required
• VS 2008 ClickOnce and Destop Shortcut
• Setup Project Questions