This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Uninstall Safeguard Easy 4.3 without any prompts

I am trying to uninstall and decrypt Windows XP machines using the following command:

msiexec /x {C7F3B40E-D70A-4E2C-B34B-E9023E564FBE} CFGFILE=c:\uninstall.cfg /qn

But, I do not want to be prompted to click on Next and enter the username/password.  Is there a way to do that?  Is there a switch I can use to put the user and password?

Bottom line: I am trying to deploy Windows 7 through SCCM/PXE boot but running into issues with encrypted XP machines.  So I am basically trying to uninstall safeguard on all XP machines without much administration.

Any help/suggestions would be appreciated.

:38441


This thread was automatically locked due to age.
Parents
  • We have managed to mostly automate the uninstallation process using Sophos' support recommended methods with the EXCEPTION of the uninstallation of the core, which is all required in order to access the unencrypted drive.  

    We are trying to script the uninstaller so that it has sufficient time to perform the disk unencryption during the core removal, however the SGN processes have to be killed first.  We can do this manually on XP but not in SCCM 2012.

    Ideas?

    Here are our command lines and script:

    taskkill /f /t /im SGN_MasterServicen.exe

    taskkill /f /t /im SGNMaster.exe

    MsiExec.exe /X {957BE63D-2202-4618-BA64-12115A1F8C93} /qn

    Restart in WinPE

    :48132
Reply
  • We have managed to mostly automate the uninstallation process using Sophos' support recommended methods with the EXCEPTION of the uninstallation of the core, which is all required in order to access the unencrypted drive.  

    We are trying to script the uninstaller so that it has sufficient time to perform the disk unencryption during the core removal, however the SGN processes have to be killed first.  We can do this manually on XP but not in SCCM 2012.

    Ideas?

    Here are our command lines and script:

    taskkill /f /t /im SGN_MasterServicen.exe

    taskkill /f /t /im SGNMaster.exe

    MsiExec.exe /X {957BE63D-2202-4618-BA64-12115A1F8C93} /qn

    Restart in WinPE

    :48132
Children
No Data