开发者

Bootstrapper with custom package

开发者 https://www.devze.com 2022-12-12 03:35 出处:网络
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 fi

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开发者_JAVA百科...

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 ?


I built one a quick sfx that unpacked all setup files to a temp directory, ran setup.exe, and deleted all files. I can't give it to you but it should take you no more than a day to replicate.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号