Register Register Member Login Member Login Member Login Forgot Password ??
PHP , ASP , ASP.NET, VB.NET, C#, Java , jQuery , Android , iOS , Windows Phone
 

Registered : 109,037

HOME > .NET Framework > Forum > รบกวนถามเกี่ยวกับ Easy Install Program อ่าครับ หลังจากที่เราทำการ Build Version ใหม่?



 

รบกวนถามเกี่ยวกับ Easy Install Program อ่าครับ หลังจากที่เราทำการ Build Version ใหม่?

 



Topic : 065041



โพสกระทู้ ( 292 )
บทความ ( 0 )



สถานะออฟไลน์




รบกวนถามเกี่ยวกับ Easy Install Program อ่าครับ หลังจากที่เราทำการ Build Version ใหม่

ผมต้องการให้ มีโปรแกรมดังต่อไปนี้ในแผ่น Setup ด้วยครับ เลยอยากทราบวิธีการทำแผ่น Setup
- sql server 2005
- .Net
- .File database BackUp
- File Install Program

อยากทำเป็นแผ่นติดตั้งแบบ Easy Install ครับ รบกวนแนะนำด้วยครับ ขอบคุณครับ ผมใช้ Visual studio 2008 ครับ



Tag : .NET, Ms SQL Server 2008, Excel (Excel.Application), Win (Windows App), C#







Move To Hilight (Stock) 
Send To Friend.Bookmark.
Date : 2011-08-20 11:31:13 By : adunafah View : 1034 Reply : 2
 

 

No. 1



โพสกระทู้ ( 292 )
บทความ ( 0 )



สถานะออฟไลน์


-*-






แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2011-08-22 08:57:37 By : adunafah
 


 

No. 2



โพสกระทู้ ( 74,058 )
บทความ ( 838 )

สมาชิกที่ใส่เสื้อไทยครีเอท

สถานะออฟไลน์
Twitter Facebook

Check Version ตัว Assembly ได้ครับ ดูจาก Project นี้ครับ

Code (VB.NET)
Public Class AutoUpdate

    Public Function AutoUpdate(ByRef CommandLine As String) As Boolean
        Dim Key As String = "&**#@!" ' any unique sequence of characters

        ' the file with the update information

        Dim sfile As String = "update.dat" 
        ' the Assembly name 

        Dim AssemblyName As String = _
                System.Reflection.Assembly.GetEntryAssembly.GetName.Name
        ' here you need to change the web address 

        Dim RemotePath As String = _
            "http://[the web address for the update folder root]/"
        ' where are the files for a specific system

        Dim RemoteUri As String = RemotePath & AssemblyName & "/"

        ' clean up the command line getting rid of the key

        CommandLine = Replace(Microsoft.VisualBasic.Command(), Key, "")
        ' Verify if was called by the autoupdate

        If InStr(Microsoft.VisualBasic.Command(), Key) > 0 Then
            Try
                ' try to delete the AutoUpdate program, 

                ' since it is not needed anymore

                System.IO.File.Delete(_
                            Application.StartupPath & "\autoupdate.exe")
            Catch ex As Exception
            End Try
            ' return false means that no update is needed

            Return False
        Else
            ' was called by the user

            Dim ret As Boolean = False ' Default - no update needed

            Try
                Dim myWebClient As New System.Net.WebClient 'the webclient

                ' Download the update info file to the memory, 

                ' read and close the stream

                Dim file As New System.IO.StreamReader( _
                    myWebClient.OpenRead(RemoteUri & sfile))               
                Dim Contents As String = file.ReadToEnd()
                file.Close()
                ' if something was read

                If Contents <> "" Then
                    ' Break the contents 

                    Dim x() As String = Split(Contents, "|")
                    ' the first parameter is the version. if it's 

                    ' greater then the current version starts the 

                    ' update process

                    If x(0) > Application.ProductVersion Then
                        ' assembly the parameter to be passed to the auto 

                        ' update program

                        ' x(1) is the files that need to be 

                        ' updated separated by "?"

                        Dim arg As String = Application.ExecutablePath & "|" & _
                                    RemoteUri & "|" & x(1) & "|" & Key & "|" & _
                                    Microsoft.VisualBasic.Command()
                        ' Download the auto update program to the application 

                        ' path, so you always have the last version runing

                        myWebClient.DownloadFile(RemotePath & "autoupdate.exe", _
                            Application.StartupPath & "\autoupdate.exe")
                        ' Call the auto update program with all the parameters

                        System.Diagnostics.Process.Start( _
                            Application.StartupPath & "\autoupdate.exe", arg)
                        ' return true - auto update in progress

                        ret = True 
                    End If
                End If
            Catch ex As Exception
                ' if there is an error return true, 

                ' what means that the application

                ' should be closed

                ret = True 
                ' something went wrong... 

                MsgBox("There was a problem runing the Auto Update." & vbCr & _
                    "Please Contact [contact info]" & vbCr & ex.Message, _
                    MsgBoxStyle.Critical)
            End Try
            Return ret
        End If
    End Function
