|
Previous Top Next |
The DestinationFolder property is a Cstring that contains the destination folder for the compiled install and Build Report when the SetupBuilder compiler is called. By default SetupBuilder uses the path where the project file (*.sb6) is and creates a subfolder with the same name as the project file. For example, if the project file is located in "C:\Products\MyProduct\MyProduct.sb6" the SetupBuilder will compile the install and build report into "C:\Products\MyProduct\MyProduct" which is the default destination folder. The DestinationFolder can be changed to any accessible folder location. If the DestinationFolder does not exist, the class will create it inside the CompileSBProject method before the compiler is called to create the install.
DestinationFolder CString(2049)
See also: