using System;
using System.Configuration.Install;
using System.ComponentModel;
namespace MyCustomAction
{
    [RunInstaller(true)]
    public class ScottSetupAction : Installer
    {
        public override void Install(System.Collections.IDictionary stateSaver)
        {
            base.Install(stateSaver);
}
}
}
                    
                
                
            
        
浙公网安备 33010602011771号