Results 1 to 6 of 6

Thread: Why is this code not working with inno setup?

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    May 2009
    Posts
    876

    Why is this code not working with inno setup?

    Hi guy's i am using inno setup to create an installer for my application.

    I am using this as part of my code inside of Inno Setup.

    Code:
    [Run]
    Filename: "msiexec.exe"; Parameters: "/i ""{app}\setup.msi"" /passive"
    Filename: "{app}\vlc.exe"; parameters: /L=1033 /S /NCRC
    Filename: "{app}\Live Media Box.exe"; Description: "{cm:LaunchProgram,Live Media Box}"; Flags: nowait postinstall skipifsilent
    How ever for some reason it's not installing setup.msi in passive mode, but is installing VLC.exe

    But if i remove the second like 'vlc line then it will install setup.msi in passive mode.

    Does anyone know why it is doing this?

    Thanks

  2. #2

    Thread Starter
    Fanatic Member
    Join Date
    May 2009
    Posts
    876

    Re: Why is this code not working with inno setup?

    Crap! Sorry i posted this in the vb 6 forums and not application devolopment. I do apologise, im too use to posting to vb 6 thread. Can anyone move this as i don't know how?

  3. #3
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Why is this code not working with inno setup?

    Moved To Application Deployment

  4. #4

    Thread Starter
    Fanatic Member
    Join Date
    May 2009
    Posts
    876

    Re: Why is this code not working with inno setup?

    Please can someone help, someone must have an idea on what i can do to fix it.

  5. #5

    Thread Starter
    Fanatic Member
    Join Date
    May 2009
    Posts
    876

    Re: Why is this code not working with inno setup?

    PLEASE! why is no one helping I cant release my project till i fix this surely someone out of the thousands of members know's a way to fix this. PLEASE

  6. #6
    PowerPoster Nightwalker83's Avatar
    Join Date
    Dec 2001
    Location
    Adelaide, Australia
    Posts
    13,344

    Re: Why is this code not working with inno setup?

    I'm not sure! However, I noticed you have:

    Filename: "{app}\vlc.exe"; parameters: /L=1033 /S /NCRC
    Try replacing it with:

    Code:
    Filename: "{app}\setup.msi"; parameters: /L=1033 /S /NCRC
    See if that works.
    when you quote a post could you please do it via the "Reply With Quote" button or if it multiple post click the "''+" button then "Reply With Quote" button.
    If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu.
    https://get.cryptobrowser.site/30/4111672

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