![]()
|
InstallShield 2010
Project
The following project types support the SETUPEXEDIR property:
To determine the location from which an InstallScript installation was run, use SRCDIR or PACKAGE_LOCATION.
SETUPEXEDIR is a property that contains the path to Setup.exe. For example, if the path to Setup.exe is C:\MySetups\MyApp\Setup.exe, the value of SETUPEXEDIR is C:\MySetups\MyApp.
SETUPEXEDIR is an alternative to the directory identifier SourceDir. A potential problem with using SourceDir is that it points to the location of the running MSI package. In the case of a compressed setup, the MSI package is streamed to a temporary location and run from there. Because of this, SourceDirs value will be some temporary location on the end users machine, which might not be the value you want.
There are two limitations to using SETUPEXEDIR:
Note
In an uncompressed setup, SourceDir and SETUPEXEDIR have the same value.
See Also
Windows Installer Property Reference
|
|
Copyright Information | Contact Acresso Software |