Archive: Controlling another installer from an NSIS installer


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


If you can pass parameters to the "dependent application" installer then you can do it, otherwise you can't.


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!


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


The advertisement of InstallAware which indeed sucks and worths nothing is ridiculous and I suspect it breaks the forum rules too.