Managing install/uninstall of collection component using SCCM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I have a question about installation and uninstallation of product in a collection (like AEC for exemple). I'm using SCCM and the provided script from the Create Deployment option. For the installation, I use the setup.exe way, not the verbose with each msi.
Let's say I bundle Autocad MEP and Autocad Electrical. I then install both on a computer.
Now, on that computer, I must uninstall Autocad MEP. In the autocad MEP, it uninstall Autocad MEP component, but also many other like Autocad Core, Language Pack, Architecture, Autodesk licensing... If I run this uninstall as is, Autocad Electrical won't work anymore.
Thus, I need a way to know, in the uninstall script, if another package is installed. But since some install other component from other product, I cannot use GUID code or file-path for that (when I install Autocad MEP, it include Autocad Architecture even if it's there's no shortcut for it).
I also checked in add/remove programs, there's no entry of Architecture, neither in uninstall tool from Autocad. But if I checked in the uninstall key of Windows or ran the msiexec with the GUID of Architecture, it does uninstall it.
So, what are you doing to install only specific program and then uninstall everything if there's no more product? Is there a way to run the uninstall tool from Adobe in a silent mode for specific product?
What are you guys doing for this?
Thanks
