Windows Develop Bookmark and Share   
 index > ClickOnce and Setup & Deployment Projects > Help! Windows Installer
 

Help! Windows Installer

Hallo everybody,

I'm using VS2005- Setup & Deployment projects

I wanna make a Windows Installer whichcombines a windows application I wrote andanother setup files such as a device driver setup file bythe devicemanufacturer.

I want the Windows Installerto install my windows application and run others setup files sequentially.

or How can I allow user to select the different mode of installation such as "Typical", "Full"or "Custom"?

Howto make this?

Thanks for help!

aryu  Monday, July 21, 2008 8:37 AM

To chain setup files you'll have to write a program that runs them one after another. The bootstrap manifest generator might be useful if you can get it to treat those other aspps like prerequisites that need installing before your setup.

Setups that offer Typical, Full, etc use these settings to derive a list of features that are installed. VS setups don't do features, so all you can use is conditions based on checkboxes, but there's no support for going back to reselect what to install later from Add/Remove Programs.VS setups aren't fully featured in that respect.

PhilWilson  Tuesday, July 22, 2008 8:21 PM

To chain setup files you'll have to write a program that runs them one after another. The bootstrap manifest generator might be useful if you can get it to treat those other aspps like prerequisites that need installing before your setup.

Setups that offer Typical, Full, etc use these settings to derive a list of features that are installed. VS setups don't do features, so all you can use is conditions based on checkboxes, but there's no support for going back to reselect what to install later from Add/Remove Programs.VS setups aren't fully featured in that respect.

PhilWilson  Tuesday, July 22, 2008 8:21 PM

You can use google to search for other answers

Custom Search

More Threads

• Problem with MSI Launch
• How can i add one check box and 2 textbox in one user interface dialog ?
• password area - Dim resolver As XmlUrlResolver = New XmlUrlResolver()
• How do I do a Shared Service installation with MSI
• VB6 calling VS2005 exe ?
• ClickOnce and "satellite" files
• Windows Vista and Service Install Project
• Stopping and Starting Services
• How to Auto Scheduler a Program after Install?
• Vista: MSI App fails to install