InnoSetup silent install help.
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:
Code:
[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:
Re: InnoSetup silent install help.
Stilekid007,
Something like this in the RUN section:
Code:
[Run]
Filename: {tmp}\VB_DCOM_MDAC_JET_AutoSetup.exe; Parameters: /NORESTART /VERYSILENT; WorkingDir: {tmp}; Flags: skipifdoesntexist;
Re: InnoSetup silent install help.
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
Re: InnoSetup silent install help.
Hey, wait a minute!
Say Randem are you the same Randem as in http://www.*********** ?
Re: InnoSetup silent install help.
I pm'd him on your behalf. He is the one and the same.
Re: InnoSetup silent install help.
Re: InnoSetup silent install help.
Dugh, got so excited I missed seeing your sig :)
U da man!
You make innosetup usable!
Re: InnoSetup silent install help.
longwolf,
Thanks, Glad you like it.