Jump to content

inksaver and reg help


mado21

Recommended Posts

  • 3 months later...

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

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

Edited by thowas
Link to comment
Share on other sites

@ 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: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

Link to comment
Share on other sites

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:

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 :huh:

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...