|
-
May 16th, 2005, 08:23 PM
#1
Thread Starter
Hyperactive Member
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!
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
-
May 16th, 2005, 08:43 PM
#2
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;
-
May 16th, 2005, 08:57 PM
#3
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
-
May 16th, 2005, 08:59 PM
#4
Re: InnoSetup silent install help.
Hey, wait a minute!
Say Randem are you the same Randem as in http://www.*********** ?
-
May 16th, 2005, 09:02 PM
#5
Re: InnoSetup silent install help.
I pm'd him on your behalf. He is the one and the same.
-
May 16th, 2005, 09:08 PM
#6
Re: InnoSetup silent install help.
-
May 16th, 2005, 09:09 PM
#7
Re: InnoSetup silent install help.
Dugh, got so excited I missed seeing your sig 
U da man!
You make innosetup usable!
-
May 16th, 2005, 09:15 PM
#8
Re: InnoSetup silent install help.
longwolf,
Thanks, Glad you like it.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|