Last modified:

inno

How to create the initial setup file:

How to create a versioned update installer:

  • Create a text file with your programs current
  • Here is a VB subroutine that will check for updates to your VB program Add this sub to your program.

    [snippet id=”68″]

  • Create a one time download directory.
  • Add the link to the download to your auto responder

Changing the version number of your program:

  • In Solution Explorer, right click on your program’s name, then choose Properties. A new tab will open.
    Open the Properties Tab for your program.
  • Change the File Version number to a number higher than your previous version:
    How to change the file version number in VB

Leave a Comment