Comments
-
Here's a simple script to kill your installed product without using the SGUID, instead used the actual MSI file that was used to install the software. The %MYDIR% tells the msiexec to use the current SOURCE LOCATION where the MSI file is located. Start /wait is really not needed but if your script is used to uninstall and…
-
Dude the syntax in the online documentation is incorrect, today I was able to deploy to my techs MRC & DRS remotely with no issues. Sadly yesterday sucked because I was running into the same issues you had. Online manual (PDF page 27 is incorrect BAD SYNTAX).
-
Good morning Sir's You can uninstall software remotely use msiexec.exe /x{<GUID KEY FOR SOFTWARE>} Windows Installer. V 5.0.7601.17514 msiexec /Option <Required Parameter> [Optional Parameter] Install Options </package | /i> <Product.msi> Installs or configures a product /a <Product.msi> Administrative install - Installs a…
-
FYI, this issue has been resolved. Thanks everyone
-
Use my batch script also you may be using the wrong exe file, the correct exe file is named "DameWareRS-v11.1.exe" Create this script and run it with PSexec or SCCM @ECHO OFF :: :: Property of XXXXX :: Author: Henry Gonzalez, xxxxx Software Team :: Email: Henry.Gonzalez@xxxxxxxxxxxxxxxxxx :: Created on 30 December 2014 ::…