Results 1 to 8 of 8

Thread: InnoSetup silent install help.

  1. #1

    Thread Starter
    Hyperactive Member stilekid007's Avatar
    Join Date
    Apr 2005
    Location
    DUDE! I'm your neighbor! HELLO!!!
    Posts
    388

    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

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

    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;

  3. #3
    Frenzied Member longwolf's Avatar
    Join Date
    Oct 2002
    Posts
    1,343

    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

  4. #4
    Frenzied Member longwolf's Avatar
    Join Date
    Oct 2002
    Posts
    1,343

    Re: InnoSetup silent install help.

    Hey, wait a minute!
    Say Randem are you the same Randem as in http://www.*********** ?

  5. #5
    Banned dglienna's Avatar
    Join Date
    Jun 2004
    Location
    Center of it all
    Posts
    17,901

    Re: InnoSetup silent install help.

    I pm'd him on your behalf. He is the one and the same.

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

    Re: InnoSetup silent install help.

    longwolf,

    Yes, It is I.

  7. #7
    Frenzied Member longwolf's Avatar
    Join Date
    Oct 2002
    Posts
    1,343

    Re: InnoSetup silent install help.

    Dugh, got so excited I missed seeing your sig
    U da man!
    You make innosetup usable!

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

    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
  •  



Click Here to Expand Forum to Full Width