Windows Develop Bookmark and Share   
 index > ClickOnce and Setup & Deployment Projects > Where to temper
 

Where to temper

My application needs to install a USB driver. The hardware manufacture supplies a separate installer and its associated files. When I create my setup project where should it install these files, on the target machine? Once the path for the installed driver is included in the driver setup. I just need to know where to locate these files during install. After install I will deleate them.

BarberColman  Tuesday, August 18, 2009 8:30 PM

I would install them as a prerequisite. To do that, you need to roll a setup & deployment package just for this, unless all of the files are included in the installer (i.e. it's an msi or something like that).

Onceyou have an install package, you can use the Bootstrapper Manifest Generator to add it to the prerequisites list in VIsual Studio, then select it as a prerequisite.

Here is some information about the BMG.

BMG Guyer
http://social.msdn.microsoft.com/Forums/en-US/winformssetup/thread/92d68fc3-3c00-4435-9d45-f781aad89ad1

Instructions on using it:
http://jcrawfor74.wordpress.com/2008/02/27/bootstrap-manifest-generator-how-to-custom-pre-requisites/

RobinDotNet


Click here to visit my ClickOnce blog!
RobinDotNet  Tuesday, August 18, 2009 11:16 PM

I would install them as a prerequisite. To do that, you need to roll a setup & deployment package just for this, unless all of the files are included in the installer (i.e. it's an msi or something like that).

Onceyou have an install package, you can use the Bootstrapper Manifest Generator to add it to the prerequisites list in VIsual Studio, then select it as a prerequisite.

Here is some information about the BMG.

BMG Guyer
http://social.msdn.microsoft.com/Forums/en-US/winformssetup/thread/92d68fc3-3c00-4435-9d45-f781aad89ad1

Instructions on using it:
http://jcrawfor74.wordpress.com/2008/02/27/bootstrap-manifest-generator-how-to-custom-pre-requisites/

RobinDotNet


Click here to visit my ClickOnce blog!
RobinDotNet  Tuesday, August 18, 2009 11:16 PM

You can use google to search for other answers

Custom Search

More Threads

• Visual Studio 2008 Setup & Deployment installer seems to require .NET 3.5
• Copy files to root of C: as part of a setup project
• Bootstrapping .Net 3.5 SP1 without connecting to Microsoft
• Smart Client Installation Problem
• Setupfile--auto reinstall...
• Won't give me full trust! :S
• setup wizard for the windows application?
• How to keep track of TARGETDIR?
• Getting ClickOnce to create a desktop shortcut
• Get resource file inside the application...