DeeMono
25th June 2008 11:15 UTC
Controlling another installer from an NSIS installer
Hi all,
I'm wanting to create an NSIS installer that also installs a dependent application. Both the dependent application and the application using NSIS as it's installer have same options etc.
I would like to control the other installer from my NSIS installer. So, ideally when the other installer is run from NSIS installer, fields are populated by NSIS so the user doesn't have to re-select options that have already been selected in NSIS installer.
Can this be done? :igor:
Thanks
pospec
25th June 2008 11:47 UTC
If you can pass parameters to the "dependent application" installer then you can do it, otherwise you can't.
MHK
25th June 2008 12:06 UTC
may be this will work
create temp text file some where, and copy all field values into this file
then when the other installer start make it read from the temp text file
try it and tell me if it work! because I didn't make it before
;)
but I guess there is a better solution we don't know!
mani95
25th June 2008 20:27 UTC
Re: Controlling another installer from an NSIS installer
Quote:
Probably, there is another solution to it , try using InstallAware to make installation in which you have an option to merge an existing installer with your present project with an ease.
Originally posted by DeeMono Hi all,
I'm wanting to create an NSIS installer that also installs a dependent application. Both the dependent application and the application using NSIS as it's installer have same options etc.
I would like to control the other installer from my NSIS installer. So, ideally when the other installer is run from NSIS installer, fields are populated by NSIS so the user doesn't have to re-select options that have already been selected in NSIS installer.
Can this be done? :igor:
Thanks
|
Red Wine
25th June 2008 22:04 UTC
The advertisement of InstallAware which indeed sucks and worths nothing is ridiculous and I suspect it breaks the forum rules too.