jwpryor
10-05-2004, 09:59 AM
We have about 9 conditions in our Setup Factory 6 file that determine if a file is installed. Each file has only 1 (or 2 conditions) at the most (out of the 9 possible). The installation still takes so long, even if most of the files are not being installed (because they don't meet a condition) - the skipping takes forever. Is there a better way to set up this installation?
The way it works:
. the install reads an ini file to get variables that have been set to 0 or 1
. each file has a condition looking at one of these variables - if the variable = 1, then the file is installed.
. the ini file has been created by a separate program that receives a serial number and based upon the serial number, determines what files (programs) the user is allowed to install.
Any suggestions on reconfiguration would be greatly appreciated.
Thank you,
Julia ;)
The way it works:
. the install reads an ini file to get variables that have been set to 0 or 1
. each file has a condition looking at one of these variables - if the variable = 1, then the file is installed.
. the ini file has been created by a separate program that receives a serial number and based upon the serial number, determines what files (programs) the user is allowed to install.
Any suggestions on reconfiguration would be greatly appreciated.
Thank you,
Julia ;)