Looking for script to UN-install mathematica 7
I have a large number of computers that require the removal of mathematica 7. I made the installer for 8 but I have not found a way to remove 7 remotely using a .bat
0 Comments
[ + ] Show comments
Answers (1)
Please log in to answer
Posted by:
anonymous_9363
13 years ago
- Find the uninstall string in the registry (HKLM\Software\Windows\CurrentVersion\Uninstall\[ProductCode or ProductName])
- Use PSExec (a free tool from SysInternals) or your favoured remote execution tool in a loop, passing in machine names from a text file or from reading an OU or group from AD. There are many, many scripts available for this kind of thing. Start at computerperformance.co.uk as a start.
- Use PSExec (a free tool from SysInternals) or your favoured remote execution tool in a loop, passing in machine names from a text file or from reading an OU or group from AD. There are many, many scripts available for this kind of thing. Start at computerperformance.co.uk as a start.
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.