Skip to content
Install Location
Got a problem with Viscosity or need help? Ask here!
- Posts: 1
- Joined: Mon Aug 21, 2023 9:08 pm
Hi,
I'd like to run ViscosityCC.exe from unattended scripts. I've looked through my registry and whilst there are many Viscosity references, I can see no obvious entry for the install location (I was expecting a HKEY_LOCAL_MACHINE/SOFTWARE/SPARKLABS for example).
Is there a reliable/approved method for determining the install directory?
Regards,
Sam
I'd like to run ViscosityCC.exe from unattended scripts. I've looked through my registry and whilst there are many Viscosity references, I can see no obvious entry for the install location (I was expecting a HKEY_LOCAL_MACHINE/SOFTWARE/SPARKLABS for example).
Is there a reliable/approved method for determining the install directory?
Regards,
Sam
Hi Sam,
Viscosity's installer does not explicitly write its install location key to the registry, however you could pull the location from the Windows software section (which is used by Add/Remove programs). "CC85567E-DC83-4BB5-AD77-D84514C0D059" is the UUID for Viscosity in this area. For example
Generally however Viscosity should be installed to
James
Viscosity's installer does not explicitly write its install location key to the registry, however you could pull the location from the Windows software section (which is used by Add/Remove programs). "CC85567E-DC83-4BB5-AD77-D84514C0D059" is the UUID for Viscosity in this area. For example
Code: Select all
Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{CC85567E-DC83-4BB5-AD77-D84514C0D059}_is1/InstallLocation
Generally however Viscosity should be installed to
Code: Select all
Cheers,%ProgramFiles%\Viscosity
James
Web: https://www.sparklabs.com
Support: https://www.sparklabs.com/support
Twitter: https://twitter.com/sparklabs
Support: https://www.sparklabs.com/support
Twitter: https://twitter.com/sparklabs
2 posts
Page 1 of 1