/build/static/layout/Breadcrumb_cap_w.png

Microsoft Visio 2007

Version: 12

Don't be a Stranger!

Sign up today to participate, stay informed, earn points and establish a reputation for yourself!

Sign up! or login
Views: 6.2k  |  Created: 02/05/2010

Average Rating: 0
Visio 2007 has 1 inventory records, 3 Questions, 0 Blogs and 0 links. Please help add to this by sharing more!

Deployment Tips (4)

Most Common Setup Type
Not Determined
Average Package Difficulty Rating
Rated 3 / 5 (Average) based on 1 ratings
Most Commonly Reported Deployment Method
Not Determined
4
Command Line
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
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
2
Note
The "Welcome to the 2007 Microsoft Office system" dialog box shows up on first launch of the application, event if this is disabled through the Office Customization Tool.

The following article describes how to correct this problem:
http://support.microsoft.com/kb/929767
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
1
Note

Silent Uninstall similar to above worked for us for removing Visio 2007 with SCCM.

uninstall.xml contents

 

<Configuration Product="VisPro">

    <Display Level="None" CompletionNotic="No" SuppressModal="Yes" AcceptEula="Yes" /> -->
    <Logging Type="standard" Path="%temp%" Templates="Microsoft Office Visio Professional Setup(*).txt" /> -->
    <Setting Id="Reboot" Value="Never"/> -->
</Configuration>


uninstall.xml saved to .\VisPro.WW

Uninstall command :
\\server\share\setup.exe /uninstall VISPRO /config .\VisPro.WW\uninstall.xml
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
1
Command Line
Uninstall command that works for me.

setup.exe /config "(PathToXML)\Media\uninstall.xml /uninstall VisPro"

XML contents:

<Configuration Product="VisPro">

<Display Level="none"/>

<Setting Id="SETUP_REBOOT" Value="NEVER"/>

</Configuration>

I named it Uninstall.xml and it is in the ROOT DIR where the setup.exe is located.
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows

Inventory Records (1)

View inventory records anonymously contributed by opt-in users of the K1000 Systems Management Appliance.

Versions

Visio 2007

Version

12

Questions & Answers (3)

Questions & Answers related to Microsoft Visio 2007

3
ANSWERS
9
ANSWERS

Blogs (0)

Blog posts related to Microsoft Visio 2007

Reviews (0)

Reviews related to Microsoft Visio 2007

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