473,511 Members | 15,131 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Setup question

Hi

I am preparing the second major version of an app. The project is a copy of
version 1 which has change made to it. What changes do I need to do for
setup for v2 not tell me that there is already a previous version (version
1) of the same app installed?

Thanks

Regards
May 21 '06 #1
6 1626
change the version numbers to a higher value
and that`s it

regards

Michel Posseth

"John" <Jo**@nospam.infovis.co.uk> schreef in bericht
news:%2****************@TK2MSFTNGP02.phx.gbl...
Hi

I am preparing the second major version of an app. The project is a copy
of version 1 which has change made to it. What changes do I need to do for
setup for v2 not tell me that there is already a previous version (version
1) of the same app installed?

Thanks

Regards

May 21 '06 #2
Also make sure the RemovePreviousVersions project property is true, and that
the UpgradeCode property is the same for both old and new versions.
--
Phil Wilson
[Microsoft MVP-Windows Installer]
Definitive Guide to Windows Installer
http://apress.com/book/bookDisplay.html?bID=280

"Michel Posseth [MCP]" <mi****@posseth.com> wrote in message
news:%2****************@TK2MSFTNGP02.phx.gbl...
change the version numbers to a higher value
and that`s it

regards

Michel Posseth

"John" <Jo**@nospam.infovis.co.uk> schreef in bericht
news:%2****************@TK2MSFTNGP02.phx.gbl...
Hi

I am preparing the second major version of an app. The project is a copy
of version 1 which has change made to it. What changes do I need to do
for setup for v2 not tell me that there is already a previous version
(version 1) of the same app installed?

Thanks

Regards


May 21 '06 #3
Well I want to keep the old version while they are testing the new version.

Regards

"Phil Wilson" <pd*******@nospam.cox.net> wrote in message
news:%2****************@TK2MSFTNGP03.phx.gbl...
Also make sure the RemovePreviousVersions project property is true, and
that the UpgradeCode property is the same for both old and new versions.
--
Phil Wilson
[Microsoft MVP-Windows Installer]
Definitive Guide to Windows Installer
http://apress.com/book/bookDisplay.html?bID=280

"Michel Posseth [MCP]" <mi****@posseth.com> wrote in message
news:%2****************@TK2MSFTNGP02.phx.gbl...
change the version numbers to a higher value
and that`s it

regards

Michel Posseth

"John" <Jo**@nospam.infovis.co.uk> schreef in bericht
news:%2****************@TK2MSFTNGP02.phx.gbl...
Hi

I am preparing the second major version of an app. The project is a copy
of version 1 which has change made to it. What changes do I need to do
for setup for v2 not tell me that there is already a previous version
(version 1) of the same app installed?

Thanks

Regards



May 21 '06 #4
I'm not sure what you're getting at. Once the MSI file from the first
version is shipped, you're done. The way to ship an upgrade is to ship a new
MSI file that uses RemovePreviousVersions. What do you want to keep the old
version of? The setup project? If so, just copy the project somewhere as
backup then build the new one. If you mean the old version of the MSI file,
same thing - just save it somewhere.
--
Phil Wilson [MVP Windows Installer]
----
"John" <Jo**@nospam.infovis.co.uk> wrote in message
news:%2****************@TK2MSFTNGP04.phx.gbl...
Well I want to keep the old version while they are testing the new
version.

Regards

"Phil Wilson" <pd*******@nospam.cox.net> wrote in message
news:%2****************@TK2MSFTNGP03.phx.gbl...
Also make sure the RemovePreviousVersions project property is true, and
that the UpgradeCode property is the same for both old and new versions.
--
Phil Wilson
[Microsoft MVP-Windows Installer]
Definitive Guide to Windows Installer
http://apress.com/book/bookDisplay.html?bID=280

"Michel Posseth [MCP]" <mi****@posseth.com> wrote in message
news:%2****************@TK2MSFTNGP02.phx.gbl...
change the version numbers to a higher value
and that`s it

regards

Michel Posseth

"John" <Jo**@nospam.infovis.co.uk> schreef in bericht
news:%2****************@TK2MSFTNGP02.phx.gbl...
Hi

I am preparing the second major version of an app. The project is a
copy of version 1 which has change made to it. What changes do I need
to do for setup for v2 not tell me that there is already a previous
version (version 1) of the same app installed?

Thanks

Regards



May 22 '06 #5
No, I mean I don't want the previous version of the app removed as it may be
need while the newer (this) version is being tested.

"Phil Wilson" <Ph*********@unisys.spamcom> wrote in message
news:O%***************@TK2MSFTNGP02.phx.gbl...
I'm not sure what you're getting at. Once the MSI file from the first
version is shipped, you're done. The way to ship an upgrade is to ship a
new MSI file that uses RemovePreviousVersions. What do you want to keep
the old version of? The setup project? If so, just copy the project
somewhere as backup then build the new one. If you mean the old version of
the MSI file, same thing - just save it somewhere.
--
Phil Wilson [MVP Windows Installer]
----
"John" <Jo**@nospam.infovis.co.uk> wrote in message
news:%2****************@TK2MSFTNGP04.phx.gbl...
Well I want to keep the old version while they are testing the new
version.

Regards

"Phil Wilson" <pd*******@nospam.cox.net> wrote in message
news:%2****************@TK2MSFTNGP03.phx.gbl...
Also make sure the RemovePreviousVersions project property is true, and
that the UpgradeCode property is the same for both old and new versions.
--
Phil Wilson
[Microsoft MVP-Windows Installer]
Definitive Guide to Windows Installer
http://apress.com/book/bookDisplay.html?bID=280

