PDA

View Full Version : Can I set [EXENAME] and or output directory by logic at compile time?



NewsArchive
07-10-2007, 02:45 AM
1. I want to produce a setup [EXENAME] = Setup_MyprogDeluxe_4User.exe or
Setup_MyprogBasic_8User.exe or ..., where "Basic", "Deluxe", "Intro", etc.,
are in one compiler variable and 2User, 4User, 8User, etc. are in another?

2. I want to send the resulting exe to a similarly named folder vis:
\SetupOut\Setup_MyprogDeluxe_4User or \SetupOut\Setup_MyprogBasic_8User,
etc., again based on the same compiler variables. Any way to do this?

Thanks in anticipation

Warren

NewsArchive
07-10-2007, 02:45 AM
Hi Warren,

Yes, no problem. I would suggest to use the "Releases" feature (see
"Releases Visualizer").

Does this help?

Friedrich