spinejam
Sep 24 2006, 09:04 PM
I'm trying to make a customized regged silent install. Any suggestions???
cyberloner
Sep 25 2006, 01:07 AM
double click the installer... u may find a msi files inside your
username\Local Settings\Temp\
name as 17cc0a.msi or something like that... 13000mb
it is the msi of the snagit software.... so u may install it using
17cc0a.msi /qn or /qb
export the serial key from regedit.exe as register.reg
[HKEY_LOCAL_MACHINE\SOFTWARE\TechSmith\SnagIt\8]
import it back before or after the installation...
regedit /s register.reg
done!