protected virtual void SetupBase(string strProductRoot, string strProductHive, int strProductCipherLength, string strBaseKey, string strSpecificKey, string strKeyDat, string strCustomerData, string strLogPath = "", bool blnLogEnabled = false, int intLogLevel = 0) { SetProductInfo(strProductRoot, strProductHive, strProductCipherLength); m_objLog = new Enterprise.EELog(); m_objLog.OverrideRegistryInformation(strLogPath, blnLogEnabled, intLogLevel); m_objLog.LogMessage("EEBase : SetupBase : Log Initialized", 35); m_objComputerManagement = new Enterprise.EEComputerManagement(); }
protected virtual void SetupBase(string strProductRoot = "", string strProductHive = "", int strProductCipherLength = 0) { // SetupBase("PCICharge", "EEPM", 2) SetProductInfo(strProductRoot, strProductHive, strProductCipherLength); m_objLog = new Enterprise.EELog(m_strProductRoot, m_strProductHive, m_strProductVersion, ""); m_objComputerManagement = new Enterprise.EEComputerManagement(); m_objLog.LogMessage("EEBase : SetupBase : Log Initialized", 35); }