|
-
May 24th, 2010, 04:38 AM
#1
Thread Starter
Fanatic Member
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
-
May 24th, 2010, 04:39 AM
#2
Thread Starter
Fanatic Member
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?
-
May 24th, 2010, 06:30 AM
#3
Re: Why is this code not working with inno setup?
Moved To Application Deployment
-
May 25th, 2010, 10:41 AM
#4
Thread Starter
Fanatic Member
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.
-
May 28th, 2010, 10:22 AM
#5
Thread Starter
Fanatic Member
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
-
May 30th, 2010, 01:55 AM
#6
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|