|
|
||
MSI Factory
The name of the current file.
Opens the Windows File Properties dialog that displays all of the properties of the current file. This includes information such as size, date and version information.
The location of the file on your development system. You can click the Browse button to select an alternate folder. You can use a relative path in this field. The path will be relative to the location where the project (.msifact) file is saved.
The media source for the file. You can choose from any of the Media elements defined in the Media dialog (Project > Media). Usually this is just left at "1" which, by default, is a cab file embedded inside of the MSI database.
The name of the file when it is installed onto the user's system. This allows you to have a different destination filename than the source file. If this field is empty, then the source filename will be used during installation.
The directory that you want the file to be installed to on the user's system. You can use any path-related property by itself, or in combination with a hard-coded path that you specify.
Press the Browse button to open the Folders dialog.
Note: MSI Factory will insert the correct directory here by default when you add the files to the project. Generally, you will not need to change this setting.
This section allows you to specify the attributes of the file when it is installed on the user's system. By default, the Use original option will be selected. This will ensure that the file's attributes will be the same on the user's system as on yours.
Note: Changing the file attributes in this section does not affect the file on your development system. The attributes are only applied to the file when it's installed.
Preserve the attributes of the source file when the file is installed. If unchecked, you must specify the attributes for the installed file.
Set the read-only file attribute when installed.
Set the hidden file attribute when installed.
Set the system file attribute when installed.
If checked, the installation cannot proceed unless the file is successfully installed. The user will have no option to ignore an error installing this file. If an error occurs, they can merely retry to install the file or abort the installation.
If checked, allows you to configure specific access permissions for the file on the end user's system. Press the Edit button to open the User Permissions dialog.
If checked, this file will be a companion child of another file. The installation state of a companion file depends not on its own file versioning information, but on the versioning of its companion parent. If checked, specify the file identifier of the companion parent file in the edit field below. You can right click in the field and select Insert > File ID, or click the Browse button to open the Insert File ID dialog where you can select the file's identifier.
MSDN Online: File Table
MSDN Online: Companion Files
WiX Help File: File Element
Learn More: Indigo Rose Software - MSI Factory - Buy Now - Contact Us