Hi All,

Can anyone explain to me what each of these items do (besides the obvious)?  Or 
perhaps point me to some documentation?

namespace Microsoft.Tools.WindowsInstallerXml.Bootstrapper
{
    // Summary:
    //     Indicates the state desired for an installation package.
    public enum RequestState
    {
        None = 0,
        ForceAbsent = 1,
        Absent = 2,
        Cache = 3,
        Present = 4,
        Repair = 5,
    }
}

Thanks,
Nick
------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to