Chapter 9: Converting Windows Installer Packages to Virtual Applications
Testing Windows Installer Packages for Virtualization Compatibility
AdminStudio 9.5 User Guide
ADS-0950-UG00
681
The Message element has the following attributes:
Exclude Element
The Exclude element excludes items from the package. The Exclude action will match File and Registry items
using the same rules as Fingerprint matching. The following is a sample Exclude element:
<Exclude>
<Registry hive="HKEY_LOCAL_MACHINE" key="System\CurrentControlSet\Services\Tcpip\*"/>
</Exclude>
The Exclude Element has the following child elements:
FullyIsolate Element
Full isolation means that the virtual application will not be able to see the specified resource if it exists on the target
machine. The following is a sample FullyIsolate element:
<FullyIsolate>
<Registry hive="HKEY_LOCAL_MACHINE" key="System\CurrentControlSet\Services\Tcpip\*"/>
</FullyIsolate>
Table 9-20 •
Message Element / Attributes
Attribute
Description
id
The ID attribute identifies the message, and it is required.
Note •
The message IDs reserved for user rules are 12000 and above. Therefore, when writing your
own custom rules, assign to Message IDs a value greater than 12000.
text
The text attribute contains the message text that is displayed to the user. This field is a
valid binding target. See
Rule Data Binding
.
severity
The severity attribute identifies the message’s degree of importance:
•
Fatal
•
Error
•
Warning
•
Fix
•
Information
Table 9-21 •
Exclude Element / Child Elements
Element Name
Description
File
The File element is used when searching for files. For more information, see
File Element
.
Registry
The Registry element is used when searching for registry entries. For more information,
see
Registry Element
.
Summary of Contents for ADMINSTUDIO 9.5
Page 1: ...AdminStudio 9 5 User Guide Version 9 5...
Page 50: ...Contents 50 ADS 0950 UG00 AdminStudio 9 5 User Guide...
Page 52: ...52 ADS 0950 UG00 AdminStudio 9 5 User Guide...
Page 156: ...156 ADS 0950 UG00 AdminStudio 9 5 User Guide...
Page 440: ...440 ADS 0950 UG00 AdminStudio 9 5 User Guide...
Page 1090: ...1090 ADS 0950 UG00 AdminStudio 9 5 User Guide...
Page 1426: ...1426 ADS 0950 UG00 AdminStudio 9 5 User Guide...
Page 1686: ...1686 ADS 0950 UG00 AdminStudio 9 5 User Guide...
Page 1794: ...Chapter 24 AdminStudio Public API Reference 1794 ADS 0950 UG00 AdminStudio 9 5 User Guide...
Page 1842: ...Index 1842 ADS 0950 UG00 AdminStudio 9 5 User Guide...