Page 1 of 1

Multiple Scripts/Hiding Code

Posted: Mon Oct 10, 2005 12:48 pm
by HedphoneJunkie
My apologies if this topic has been posted previously. (I searched but couldn't find anything)

Does InstallAware have support for either multiple install scripts or hiding of code sections? In other words, for an install script that is over 10000 lines long, is there a way to limit the amount of code viewed in the code tab?

I understand I could compile components of the install separately and incorporate them into the main script, but I was just wondering.

Thanks in advance.

Posted: Mon Oct 10, 2005 7:51 pm
by sinan
Multiple install scripts are not available just yet.

However, you may use code folding to hide bits and pieces of code. Just define a code folding region around the areas you want to hide, and fold :)