ThinApp 4.x

<< Click to Display Table of Contents >>

RayQC Advanced > 7.3 u4 > User Guide > Rules Overview > Virtualization Test 

ThinApp 4.x

VA001 - Missing Shortcuts

Description: The Windows Installer database is scanned for the presence of at least one shortcut.

Background: At least one shortcut should be present in the package as it is necessary to act as entry point for the virtualized application.

More Information: None available.

Manual Remediation: A shortcut can be created to an existing or dummy file in the package. The users have to be made aware that they will have to start the application through this shortcut to activate it.

VA002 - Drivers

Description: The Windows Installer database is scanned for the presence of drivers.

Background: Most drivers cannot be virtualized and will not work in the virtualized application.

More Information: None available.

Manual Remediation: The driver should be removed from the virtual packaage and be installed physically on the machine.

VA004 - Custom Actions

Description: The Windows Installer database is scanned for the presence of Custom Actions.

Background:   Custom Actions may contain operations that alter existing or add new resources (not being part of the standard MSI tables) to the system. As Custom Actions are discarded when converting the package into a virtual format, all changes made by them will not be part of the virtualized application which will cause the package to be incomplete.

More Information: None available.

Manual Remediation: None available.

VA005 - Conditions on Components

Description: The Windows Installer database is scanned for the presence of Conditions on Components.

Background: Components can contain a conditional statement that controls whether or not a Component is installed. As Component Conditions are discarded when converting a package into a virtual format, the content of all components will be part of the virtualized application which may result in undesired content.

More Information: None available.

Manual Remediation: None available.

VA006 - Hardcoded shortcuts

Description: The Windows Installer database is scanned for the presence of hardcoded shortcuts.

Background: Shortcuts are used as entry points for the virtualized application. As the installation folder for virtual software may vary, these shortcuts should contain relative paths to the target, working directory, and arguments.

More Information: None available.

Manual Remediation: All hardcoded paths in the properties of the shortcut should be changed to relative paths.

VA007 - Shell extensions

Description: The Windows Installer database is scanned for the presence of shell extensions.

Background: If application contains shell extensions cannot be convert to virtual format.

More Information: None available.

Manual Remediation: Please note that for App-V this rule can be ignored from version 5.0 SP2 onwards.

VA010 - Office Add-ins

Description: Scan the Registry table for existence of Office Add-ins

Background: Office add-ins are not supported and they will not work in virtual applications. To work properly, add-ins should be installed physically on the machine.

More information: https://msdn.microsoft.com/en-us/library/aa371168%28v=vs.85%29.aspx

Manual Remediation: The Office Add-ins should be removed from the virtual package and be installed physically on the machine.

VA014 - Hard-coded Paths

Description: The Windows Installer database is scanned for the presence of hard-coded paths.

Background: Paths should be relative...

More Information: None available.

Manual Remediation: The name of the Windows Installer database file should be limited to 56 characters.