Results 1 to 9 of 9

Thread: [RESOLVED] Inno Setup ,/SILENT, /VERYSILENT Parameter HELP

  1. #1

    Thread Starter
    Frenzied Member some1uk03's Avatar
    Join Date
    Jun 2006
    Location
    London, UK
    Posts
    1,675

    Resolved [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.



  2. #2
    Banned randem's Avatar
    Join Date
    Oct 2002
    Location
    Maui, Hawaii
    Posts
    11,385

    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.

  3. #3

    Thread Starter
    Frenzied Member some1uk03's Avatar
    Join Date
    Jun 2006
    Location
    London, UK
    Posts
    1,675

    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.



  4. #4
    Banned randem's Avatar
    Join Date
    Oct 2002
    Location
    Maui, Hawaii
    Posts
    11,385

    Re: Inno Setup ,/SILENT, /VERYSILENT Parameter HELP

    That's not how you use it, try:

    [Setup Program] /Silent

    or

    [Setup Program] /Verysilent

  5. #5

    Thread Starter
    Frenzied Member some1uk03's Avatar
    Join Date
    Jun 2006
    Location
    London, UK
    Posts
    1,675

    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.



  6. #6
    Banned randem's Avatar
    Join Date
    Oct 2002
    Location
    Maui, Hawaii
    Posts
    11,385

    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...

  7. #7

    Thread Starter
    Frenzied Member some1uk03's Avatar
    Join Date
    Jun 2006
    Location
    London, UK
    Posts
    1,675

    Re: Inno Setup ,/SILENT, /VERYSILENT Parameter HELP

    Hmm.. so its command line via DOS mode.. great..

    Hows is the general pc user gona do that..!!

    Anyways, having read on their newsgroups, its states that although the /SILENT command is possible to hide the installtion but ONLY if you do it via the command line instructions and not within Inno.

    So i decided to do it in VB... which i did : )

    Just put my original setup in a resource editor and extract it whenever needed.


    Thanx 4 the help anyway...
    _____________________________________________________________________

    ----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.



  8. #8
    Banned randem's Avatar
    Join Date
    Oct 2002
    Location
    Maui, Hawaii
    Posts
    11,385

    Re: [RESOLVED] Inno Setup ,/SILENT, /VERYSILENT Parameter HELP

    Quote Originally Posted by some1uk03
    Hows is the general pc user gona do that..!!
    Is it possible that you don't understand how Windows works???

    It very common to do this, every program does it. You can use a shortcut, you can shell in VB. Anyway you execute a program you can pass those parameters and they work...

  9. #9

    Thread Starter
    Frenzied Member some1uk03's Avatar
    Join Date
    Jun 2006
    Location
    London, UK
    Posts
    1,675

    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
  •  



Click Here to Expand Forum to Full Width