Jump to content


marlonc1980

How to make my program msi for deployment?

Recommended Posts

Office 2010 has everything you need for an unattended installation built into the Setup.exe

explore setup.exe /admin and make a MSP file.

 

An MSP file can either be specified by using setup.exe /adminfile filename.msp or by placing it in the updates folder.

You can only use 1 self-created MSP file.

 

You can also customize alot of the installation by using a config.xml file. This also can either be specified by using setup.exe /config config.xml or by placing it next to the setup.exe then it will be pulled by setup.exe automatically.

 

Read more about this in the resource kit on technet. http://technet.microsoft.com/en-us/library/ee460874(v=office.14).aspx

 

Btw, same method is used with Office 2007-2013.

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...


×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.