ThinApp User’s Guide : Deploying Applications : Establishing File Type Associations with the thinreg.exe Utility : Run the thinreg.exe Utility

Run the thinreg.exe Utility
This example provides some sample thinreg.exe commands. The package name in the thinreg.exe commands can appear in the following ways:
As a variation, you can use a wildcard specification, such as *.exe.
If the path or filename contains spaces, enclose the path in double quotation marks. The following command shows the use of double quotation marks.
thinreg.exe "\\DEPLOYSERVER\ThinApps\Microsoft Office Word 2007.exe"
For information about thinreg.exe parameters, see Optional thinreg.exe Parameters.
To run the thinreg.exe utility
1
2
thinreg.exe [<optional_parameters>] [<package1.exe>][<package2.exe>][<packages_by_wildcard>]
If the server name is DEPLOYSERVER and the share is ThinApps, use the following example to register Microsoft Word for the logged-in user.
ThinReg.exe "\\DEPLOYSERVER\ThinApps\Microsoft Office 2007 Word.exe"
Use the following example to register all Microsoft Office applications in the specified directory for the logged-in user.
ThinReg.exe "\\DEPLOYSERVER\ThinApps\Microsoft Office *.exe"