DMD61 Posted February 15, 2009 Share Posted February 15, 2009 (edited) Excuse me the question.I know that is not an easy problem, but I try to ask the same.Is there any utility to insert the serial regularly purchased, at the various software in silent mode?O unfortunately be "designed" from time to time depending on the type of program?In my case, for example Total audio converter that uses the Inno Setup installer, I tried with the syntax / VERYSILENT / SERIAL = "xxxxxxxxxxxxx"You install a regular basis but the serial is not applied.Is there any other solution?Thanks Edited February 15, 2009 by DMD61 Link to comment Share on other sites More sharing options...
urie Posted February 15, 2009 Share Posted February 15, 2009 Not all inno setup installers allow you to add serial number what you can do is install the program and got to the registry and export serial number and add it after install. here is example but dont go with paths i am using.REG ADD %KEY%\1001 /VE /D "Registry Genius 3.0" /fREG ADD %KEY%\1001 /V 101 /D "CMD /C Start /Wait F:\APPS\RegistryGenius\RegistryGenius.com_Setup.exe /SILENT /SP- /NORESTART" /fREG ADD %KEY%\1001 /V 102 /D "REGEDIT /S F:\APPS\RegistryGenius\RegistryGenius1.reg" /fREG ADD %KEY%\1001 /V 103 /D "CMD /C DEL \"%USERPROFILE%\Desktop\Registry Genius.lnk\"" /fREG ADD %KEY%\1001 /V 104 /D "CMD /C DEL \"%USERPROFILE%\Application Data\Microsoft\Internet Explorer\Quick Launch\Registry Genius.lnk\"" /fRegistry Genius serial is exported from HKEY_LOCAL_MACHINE\SOFTWARE\RegistryGeniusas i said just an example Link to comment Share on other sites More sharing options...
amitri Posted February 16, 2009 Share Posted February 16, 2009 You could try this:01. Install software normally on fresh machine02. Start capturing the registry before inserting serial (RegFromApp would do this)03. Save and apply your .reg file when you need it or use it in silent installer (regedit /s somefile.reg) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now