To:Kain(雨玲珑) 
那么安装程序中如何得到 属性TAGDIR 的值,我以前试过在 install 方法中获取,但不成功,你能不能说详细点

解决方案 »

  1.   

    since you had used the installshield,why not use it?
    i think it`s a very good tools for creating a Setup program.
      

  2.   

    Public Overrides Sub Install(ByVal stateSaver As System.Collections.IDictionary)
            mstrUID = Me.Context.Parameters.Item("uid")
            mstrPwd = Me.Context.Parameters.Item("pwd")
            mstrServer = Me.Context.Parameters.Item("dbname")
            mstrPath = Me.Context.Parameters.Item("path")        AttachDb()
        End Sub