• Welcome to TechPowerUp Forums, Guest! Please check out our forum guidelines for info related to our community.

SpecOps GPUpdate - uninstall DVD Architect

Joined
Apr 19, 2012
Messages
12,062 (2.75/day)
Location
Gypsyland, UK
System Name HP Omen 17
Processor i7 7700HQ
Memory 16GB 2400Mhz DDR4
Video Card(s) GTX 1060
Storage Samsung SM961 256GB + HGST 1TB
Display(s) 1080p IPS G-SYNC 75Hz
Audio Device(s) Bang & Olufsen
Power Supply 230W
Mouse Roccat Kone XTD+
Software Win 10 Pro
OK, so I have a version of DVD architect (5.0) installed in a classroom, and I cant simply supercede the version by installing the 6.0 version, as Sony are slightly stupid.
So, I went to do the same thing I did with Sony Movie Studio 12:

Select computers in domain controller, load up SpecOps and run exectuable with the following code in the two fields:

C:\Windows\System32\msiexec.exe
/X{1C8AC59F-6464-11E2-A0C0-F04DA23A5C58} /q

This then sends the command to uninstall Sony Movie Studio 12 (just the video editing software)

I got the ProductCode from the registry under Software/Windows/Uninstall and found the ProductCode there from the string modifier.

I can then deploy an MSI with the right perameters for a site license.

I'm trying to do the same with DVD Architect, but I cant find the ProductCode string, or any reference of an uninstaller for DVD Architect in the registry.

So I need to know either the code I can enter with SpecOps or need a command line I can use to find out the ProductCode for a specific program installed on a local machine.
 
Last edited:
Joined
Apr 19, 2012
Messages
12,062 (2.75/day)
Location
Gypsyland, UK
System Name HP Omen 17
Processor i7 7700HQ
Memory 16GB 2400Mhz DDR4
Video Card(s) GTX 1060
Storage Samsung SM961 256GB + HGST 1TB
Display(s) 1080p IPS G-SYNC 75Hz
Audio Device(s) Bang & Olufsen
Power Supply 230W
Mouse Roccat Kone XTD+
Software Win 10 Pro
If anyone cares, I managed to solve this by using the following command in Windows Powershell:

gwmi Win32_Product -Filter "Name LIKE '%DVD Architect%'"

This returned the Product Info code
 
Top