473,396 Members | 1,875 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

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 1617
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
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
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
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
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
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
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
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
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
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
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
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
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
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

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.