Hi,
I have a script that covers two products, 95% of the files and are the same but same files are needed depending on the product name.
I have made a CONSTANT called #_AppName#. And I call it the name I want and then save the script on the basis of that PRODUCT NAME (eg:
#_AppName# = Product 1). This saves me having to make major changes to 2 scripts.
Now to include the files I want I put in BUILD TIME CONDITION either "#_AppName#" = "Product 1" or "#_AppName#" = "Product 2" to the files I want to include.
Unfornuately this doesn't seem to work as the size of the EXE file is the same as when I didn't have BUILDTIME INCLUSIONS.
Has anybody got any advise on what I may be doing wrong.
PS. I deleted all PACKAGES that may refer to the files and it doesn't make a difference.
Thanks in advance.
Regards
David
Centaur Software
I have a script that covers two products, 95% of the files and are the same but same files are needed depending on the product name.
I have made a CONSTANT called #_AppName#. And I call it the name I want and then save the script on the basis of that PRODUCT NAME (eg:
#_AppName# = Product 1). This saves me having to make major changes to 2 scripts.
Now to include the files I want I put in BUILD TIME CONDITION either "#_AppName#" = "Product 1" or "#_AppName#" = "Product 2" to the files I want to include.
Unfornuately this doesn't seem to work as the size of the EXE file is the same as when I didn't have BUILDTIME INCLUSIONS.
Has anybody got any advise on what I may be doing wrong.
PS. I deleted all PACKAGES that may refer to the files and it doesn't make a difference.
Thanks in advance.
Regards
David
Centaur Software
Comment