Windows Installer Editor Reference
154
Assembling an Installation
The Edit button becomes enabled for editable lines only after you mark Enable
Dynamic Content.
4. Select a line and click the Edit button.
Not all lines are editable, only lines that have name-value attributes. (Example:
<compilation defaultLanguage=”c#” />.) The Attribute Editor dialog box appears.
5. To edit an XML attribute:
a. Select the attribute in the top list box.
b. In Dynamic Value, type a new value to replace the current value at run time.
You can enter bracketed Windows Installer property names. You must have
added a mechanism elsewhere in the installation to populate the property.
(Example: Use the Custom Property dialog; see
Adding the Custom Property
Dialog
on page 480. Or use properties defined in
Run Time Properties
on
page 570.)
c.
Alternatively, you can select a property name from Property and click the
Insert into Dynamic Value button.
6. Click OK on the Attribute Editor dialog box when finished.
At run time, the attribute is replaced with the dynamic value you specified. Windows
Installer properties are resolved to their value.
See also:
Editing File Details
on page 145
Editing DIFxApp Options
When an installation contains a device driver that meets Microsoft Driver Install
Frameworks (DIFx) driver requirements, you can use Microsoft’s Driver Install
Frameworks for Applications (DIFxApp) to install the driver.
See
Creating a Device Driver Installation
on page 83.
You edit the DIFxApp options on the Driver tab of the File Details dialog box. This tab
appears only if all of the following are true:
z
The DIFxApp merge module has been added to the installation.
Note
Early versions of this merge module might be named “Binaries.”
z
You selected an .INF file on the Files page.
z
The .INF file is the key path of the component.
To edit DIFxApp options
1. Double-click the device driver’s .INF file on the Files page or on the Components or
Features tab in Setup Editor.
In the Visual Studio integrated editor, you also can use the Visual Studio Solution
page.
The File Details dialog box appears.
2. Click the Driver tab.