Home All Groups Group Topic Archive Search About
Author
7 Mar 2006 7:23 AM
Fox
Hi
where from I can get good deployment guide for Visual Studio 2005 windows
applications

Some questions

1. When Installing application which is already installed, there is an error
that I need
first remove the existing, how I can just overwrite it?
2. I need to deploy on existing deployment something like Service Pack
How can it be done, need to create MSI.


Thank you

Author
7 Mar 2006 7:30 AM
Lloyd Dupont
VS2005 has setup projects.
Setup project create MSI.
In the project property you have a "version number" property, which you
should increment with each new installer.
and there is an "uninstall previous version" which you should set to true
(but it would work only if you increment version number as specified above).


--
Regards,
Lloyd Dupont

NovaMind development team
NovaMind Software
Mind Mapping Software
<www.nova-mind.com>
Show quoteHide quote
"Fox" <m***@job.am> wrote in message
news:OFEmGgbQGHA.4312@TK2MSFTNGP12.phx.gbl...
> Hi
> where from I can get good deployment guide for Visual Studio 2005 windows
> applications
>
> Some questions
>
> 1. When Installing application which is already installed, there is an
> error that I need
> first remove the existing, how I can just overwrite it?
> 2. I need to deploy on existing deployment something like Service Pack
> How can it be done, need to create MSI.
>
>
> Thank you
>
Are all your drivers up to date? click for free checkup

Author
9 Mar 2006 7:28 AM
Fox
Ok
Thank you


Show quoteHide quote
"Lloyd Dupont" <net.galador@ld> wrote in message
news:uFh7KkbQGHA.4312@TK2MSFTNGP12.phx.gbl...
> VS2005 has setup projects.
> Setup project create MSI.
> In the project property you have a "version number" property, which you
> should increment with each new installer.
> and there is an "uninstall previous version" which you should set to true
> (but it would work only if you increment version number as specified
> above).
>
>
> --
> Regards,
> Lloyd Dupont
>
> NovaMind development team
> NovaMind Software
> Mind Mapping Software
> <www.nova-mind.com>
> "Fox" <m***@job.am> wrote in message
> news:OFEmGgbQGHA.4312@TK2MSFTNGP12.phx.gbl...
>> Hi
>> where from I can get good deployment guide for Visual Studio 2005 windows
>> applications
>>
>> Some questions
>>
>> 1. When Installing application which is already installed, there is an
>> error that I need
>> first remove the existing, how I can just overwrite it?
>> 2. I need to deploy on existing deployment something like Service Pack
>> How can it be done, need to create MSI.
>>
>>
>> Thank you
>>
>
>

Bookmark and Share