End Class


http://www.codeproject.com/KB/vb/autoupdate.aspx
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2011-08-22 09:06:50 By : webmaster
 

   

ค้นหาข้อมูล


   
 

แสดงความคิดเห็น
Re : รบกวนถามเกี่ยวกับ Easy Install Program อ่าครับ หลังจากที่เราทำการ Build Version ใหม่?
 
 
รายละเอียด
 
ตัวหนา ตัวเอียง ตัวขีดเส้นใต้ ตัวมีขีดกลาง| ตัวเรืองแสง ตัวมีเงา ตัวอักษรวิ่ง| จัดย่อหน้าอิสระ จัดย่อหน้าชิดซ้าย จัดย่อหน้ากึ่งกลาง จัดย่อหน้าชิดขวา| เส้นขวาง| ขนาดตัวอักษร แบบตัวอักษร
ใส่แฟลช ใส่รูป ใส่ไฮเปอร์ลิ้งค์ ใส่อีเมล์ ใส่ลิ้งค์ FTP| ใส่แถวของตาราง ใส่คอลัมน์ตาราง| ตัวยก ตัวห้อย ตัวพิมพ์ดีด| ใส่โค้ด ใส่การอ้างถึงคำพูด| ใส่ลีสต์
smiley for :lol: smiley for :ken: smiley for :D smiley for :) smiley for ;) smiley for :eek: smiley for :geek: smiley for :roll: smiley for :erm: smiley for :cool: smiley for :blank: smiley for :idea: smiley for :ehh: smiley for :aargh: smiley for :evil:
Insert PHP Code
Insert ASP Code
Insert VB.NET Code Insert C#.NET Code Insert JavaScript Code Insert C#.NET Code
Insert Java Code
Insert Android Code
Insert Objective-C Code
Insert XML Code
Insert SQL Code
Insert Code
เพื่อความเรียบร้อยของข้อความ ควรจัดรูปแบบให้พอดีกับขนาดของหน้าจอ เพื่อง่ายต่อการอ่านและสบายตา และตรวจสอบภาษาไทยให้ถูกต้อง

อัพโหลดแทรกรูปภาพ

Notice

เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ
อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง

   
  เพื่อความปลอดภัยและการตรวจสอบ กระทู้ที่แทรกไฟล์อัพโหลดไฟล์จากที่อื่น อาจจะถูกลบทิ้ง
 
โดย
อีเมล์
บวกค่าให้ถูก
<= ตัวเลขฮินดูอารบิก เช่น 123 (หรือล็อกอินเข้าระบบสมาชิกเพื่อไม่ต้องกรอก)







Exchange: นำเข้าสินค้าจากจีน, Taobao, เฟอร์นิเจอร์, ของพรีเมี่ยม, ร่ม, ปากกา, power bank, แฟลชไดร์ฟ, กระบอกน้ำ

Load balance : Server 03
ThaiCreate.Com Logo
© www.ThaiCreate.Com. 2003-2024 All Rights Reserved.
ไทยครีเอทบริการ จัดทำดูแลแก้ไข Web Application ทุกรูปแบบ (PHP, .Net Application, VB.Net, C#)
[Conditions Privacy Statement] ติดต่อโฆษณา 081-987-6107 อัตราราคา คลิกที่นี่