11

7
Group Policy Method 1: Script File Deploy
1. Create a shared path to the installer folder on the server.
2. Create a script file with the following command line parameter: \\server\shared
folder\setup.exe ROX_KEYTEXT=XX-XXXXX- XXXXX-XXXXX /qn REBOOT=ReallySuppress
To create Group Policy for Deploy
1. Launch Group Policy Object Editor.
2. Under Computer Configuration, select Windows Settings > Scripts, then double-click
Startup.
3. Click Add.
4. Browse for your script file.
5. Click OK
6. Restart the client machine and verify installation during login.
To uninstall by editing the script file (Windows 7, 8, 10)
Use the following
command:
C: \ProgramData\Uninstall \{8DACAB12-0391-409C-810B-
C0CCB547D4A3}\setup.exe” /X {8DACAB12-0391-409C-810B-C0CCB547D4A3}
/qn REBOOT=ReallySuppress
Group Policy Method 2: Zap Installer Deploy
Create a Zap file based on the following example:
[Application]
; Only FriendlyName and SetupCommand are required,
; everything else is optional.
; FriendlyName is the name of the program that will appear in the software
installation snap-in and the Add/Remove Programs tool. ; REQUIRED
FriendlyName = "Roxio Creator"
; SetupCommand is the command line used to run the program's Setup. With
Windows Server 2003 and later you must specify the fully qualified path containing
the setup program.
; Long file name paths need to be quoted. For example:
; SetupCommand = "\\server\share\long_folder\setup.exe" /unattend
; REQUIRED
SetupCommand = "\\server\share\setup.exe /ROX_KEYTEXT-XX- XXXXX-XXXXX-