|
-
Oct 28th, 2006, 09:02 AM
#1
Thread Starter
Frenzied Member
[RESOLVED] Inno Setup ,/SILENT, /VERYSILENT Parameter HELP
Hello,
Does any one know why the ,/SILENT, /VERYSILENT parameters are NOT working when compiled ?
If i just RUN (F9) the compile it all works fine and silent, but when i do a Build Compile (Ctrl+F9) it doesnt !! I still get the screen....This will install... Do you wish to continue? which is NOT what i want...
How can i get rid of this?
_____________________________________________________________________
----If this post has helped you. Please take time to Rate it.
----If you've solved your problem, then please mark it as RESOLVED from Thread Tools.

-
Oct 29th, 2006, 01:44 PM
#2
Re: Inno Setup ,/SILENT, /VERYSILENT Parameter HELP
That is a command line parameter how are you using it?
Last edited by randem; Oct 29th, 2006 at 01:47 PM.
-
Oct 29th, 2006, 05:39 PM
#3
Thread Starter
Frenzied Member
Re: Inno Setup ,/SILENT, /VERYSILENT Parameter HELP
Via the command line parameter... This being..
Run Menu
>>Paramaters
Problem is.. it works in the Inno Setup IDE, but not when compiled to .exe
_____________________________________________________________________
----If this post has helped you. Please take time to Rate it.
----If you've solved your problem, then please mark it as RESOLVED from Thread Tools.

-
Oct 29th, 2006, 10:41 PM
#4
Re: Inno Setup ,/SILENT, /VERYSILENT Parameter HELP
That's not how you use it, try:
[Setup Program] /Silent
or
[Setup Program] /Verysilent
-
Oct 30th, 2006, 10:14 AM
#5
Thread Starter
Frenzied Member
Re: Inno Setup ,/SILENT, /VERYSILENT Parameter HELP
Im afraid that does not work either...
..but using the Run>>Parameters menu does..>!!
heres the debug output:
Setup command line: /SL4 $110030 "C:\Documents and Settings\Simpson\Desktop\MyApp\Installation Files\Output\setup.exe" 2765709 70144 /DEBUGWND=$601DE /VERYSILENT
As you can see its picking up the /VERYSILENT command.
This only works when i press the Run button (F9) and not when compiling... ctrl+F9
_____________________________________________________________________
----If this post has helped you. Please take time to Rate it.
----If you've solved your problem, then please mark it as RESOLVED from Thread Tools.

-
Oct 30th, 2006, 12:48 PM
#6
Re: Inno Setup ,/SILENT, /VERYSILENT Parameter HELP
Did you run it from the DOS Command line?
You know Start->Run->cmd
> [Setup Program] /VERYSILIENT
It always works for me...
-
Oct 30th, 2006, 03:51 PM
#7
Thread Starter
Frenzied Member
-
Oct 30th, 2006, 11:22 PM
#8
Re: [RESOLVED] Inno Setup ,/SILENT, /VERYSILENT Parameter HELP
-
Oct 31st, 2006, 04:58 PM
#9
Thread Starter
Frenzied Member
Re: [RESOLVED] Inno Setup ,/SILENT, /VERYSILENT Parameter HELP
Is it possible that you don't understand how Windows works???
Erm.. actually i am quite advanced on windows stuff..
You can use a shortcut, you can shell in VB.
well... in my previous post that what i said
So i decided to do it in VB... which i did : )
_____________________________________________________________________
----If this post has helped you. Please take time to Rate it.
----If you've solved your problem, then please mark it as RESOLVED from Thread Tools.

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
|