Windows Develop Bookmark and Share   
 index > ClickOnce and Setup & Deployment Projects > Visual Studio 2005 Setup - Include a .exe in the Setup Project
 

Visual Studio 2005 Setup - Include a .exe in the Setup Project

Hi,

I am using VS 2005 Setup and Deployment to create a package for my program.

This program requires MS SOAP toolkit for MS Word 2003.exe, to be included in the project.
so in Custom Actions Editor, i included this exe file, but when i build and install this setup.msi, it says
"Another installation is in progress, You must complete that installation before continuing this one".

Can you please let me know, how to overcome this message box and install the prerequisite .exe file.


Sachiien
  • Moved byYiChun ChenMSFTMonday, March 23, 2009 9:05 AMDeployment issue (Moved from Visual Studio Setup and Installation to ClickOnce and Setup & Deployment Projects)
  •  
Sachiien  Thursday, March 19, 2009 3:57 PM
You can't run an MSI-based installer from a Visual Studio custom action because Windows doesn't allow simultaneous MSI-based installs. That's why you get the message.

The Bootstrap Manifest Generator is the general solution to getting prerequisites installed if they are not in the standard list provided by the Prerequisites button in the setup project.

Phil Wilson
PhilWilson  Monday, March 23, 2009 8:58 PM

Hi Sachiien,

I am moving this thread from Base "Visual StudioSetup and Installation"forum to the "ClickOnce and Setup & Deployment Projects" forum, since the issue is related to deployment. There are moredeployment experts in the "ClickOnce and Setup & Deployment Projects" forum.

Thanks


Please remember to mark the replies as answers if they help and unmark them if they provide no help.
YiChun Chen  Monday, March 23, 2009 9:04 AM
What do you want to achieve? Is that " MS SOAP toolkit for MS Word 2003.exe" installer too?
- Do you just want to bundle that exe in the installer so that exe will be copied to the installation dir during the application installation?
- Dou you want to launch that installer before/after the application installer?

Tomi Airaksinen - MCPD [Remember to click "mark as answered" when you get a correct reply to your question]
Tomi Airaksinen  Monday, March 23, 2009 9:28 AM
You can't run an MSI-based installer from a Visual Studio custom action because Windows doesn't allow simultaneous MSI-based installs. That's why you get the message.

The Bootstrap Manifest Generator is the general solution to getting prerequisites installed if they are not in the standard list provided by the Prerequisites button in the setup project.

Phil Wilson
PhilWilson  Monday, March 23, 2009 8:58 PM

You can use google to search for other answers

Custom Search

More Threads

• Where is Setting File?
• Wix installer is not clearing out shortcuts on uninstall after an upgrade.
• Setup needs to uninstall previous
• ClickOnce - multiple applications
• System.Deployment.Application without ClickOnce
• ClickOnce not publishing to the webpage
• [MSI] DIRCA_CheckFX fails on some PC
• Clickonce application prerequisites
• Installer not finding .Net framework properly
• IDownloadManager implementation in NET