PDA

Click to See Complete Forum and Search --> : InnoSetup silent install help.


stilekid007
May 16th, 2005, 08:23 PM
Hello,

I am trying to ge the /SILENT and /VERYSILENT features to work.

I can't quite figure out how to get it to work.

Can anyone show me how to setup the /VERYSILENT code into this?

Thanks! :thumb:


[Setup]

AppName=Myprog
AppVerName=MyProg1.5
CreateAppDir=no
OutputDir=C:\WINDOWS
OutputBaseFilename=Prog
Compression=lzma
SolidCompression=yes

[Files]
Source: "C:\Documents and Settings\DaNnY\Desktop\progfile.exe DestDir: "{win}"; Flags: ignoreversion
; NOTE: Don't use "Flags: ignoreversion" on any shared system files

Stilekid007 :wave:

randem
May 16th, 2005, 08:43 PM
Stilekid007,

Something like this in the RUN section:

[Run]
Filename: {tmp}\VB_DCOM_MDAC_JET_AutoSetup.exe; Parameters: /NORESTART /VERYSILENT; WorkingDir: {tmp}; Flags: skipifdoesntexist;

longwolf
May 16th, 2005, 08:57 PM
Here's a link to InnoSetup news groups:
http://www.jrsoftware.org/newsgroups.php

I think he use to have a forum, but I couldn't find it

longwolf
May 16th, 2005, 08:59 PM
Hey, wait a minute!
Say Randem are you the same Randem as in http://www.*********** ?

dglienna
May 16th, 2005, 09:02 PM
I pm'd him on your behalf. He is the one and the same.

randem
May 16th, 2005, 09:08 PM
longwolf,

Yes, It is I.

longwolf
May 16th, 2005, 09:09 PM
Dugh, got so excited I missed seeing your sig :)
U da man!
You make innosetup usable!

randem
May 16th, 2005, 09:15 PM
longwolf,

Thanks, Glad you like it.