Page 1 of 1
Effect of checking/unchecking dialogs
Posted: Mon Oct 19, 2015 6:37 pm
by tofutim
Usually when I start a new project, I go ahead and uncheck the dialogs I don't want and everything works the way it should. Today I was working on moving out sections of the MSIcode into separate scripts and after doing so, all the dialogs I didn't want now appear. How does InstallAware track the check/uncheck of dialogs? It does not seem to be in the MSIcode. Will I need to manually comment out the sections I don't want then?
Re: Effect of checking/unchecking dialogs
Posted: Mon Oct 19, 2015 6:50 pm
by tofutim
I cheated by adding a variable called CLEAN which when False I display the dialog. However still interested in the answer to the question.
Re: Effect of checking/unchecking dialogs
Posted: Tue Oct 20, 2015 11:48 am
by FrancescoT
Dear Tofutim,
InstallAware wants the dialog's logic within the main script file ... otherwise it'll be not able to keep track of checked/unchecked dialogs.
Anyway you may also create a custom project template, which may then be re-used as your own custom baseline project when creating new setups.
Regards