SCCM 2007 R3 : How to deploy MS Visio 2007 Using SCCM 2007
-
Wednesday, May 02, 2012 3:13 PM
Hello,
I want to Deploy Visio 2007 Using SCCM 2007 R3, Please let me know the steps to Deploy Visio.
MNYash
All Replies
-
Wednesday, May 02, 2012 3:34 PM
http://itninja.com/software/microsoft/visio-2007
In order to silently install Visio 2007 you have to create a .MSP file. To do this run:
setup.exe /admin
Run the 'Office custimization tool' and under 'licensing and user interface' set the following properties:
* enter the product key,
* tick 'accept license agreement'
* untick 'completion notice'
* tick 'suppress modal'
In your source install folder create a config.xml file. If this exists and you reference it users will not be prompted.
Paste the XML below into your config.xml file.
<Configuration Product="VisPro">
<Display Level="none" CompletionNotice="no" SuppressModal="yes" AcceptEula="yes" />
<Setting Id="SETUP_REBOOT" Value="Never" />
</Configuration>
Your install command should look like this: (where %INSTALLPATH% is your source install folder)
"%INSTALLPATH%\visio2007\SETUP.EXE" /adminfile "%INSTALLPATH%\visio2007\visio.MSP" /config "%INSTALLPATH%\visio2007\config.xml"
Your uninstall command should look like this:
MsiExec.exe /X{90120000-0053-0000-0000-0000000FF1CE} /qn /norestart
-
Wednesday, May 02, 2012 3:34 PM
Deploy Visio like most other applications - here is a post that desribes hos to deploy Office 2010. You can use the same steps for Viso http://blog.coretech.dk/kea/deploy-microsoft-office-2010-with-configuration-manager-2007/Kent Agerlund | My blogs: blog.coretech.dk/kea and SCUG.dk/ | Twitter: @Agerlund | Linkedin: Kent Agerlund
- Marked As Answer by Michael Wray Friday, May 04, 2012 11:14 PM
- Unmarked As Answer by MNYash Tuesday, May 08, 2012 1:22 PM
- Marked As Answer by MNYash Tuesday, May 08, 2012 1:22 PM
-
Wednesday, May 02, 2012 3:37 PM
This is pretty similar to deploying any other software package through SCCM.
First, you need to create a package and a program to silently install Visio. You can look at http://itninja.com/ or the Microsoft documentation to figure out how to do this from the command line (as well as other customization). A quick google search for "visio 2007 silent install" pulls up this thread which explains in more detail:
http://forums.techarena.in/office-setup/832585.htm
Once you have the package and program ready inside SCCM, create an Advertisement that targets a collection of resources in order to execute the install.
For an overview of all the Software Deployment concepts, this area of the TechNet documentation should be helpful:
http://technet.microsoft.com/en-us/library/bb632640.aspx
I hope that helps!
Nash Pherson, Senior Systems Consultant, Now Micro - http://www.nowmicro.com <--- If this post was helpful, please click "Vote as Helpful".
- Proposed As Answer by NPherson Wednesday, May 02, 2012 6:08 PM
- Marked As Answer by Michael Wray Friday, May 04, 2012 11:14 PM
- Unmarked As Answer by MNYash Tuesday, May 08, 2012 1:22 PM
-
Wednesday, May 02, 2012 3:58 PM
Hi,
Please follow check this link, It may be helpful.
-
Wednesday, May 02, 2012 4:49 PM
Hi,
Thanks for sharing the Information.
I will follow the steps and i will update you.
MNYash
-
Tuesday, May 08, 2012 1:21 PM
Hi Kent,
Thanks for the document. It got resolved with the help of the document which you had shared.
MNYash

