App Version Change

Started by Randy Griffiths, March 29, 2004, 09:21:26 AM

Previous topic - Next topic

Admin

Randy Griffiths
 
To deploy an update to your app, you only need to create an installer for the changed items such ans any .exe or .dll or such files. You can strip down a regular script and only leave the new components that you want updated in it.
 
To change the version number of your VB program you do that in the VB IDE via Project->Properties then select the Make tab.
 
To install the updated components make sure you change the flags in your script to ignoreversion to be sure the components are updated.

Randy Griffiths

I have successfully used Innoscript for deploying an app I created and find it much better than PDW.  I am wondering if I make a change on a form, say add a new button..  How do I now deploy this redone form without having the users uninstall and reinstall.  I know I can change the version number from 1.0.0.0. to 1.1.0.0 or something similar but where do I go from there.