Deploy and update package

  • Thread starter Thread starter marek zegarek
  • Start date Start date
M

marek zegarek

Hello!

I made an installation of my Windows Service application. I attached there a
..txt file with version number etc.
But I forgot about something :/
Now I need to create second package, that will be new version. Old version
must be uninstalled or updated.
Can someone give me a clue how to do this?
Uninstall from add/remove is not possible (it will be on large number of
computers (1000-4000).

Leszek
 
Hello marek,

Why not just to write the cmd which will do required update?

mz> Hello!
mz>
mz> I made an installation of my Windows Service application. I attached
mz> there a
mz> .txt file with version number etc.
mz> But I forgot about something :/
mz> Now I need to create second package, that will be new version. Old
mz> version
mz> must be uninstalled or updated.
mz> Can someone give me a clue how to do this?
mz> Uninstall from add/remove is not possible (it will be on large
mz> number of
mz> computers (1000-4000).
mz> Leszek
mz>
---
WBR,
Michael Nemtsev [C# MVP] :: blog: http://spaces.live.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsch
 
Back
Top