RE: MSBuild GenerateBootstrapper for Office Compatibility Pack?



Hello Dave,

According to Office team's feedback, they do not have a plan for the Office
Compatibility Pack bootstrapper.

I understand that you are frustrated by the complexity of making a
bootstrapper for Office Compatibility Pack. I will try my best to help you
out.

Would you let me know the type of your setup project? Is it a Visual Studio
Setup Project or a setup project builtup via Windows SDK tools?

If it is a VS Setup Project, please refer to the MSDN article
http://msdn2.microsoft.com/en-us/library/aa730839.aspx
Some sample Bootstrapper Packages for .NET Framework, SQL Express, etc can
be found in the following directory if Windows SDK is installed
C:\Program Files\Microsoft SDKs\Windows\v6.0A\Bootstrapper\Packages

If it is developed by hardcoding, I think the sample from the below link
may help:
http://www.microsoft.com/downloads/details.aspx?FamilyId=BF253CFD-1EFC-4FC5-
BA7E-6A6F21403495&displaylang=en
Download Setup.exe Boostrapper Sample Source Code
http://www.microsoft.com/downloads/info.aspx?na=40&p=1&SrcDisplayLang=en&Src
CategoryId=&SrcFamilyId=bf253cfd-1efc-4fc5-ba7e-6a6f21403495&u=http%3a%2f%2f
go.microsoft.com%2ffwlink%2f%3flinkid%3d6302

Would you let me know the concrete problem that you encountered when
developing the bootstrapper?

By the way, we can extract the files contained in the EXE from
http://www.microsoft.com/downloads/details.aspx?FamilyId=941b3470-3ae9-4aee-
8f43-c6bb74cd1466&displaylang=en using the /extract switch. The available
switches are documented in the KB article at
http://support.microsoft.com/kb/912203/en-us.

Regards,
Jialiang Ge (jialge@xxxxxxxxxxxxxxxxxxxx, remove 'online.')
Microsoft Online Community Support

=================================================
Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
msdnmg@xxxxxxxxxxxxxx

This posting is provided "AS IS" with no warranties, and confers no rights.
=================================================


.



Relevant Pages

  • .net framework redistribution problem - broken link to boostrapper sample
    ... I'm trying to make a setup project that automatically installs the ... installed it just gave me the ".net framework not installed" message ... Anothet thing i was about try was the MS Setup.exe Bootstrapper sample ...
    (microsoft.public.dotnet.framework.setup)
  • RE: Experts please I need Your help.....
    ... Did you try to recreate your setup project after the installation of the ... I had problem like this and had to delete and recreate the setup project to ... > 3- I Set the Bootstrapper property to Windows Installer Bootstrapper. ... > But The .NET Framework redistributable did not packaged with the Setup.exe ...
    (microsoft.public.dotnet.languages.vb)
  • RE: Experts please I need Your help.....
    ... Did you recreate your setup project after the installation of the ... > 3- I Set the Bootstrapper property to Windows Installer Bootstrapper. ... > But The .NET Framework redistributable did not packaged with the Setup.exe ...
    (microsoft.public.dotnet.languages.vb)
  • Localizing the Visual Studio 2005 Bootstrapper
    ... I'm working on a Setup project for my .net 2 app, ... I'm confused about how to localize the .net 2 Bootstrapper Project. ... I have an en folder but I don't have any others. ...
    (microsoft.public.dotnet.framework.setup)

Loading