"Michel Posseth [MCP]" <mi****@posseth.com> wrote in message
news:%2****************@TK2MSFTNGP02.phx.gbl...
change the version numbers to a higher value
and that`s it

regards

Michel Posseth

"John" <Jo**@nospam.infovis.co.uk> schreef in bericht
news:%2****************@TK2MSFTNGP02.phx.gbl...
> Hi
>
> I am preparing the second major version of an app. The project is a
> copy of version 1 which has change made to it. What changes do I need
> to do for setup for v2 not tell me that there is already a previous
> version (version 1) of the same app installed?
>
> Thanks
>
> Regards
>
>



May 22 '06 #6
Well just create a completely new setup with a different productcode and
different upgrade code, then it will look like a completely different app.
It might be useful to change its name, shortcuts, install folder etc so it
doesn't replace existing files. After that, this is really a question about
whether you can have two copies of the app on the same system. The answer is
usually no if there is COM, services, mutexes and other "one per system"
items in your app.
--
Phil Wilson
[Microsoft MVP-Windows Installer]

"John" <Jo**@nospam.infovis.co.uk> wrote in message
news:%2****************@TK2MSFTNGP02.phx.gbl...
No, I mean I don't want the previous version of the app removed as it may
be need while the newer (this) version is being tested.

"Phil Wilson" <Ph*********@unisys.spamcom> wrote in message
news:O%***************@TK2MSFTNGP02.phx.gbl...
I'm not sure what you're getting at. Once the MSI file from the first
version is shipped, you're done. The way to ship an upgrade is to ship a
new MSI file that uses RemovePreviousVersions. What do you want to keep
the old version of? The setup project? If so, just copy the project
somewhere as backup then build the new one. If you mean the old version
of the MSI file, same thing - just save it somewhere.
--
Phil Wilson [MVP Windows Installer]
----
"John" <Jo**@nospam.infovis.co.uk> wrote in message
news:%2****************@TK2MSFTNGP04.phx.gbl...
Well I want to keep the old version while they are testing the new
version.

Regards

"Phil Wilson" <pd*******@nospam.cox.net> wrote in message
news:%2****************@TK2MSFTNGP03.phx.gbl...
Also make sure the RemovePreviousVersions project property is true, and
that the UpgradeCode property is the same for both old and new
versions.
--
Phil Wilson
[Microsoft MVP-Windows Installer]
Definitive Guide to Windows Installer
http://apress.com/book/bookDisplay.html?bID=280

"Michel Posseth [MCP]" <mi****@posseth.com> wrote in message
news:%2****************@TK2MSFTNGP02.phx.gbl...
> change the version numbers to a higher value
> and that`s it
>
> regards
>
> Michel Posseth
>
>
>
>
>
> "John" <Jo**@nospam.infovis.co.uk> schreef in bericht
> news:%2****************@TK2MSFTNGP02.phx.gbl...
>> Hi
>>
>> I am preparing the second major version of an app. The project is a
>> copy of version 1 which has change made to it. What changes do I need
>> to do for setup for v2 not tell me that there is already a previous
>> version (version 1) of the same app installed?
>>
>> Thanks
>>
>> Regards
>>
>>
>
>



May 25 '06 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
2306
by: Mike Meyer | last post by:
Ok, I give up. I searched the CVS code, and can't find the place that turns an include_dirs option in setup.cfg into a list of directories. The reason I was looking for it is that I can't figure...
4
2169
by: Richard Shea | last post by:
Hi - This is probably quite a stupid question but I've never understood what setup.py does. I've got a situation at the moment where I would like to use a script (which someone else has written and...
4
1414
by: Paul .V. | last post by:
I need to setup two tables with default information. First off I need a company table. Quite simple. Name, Address, phone, tax number and so on. So I have setup that table with the fiels...
1
2078
by: Michael A. Covington | last post by:
When I build my setup project, I get three files: setup.exe, setup.ini. and myapplication.msi. These go into a folder called (setup project)/bin/Release. If any other files are in that folder,...
4
4385
by: I_AM_DON_AND_YOU? | last post by:
There is one more problem I am facing but didn't get the solution. In my Setup Program I am not been able to create 2 things (when the program is intalled on the client machine ) : (1) create...
0
1026
by: serge calderara | last post by:
dear all, I have build a web application and greate a web setup projet to deploy it. I have select the option to generate files for network installation. Based on that I copy generated setup...
3
2582
by: Dennieku | last post by:
Hi, I've have 2 questions about the Web Setup project in VS.Net 2003. 1. How can i determine, from an Installer class, in which folder the Website has been installed (at the Commit phase) 2. I...
2
4683
by: =?Utf-8?B?VHJhY2tz?= | last post by:
When I run my setup of a vb.net app made in VS2005 and setup made with the setup wizard and then modified in the ide, The .net 2 setup runs and installs and then asks to reboot. If you answer ok...
0
1326
slashcanadian
by: slashcanadian | last post by:
Hallo, I have some question about creating and editing some setup wizard in .net. I want to create some "custom installation" in my setup wizard. Can someone help me how to create the custom...
2
3289
by: Norman Diamond | last post by:
My C# code is I18N'ed by appropriately naming and editing .resx files. At execution time, it works. My C++ code is somewhat I18N'ed. When I put UI code in C++ I use .rc files. When I link to a...
0
7237
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7349
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7417
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
7506
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
1
5063
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
4734
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3219
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
1572
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
0
445
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.