資源簡介
web安裝程序安裝程序類,安裝數(shù)據(jù)庫,創(chuàng)建iis站點,更新web.config
代碼片段和文件信息
using?System;
using?System.Collections;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Configuration.Install;
using?System.IO;
using?System.Data.SqlClient;
using?System.Windows.Forms;
using?System.Reflection;
using?System.Text;
using?System.xml;
using?System.DirectoryServices;
using?System.Runtime;
using?System.Diagnostics;
using?System.Text.Regularexpressions;
using?System.ServiceProcess;
using?Microsoft.Win32;
namespace?DBInstaller
{
????[RunInstaller(true)]
????public?partial?class?DBInstaller?:?Installer
????{
????????string?dbpath?=?string.Empty;
????????public?DBInstaller()
????????{
????????????InitializeComponent();
????????}
????????///?
????????///?獲取數(shù)據(jù)庫登錄連接字符串
????????///?
????????///?sename“>數(shù)據(jù)庫名稱
????????///?
????????private?string?GetConnectionString(string?databasename)
????????{
????????????//string?ConnStr?=?“server=“?+?Context.Parameters[
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2014-03-14?17:49??DBiInstaller\
?????文件?????????979??2014-03-14?14:39??DBiInstaller\DBInstaller.Designer.cs
?????文件???????31412??2014-03-14?17:49??DBiInstaller\DBInstaller.cs
?????文件????????2895??2014-03-14?17:12??DBiInstaller\DBInstaller.csproj
?????文件????????5995??2014-03-14?14:39??DBiInstaller\DBInstaller.resx
?????文件????????5460??2014-03-14?17:51??DBiInstaller\DESEncrypt.cs
?????文件????????4910??2014-03-14?17:06??DBiInstaller\Operatexm
?????目錄???????????0??2014-03-04?15:37??DBiInstaller\Properties\
?????文件????????1327??2010-10-09?10:51??DBiInstaller\Properties\AssemblyInfo.cs
?????目錄???????????0??2014-03-14?10:18??DBiInstaller\bin\
?????目錄???????????0??2014-03-14?17:49??DBiInstaller\bin\Debug\
?????文件???????22016??2014-03-14?17:49??DBiInstaller\bin\Debug\DBInstaller.dll
?????文件???????42496??2014-03-14?17:49??DBiInstaller\bin\Debug\DBInstaller.pdb
?????目錄???????????0??2014-03-14?17:51??DBiInstaller\bin\Release\
?????目錄???????????0??2014-03-14?10:18??DBiInstaller\obj\
?????文件?????????260??2011-07-31?01:27??DBiInstaller\obj\DBInstaller.csproj.FileListAbsolute.txt
?????目錄???????????0??2014-03-14?17:49??DBiInstaller\obj\Debug\
?????文件?????????180??2014-03-14?17:49??DBiInstaller\obj\Debug\DBInstaller.DBInstaller.resources
?????文件?????????500??2014-03-14?17:49??DBiInstaller\obj\Debug\DBInstaller.csproj.FileListAbsolute.txt
?????文件?????????780??2014-03-14?17:49??DBiInstaller\obj\Debug\DBInstaller.csproj.GenerateResource.Cache
?????文件???????22016??2014-03-14?17:49??DBiInstaller\obj\Debug\DBInstaller.dll
?????文件???????42496??2014-03-14?17:49??DBiInstaller\obj\Debug\DBInstaller.pdb
?????目錄???????????0??2014-03-14?17:51??DBiInstaller\obj\Debug\Refactor\
?????目錄???????????0??2014-03-14?17:51??DBiInstaller\obj\Debug\TempPE\
?????目錄???????????0??2014-03-14?10:18??DBiInstaller\obj\Release\
?????目錄???????????0??2014-03-14?17:51??DBiInstaller\obj\Release\TempPE\
評論
共有 條評論