Jump to content


Search the Community

Showing results for tags 'silent'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Cloud
    • Azure
    • Microsoft Intune
    • Office 365
    • Windows 365
  • General Stuff
    • General Chat
    • Events
    • Site News
    • Official Forum Supporters
    • Windows News
    • Suggestion box
    • Jobs
  • MDT, SMS, SCCM, Current Branch &Technical Preview
    • How do I ?
    • Microsoft Deployment Toolkit (MDT)
    • SMS 2003
    • Configuration Manager 2007
    • Configuration Manager 2012
    • System Center Configuration Manager (Current Branch)
    • Packaging
    • scripting
    • Endpoint Protection
  • Windows Client
    • how do I ?
    • Windows 10
    • Windows 8
    • Windows 7
    • Windows Vista
    • Windows XP
    • windows screenshots
  • Windows Server
    • Windows Server General
    • Active Directory
    • Microsoft SQL Server
    • System Center Operations Manager
    • KMS
    • Windows Deployment Services
    • NAP
    • Failover Clustering
    • PKI
    • Hyper V
    • Exchange
    • IIS/apache/web server
    • System Center Data Protection Manager
    • System Center Service Manager
    • System Center App Controller
    • System Center Virtual Machine Manager
    • System Center Orchestrator
    • Lync
    • Application Virtualization
    • Sharepoint
    • WSUS

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Website URL


Location


Interests

Found 2 results

  1. Hi, the process for uninstallation for ALL Office, Visio and Project versions (2007 and 2010) would go like this: create a new .xml file named: "SilentUninstallConfig.xml" and save it in your installation folder or where you want. Populate the file with: <Configuration Product="APPLICATIONID"> <Display Level="none" CompletionNotice="no" SuppressModal="yes" AcceptEula="yes" /> <Setting Id="SETUP_REBOOT" Value="Never" /> </Configuration> ____________________________________________________________________________ Replace the APPLICATIONID inside of " " with correct product id: Visio 2007 Standard: "VisStd" Visio 2007 Professional: "VisPro" Visio 2010 Professional: "Visio" ! (important: in 2010 version there is no VisPro, only Visio product id!) Project 2007 Standard: "PrjStd" Project 2010 Professional: "PrjPro" Office 2007 Standard: "Standard" Office 2007 Enterprise: "Enterprise" Office 2010 Professional: "ProPlus" Example: VISIO 2007 PROFESSIONAL: <Configuration Product="VisPro"> <Display Level="none" CompletionNotice="no" SuppressModal="yes" AcceptEula="yes" /> <Setting Id="SETUP_REBOOT" Value="Never" /> </Configuration> Second part is the command prompt order which goes like this: CMD: setup.exe /uninstall APPLICATION ID /config SilentUninstallConfig.xml AGAIN: replace the APPLICATION ID with the correct variable from examples shown above. P.S. You can find the product id from Microsoft's products in the XYZ.WW folder: CREATE A NEW PROGRAM IN SCCM 2007: ADD DISTRIBUTION POINT MAKE ADVERTISEMENT Important: In my case it did not work with the option of running the program with the DP, what worked was "Download content from DP and run locally", that means that it has to download 500 mb+ of data to every machine. Not the very best idea but that is how it works. Hints that will save you some nerves: 1. Be patient it can take up to 20-30min until you see the results on your test machine. SCCM 2007 is slow and somethimes buggy + it has to download xyz amount of data to the client. 2. In my case when you create a program it runs with both admin and user rights (user has to be local admin on the machine). 3. Ensure that there are not windows updates pending! very important! Advertisement will fail until client is free from windows updates. 4. Folder in Windows\SysWOW64\CCM\Cache is your friend, you can see there when the package is being downloaded. If for any reason package is already there but no results you have to delete that package otherwise advertisement will not download again! Tttt that's all folks! Open to suggestions how to make the process more efficient.
  2. I am trying to uninstall Microsoft Office 2010 via SCCM. I have inconsistently been able to successfully uninstall it a few different ways. The easiest way for me has been simply using the setup.exe. However, this isn't really an option since I have over 400 computers that this will need to be uninstalled from (400Mb going to all these computers is not an option). I've found a Microsoft Fixit that removes Office 2010 very nicely and it is a 2Mb file (can be downloaded here http://go.microsoft.com/?linkid=9737366). This solution is perfect because of the small file size. When I am am signed in as administrator and run it it uninstalls smoothly. When I deploy it as an application I run into issues. One of the main issues states that I need to "contact your administrator to change the installation user interface option of the package to basic". I've been trying all kinds of variations to this with no luck. Any help would be greatly appreciated.
×
×
  • 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.