Intersoft ClientUI Documentation
InvalidateInstallState(ApplicationPackage) Method



The application package of which the installation state will be invalidated.
Invalidate the installation state of the specified application package.
Syntax
Public Overloads Sub InvalidateInstallState( _
   ByVal app As ApplicationPackage _
) 
Dim instance As UXShell
Dim app As ApplicationPackage
 
instance.InvalidateInstallState(app)
public void InvalidateInstallState( 
   ApplicationPackage app
)
public:
void InvalidateInstallState( 
   ApplicationPackage^ app
) 

Parameters

app
The application package of which the installation state will be invalidated.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UXShell Class
UXShell Members
Overload List

Send Feedback