TinProductFolder
Full path of the folder under which InstallMate stores the installation information of the current product on the target system. This folder is a product-specific subfolder of the <TinFolder> root folder. The installation information for a product comprises its installation database, the Setup.exe application that acts as the installer and uninstaller, plus various auxiliary files used by the installer.
The actual folder location depends on the Windows version and the installation type (Current User or All Users/Administrator). Typical locations are as follows (for English versions of Windows):
- Windows 95, 98, Me: C:\Windows\All Users\Application Data\InstallMate\{...product GUID...}
- Windows NT4: C:\WinNT\Profiles\All Users\Application Data\InstallMate\{...product GUID...}
- Windows 2000, XP, 2003 : C:\Documents and Settings\All Users\Application Data\InstallMate\{...product GUID...}
- Windows Vista, 7, 2008 : C:\ProgramData\InstallMate\{...product GUID...}
Usage
You can refer to this variable as <TinProductFolder>. Do not change its value; it has been carefully configured for cross-platform compatibility.