Help - Search - Members - Calendar
Full Version: inksaver and reg help
MSFN Forums > Unattended Windows Discussion & Support > Application Installs

   


Google Internet Forums Unattended CD/DVD Guide
mado21
hi i need a switch for inksaver and how do i enter a serial number to register it silently thanks
mado21
thowas
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 ^^


thumbup.gif

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
slimzky
whoa, ive been waiting for the answer in this post.. i also need to silentinstall inksaver 2.. finally an answer .. tongue.gif but i cant understand it wacko.gif anyone who can translate this Please? yes.gif
Yzöwl
@ 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
slimzky
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.. blink.gif

heres my setup.iss file
CODE
[{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 huh.gif




Google Internet Forums Unattended CD/DVD Guide

This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.