Bootstrapper with custom package
Posted
by JF
on Stack Overflow
See other posts from Stack Overflow
or by JF
Published on 2009-11-19T17:27:53Z
Indexed on
2010/06/16
19:02 UTC
Read the original article
Hit count: 358
msbuild
|bootstrapper
I'm currently developping a bootstrapper to deploy one of my VSTO addins.
I thus created a prerequisites list before compiled it with MSBuild, but I also need to test and install the otkloadr.dll fix (KB907417). In a first time I used a custom bootstrapper package, but the package directory and files must be included with my deployment if I want to use it. In fact I really want to have a very light setup kit, with only the setup.exe and the addin.msi files...
Is there a way to use a custom bootstrapper package embedded into the setup.exe ? If not, is there a standard bootstrapper package which include the KB907417 fix ?
© Stack Overflow or respective owner