Windows Develop Bookmark and Share   
 index > ClickOnce and Setup & Deployment Projects > How to make prerequisites Bootstrapper for Sqlserver 2008 Express Sp1
 

How to make prerequisites Bootstrapper for Sqlserver 2008 Express Sp1

The Sqlserver 2008 Express have some bug, and the Sqlserver 2008 Express sp1 do well.
But I can only find the Bootstrapper for Sqlserver 2008 Express.
Where to find the prerequisites Bootstrapper for Sqlserver 2008 Express Sp1?
Willardryan  Saturday, September 12, 2009 11:00 PM

You will have to roll your own. To do this, get the redistributable for SQLServer 2008 Express SP-1.

Then use the Bootstrapper Manifest Generator (BMG) to create the prerequisite package, and copy the package into the same folder as the rest of the prerequisites, probably c:\Program Files\Microsoft SDKs\Windows\V6.0a\Bootstrapper\Packages.

Close and reopen Visual studio, and the package will show up in the Prerequisites list.

Here's where to get the BMG:

BMG post from 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  Sunday, September 13, 2009 12:03 AM

You will have to roll your own. To do this, get the redistributable for SQLServer 2008 Express SP-1.

Then use the Bootstrapper Manifest Generator (BMG) to create the prerequisite package, and copy the package into the same folder as the rest of the prerequisites, probably c:\Program Files\Microsoft SDKs\Windows\V6.0a\Bootstrapper\Packages.

Close and reopen Visual studio, and the package will show up in the Prerequisites list.

Here's where to get the BMG:

BMG post from 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  Sunday, September 13, 2009 12:03 AM
But the process to make a prequisite package is tedious, and must to know manny things, like how to do system check, the parameters..etc..
I have tried, but always fail to make a Sqlserver 2008 Express Sp1 prequisite package.
Willardryan  Wednesday, September 16, 2009 9:08 PM
Did you use the Bootstrapper Manifest Generator? It's fairly easy to run that, and then take the resulting package and put it in the appropriate folder. What part are you having problems with?

RobinDotNet
Click here to visit my ClickOnce blog!
RobinDotNet  Wednesday, September 16, 2009 10:38 PM

You can use google to search for other answers

Custom Search

More Threads

• Before posting, please confirm this is a relevant forum
• Passing sensitive information to ClickOnce Deployed Application
• CAtlHttpClient User_Agent
• How to add MS Access database to my distribution
• Change UI of Maintence dilaogbox (change repair radiobutton to reInstall Button).
• Anyone having problems w/ ClickOnce in the July CTP?
• Clickonce won't install, "Parsing and DOM creation of the manifest resulted in error"
• When I publish my sample 'Personal Website' to my Windows Server 2003 Enterprise Ed. I get this error...
• Click Once - Update really download changed files?
• How To Create a SetUP in ASP.NET