|
-
Mar 27th, 2010, 06:59 AM
#1
Thread Starter
PowerPoster
how to distribute updates
with vb.net 05 + access 03
kindly can some one guide me
what is a software update
how it is connected with version number of my application
and how to distribute it
i mean i have already distributed the application but i have made some modifications to it & i want to distribute it as an version update ( of course replacing the .exe file will do the job) but i feel ugly.
-
Mar 27th, 2010, 07:02 AM
#2
Re: how to distribute updates
 Originally Posted by make me rain
but i feel ugly.
I'm sure you're pretty on the inside. 
How to deploy an update depends on how you deployed the original app.
-
Mar 27th, 2010, 07:13 AM
#3
Thread Starter
PowerPoster
Re: how to distribute updates
thanks for reply
this means that reinstalling the application with new built
if so
the same program will get installed twice ( i tried this )
in this case if the prior version gets deleted then fine
-
Mar 27th, 2010, 07:16 AM
#4
Re: how to distribute updates
My implication was that you would tell us how you deployed your app in the first place. For instance, did you use ClickOnce publishing? Did you use a Setup project? Did you use something else?
-
Mar 27th, 2010, 07:20 AM
#5
Thread Starter
PowerPoster
Re: how to distribute updates
sorry
it was setup package
i used inno setup wizard
-
Mar 27th, 2010, 09:15 AM
#6
Re: how to distribute updates
Then this is a question about Inno and not VB.NET, so it belongs in the Deployment forum. I've asked the mods to move it.
-
Mar 27th, 2010, 05:19 PM
#7
Re: how to distribute updates
And the mods have listened... Moved To Application Deployment
-
Mar 28th, 2010, 02:52 PM
#8
Re: how to distribute updates
I imagine that the Inno products handle package versioning in some proprietary way.
If you have an edition of VS that supports Installer projects I'm sure you could manage it there using standard techniques (Product code/Upgrade code). Inno doesn't use the Windows Installer infrastructure though.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|