I am using Setup Factory version 5.
I need to give the user the option to install a group of files to one location and a different group of files to a different location (program files, database files).
I have a Select Install Type screen: Type 1 installs all files to the same location, Type 2 installs files to separate locations.
I have separated the groups of files into two separate packages. I have two Install Folder screens for the Type 2 install (separate locations).
Two things are missing:
1. I can't figure out how to show the amount of space needed for each group of files.
2. How do I tell Setup Factory where to install the second group of files? Usually the files will install to %AppDir%, but if the user selects a different folder, the files need to install to this new folder while the other group of files still install to %AppDir%. I have created a new variable - %studentFiles% - for the install folder of the second group. Can it be assigned the value of %AppDir% at the beginning of the installation?
[This message has been edited by jwpryor (edited 01-03-2002).]
[This message has been edited by jwpryor (edited 01-03-2002).]
I need to give the user the option to install a group of files to one location and a different group of files to a different location (program files, database files).
I have a Select Install Type screen: Type 1 installs all files to the same location, Type 2 installs files to separate locations.
I have separated the groups of files into two separate packages. I have two Install Folder screens for the Type 2 install (separate locations).
Two things are missing:
1. I can't figure out how to show the amount of space needed for each group of files.
2. How do I tell Setup Factory where to install the second group of files? Usually the files will install to %AppDir%, but if the user selects a different folder, the files need to install to this new folder while the other group of files still install to %AppDir%. I have created a new variable - %studentFiles% - for the install folder of the second group. Can it be assigned the value of %AppDir% at the beginning of the installation?
[This message has been edited by jwpryor (edited 01-03-2002).]
[This message has been edited by jwpryor (edited 01-03-2002).]
Comment