mado21 Posted December 9, 2004 Posted December 9, 2004 hi i need a switch for inksaver and how do i enter a serial number to register it silently thanksmado21
thowas Posted March 30, 2005 Posted March 30, 2005 (edited) Salut,Pour le registre c'est:[HKEY_LOCAL_MACHINE\SOFTWARE\Strydent\InkSaver]"NextID"=dword:00000001"PagePath"="C:\\Program Files\\InkSaver\\""UserName"="XXXXXXX""CompanyName"="XXX""RegistrationNo"="XXXXXXXXX(sans tiret)""Description"="InkSaver 2.0 Web Version""VersionType"=dword:0000000b"Version"=dword:02000000L'installation sillentieuse j'y travaille encore ^^ edit:pour l'install silencieuse y faut faire: setup.exe -rrécupérer le SETUP.ISS dans le répertoire de windows et crée un fichier autoextractible avec winrar contenant ces 2 fichiers.;Le commentaire ci-dessous contient des commandes pour script SFXSetup=setup.exe -sTempModeSilent=1Overwrite=2Au final:echo ..:: Installation d'InkSaver ::..start /wait %systemdrive%\msapps\inksaver\inksaver.exestart /wait regedit.exe /S %systemdrive%\msapps\inksaver\key.regvoila,Thomas Edited March 30, 2005 by thowas
slimzky Posted March 30, 2005 Posted March 30, 2005 whoa, ive been waiting for the answer in this post.. i also need to silentinstall inksaver 2.. finally an answer .. but i cant understand it anyone who can translate this Please?
Yzöwl Posted March 30, 2005 Posted March 30, 2005 @ slimzky it's not martian... what don't you understand?Good day,For the registry this is:[HKEY_LOCAL_MACHINE\SOFTWARE\Strydent\InkSaver]"NextID"=dword:00000001"PagePath"="C:\\Program Files\\InkSaver\\""UserName"="XXXXXXX""CompanyName"="XXX""RegistrationNo"="XXXXXXXXX(without hyphens)""Description"="InkSaver 2.0 Web Version""VersionType"=dword:0000000b"Version"=dword:02000000Edit:for the silent install it is necessary to do: setup.exe -r to recover the SETUP.ISS in the windows directory and create an SFX with winrar containing these 2 files. ; The commentary below contains commands for the SFX scriptSetup=setup.exe -sTempModeSilent=1Overwrite=2The final one:echo ..:: InkSaver Installation ::..start /wait %systemdrive%\msapps\inksaver\inksaver.exestart /wait regedit.exe /S %systemdrive%\msapps\inksaver\key.reg
slimzky Posted March 30, 2005 Posted March 30, 2005 thnx Yzowl..ok ive got the setup.iss & my setup.exe, create sfx wiht that script.. but still the licence agreement window shows... need help.. heres my setup.iss file [{4025244F-7F7C-4AB8-BF9A-F4A017AE6674}-DlgOrder]Dlg0={4025244F-7F7C-4AB8-BF9A-F4A017AE6674}-SdWelcome-0Count=2Dlg1={4025244F-7F7C-4AB8-BF9A-F4A017AE6674}-SdAskDestPath-0[{4025244F-7F7C-4AB8-BF9A-F4A017AE6674}-SdWelcome-0]Result=1[{4025244F-7F7C-4AB8-BF9A-F4A017AE6674}-SdAskDestPath-0]szDir=D:\InkSaver\Result=1edit**** problem solved.. setup.iss file from the -r dowsnt seem to work f0r me.../r worked fine.. whats the difference with that? & y did they both create .iss file
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