Posts Tagged ‘Install Class’

How to Debug Installer Class

To Debug Install Class;

Public Overrides Sub Install(ByVal stateSaver As System.Collections.IDictionary)

#If DEBUG Then

        System.Diagnostics.Debugger.Break()

#End If

        MyBase.Install(stateSaver)

End Sub

 

, ,

No Comments



SetPageWidth