Page 1 of 1

default setuptype custom

Posted: Fri Sep 21, 2007 2:31 am
by Patrick Rogalski
Hi,

I'm testing the Studio-Editon and I don't need the setuptype-dialog.

1. My prefered way would be to deactivate then setuptype-dialog and set the custom-variable to true. How can I do this?

2. Second way. If I set the custom-option in the setuptype-dialog to checked, it does not take effect while executing the setup. Why?

Thanks for any ideas and answers
Patrick

Posted: Fri Sep 21, 2007 12:58 pm
by CandiceJones
What you want to do is set the variable PERSONALIZED to TRUE. That's the variable that the custom setup type radio buttons actually write to, and the script actually checks for before showing the custom setup type dialog.

Posted: Wed Sep 26, 2007 6:26 am
by Patrick Rogalski
That's it
Thanks Patrick