hi i need a switch for inksaver and how do i enter a serial number to register it silently thanks
mado21
Page 1 of 1
inksaver and reg help
#2
Posted 30 March 2005 - 08:48 AM
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:02000000
L'installation sillentieuse j'y travaille encore ^^

edit:
pour l'install silencieuse y faut faire: setup.exe -r
ré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 SFX
Setup=setup.exe -s
TempMode
Silent=1
Overwrite=2
Au final:
echo ..:: Installation d'InkSaver ::..
start /wait %systemdrive%\msapps\inksaver\inksaver.exe
start /wait regedit.exe /S %systemdrive%\msapps\inksaver\key.reg
voila,
Thomas
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:02000000
L'installation sillentieuse j'y travaille encore ^^
edit:
pour l'install silencieuse y faut faire: setup.exe -r
ré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 SFX
Setup=setup.exe -s
TempMode
Silent=1
Overwrite=2
Au final:
echo ..:: Installation d'InkSaver ::..
start /wait %systemdrive%\msapps\inksaver\inksaver.exe
start /wait regedit.exe /S %systemdrive%\msapps\inksaver\key.reg
voila,
Thomas
This post has been edited by thowas: 30 March 2005 - 09:16 AM
#3
Posted 30 March 2005 - 11:06 AM
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?
#4
Posted 30 March 2005 - 12:36 PM
@ slimzky it's not martian... what don't you understand?
Quote
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:02000000
Edit:
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 script
Setup=setup.exe -s
TempMode
Silent=1
Overwrite=2
The final one:
echo ..:: InkSaver Installation ::..
start /wait %systemdrive%\msapps\inksaver\inksaver.exe
start /wait regedit.exe /S %systemdrive%\msapps\inksaver\key.reg
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:02000000
Edit:
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 script
Setup=setup.exe -s
TempMode
Silent=1
Overwrite=2
The final one:
echo ..:: InkSaver Installation ::..
start /wait %systemdrive%\msapps\inksaver\inksaver.exe
start /wait regedit.exe /S %systemdrive%\msapps\inksaver\key.reg
#5
Posted 30 March 2005 - 12:52 PM
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
edit**** 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
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-0
Count=2
Dlg1={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=1
edit**** 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
Share this topic:
Page 1 of 1



Help
Back to top









