打印本文 打印本文 关闭窗口 关闭窗口
自动安装SQL Server数据库
作者:武汉SEO闵涛  文章来源:敏韬网  点击数25105  更新时间:2007/11/14 13:00:23  文章录入:mintao  责任编辑:mintao
        strConfigLoc = Asm.Location

 

 

        Dim strTemp As String

        strTemp = strConfigLoc

''''提取安装路径

        strTemp = strTemp.Remove(strTemp.LastIndexOf("\"), Len(strTemp) - strTemp.LastIndexOf("\"))

      

        ''''Copy  DateBase to computer.

        If CreatDIR(strTemp) = False Then

''''失败,反安装

Me.Uninstall(stateSaver)

Exit Sub

        Else

          

        End If

 

      

 

        If InstallDB(strTemp) = False Then

 << 上一页  [11] [12] [13] [14] [15] [16] [17] [18] [19] [20]  下一页

打印本文 打印本文 关闭窗口 关闭窗口