How to create the initial setup file:
- Download and install Inno Setup:Inno Setup Downloads
- This video explains how to create your initial setup file: Inno with Visual Basic 2010/2012
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.
- Change the File Version number to a number higher than your previous version:
Leave a Comment
You must be logged in to post a comment.