Ejemplo n.º 1
0
        public bool SetupMain1()
        {
            string str         = string.Format("{0}\\{1}\\", this.SourceDefaultDir, this.DirName);
            string windowsPath = CommonBase.GetWindowsPath();

            CommonBase.CopyFile(str + "PlmConfig.dop", windowsPath + "\\PlmConfig.dop");

            AccessControl.DirectoryInfoAccessControl(windowsPath + @"\temp\plmpdf");

            return(true);
        }