Hi Team,
How to uninstall the PDF Architect silently. Please help me on this.
Hi,
You can locate the required GUID to pass to msiexec.exe /x by opening regedit.exe at HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ for 32 bit machines(HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall for 64 bit), and search for the application name (or just browse through each sub folder untill you find it).
When you have found it you can pass it to msiexec as explained above:
msiexec.exe /x {GUID} /quiet
You will need admin rights and do this for every module you installed.
We will think of a way to make this easier in the future.
best regards,