473,397 Members | 2,077 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,397 software developers and data experts.

Installing and upgrading applications

..NET install and deployment project automatically creates install msi file.
Well, ....
First install works fine, but when i compile and start instalation of newly
compiled project it always says that i need to deinstall first and then run
install. Even though project was newer version and Upgrade table have, by
default, OK upgrade information.
Can someone tell me what could be the problem. I tryed example from MSDN and
the same thing. -->
Deinstall -> Install (no upgrade). I used Orca tool for modifiing msi
package but nothing.
Only thing I concluded is: when package code changes Deinstall -> Install is
std. procedure. hmm... :-(((

Thx for help, Rajko.
Nov 22 '05 #1
4 1854
Packagecode, productcode and version all need changing, and the
RemovePreviousVersions project property needs setting True. You don't need
to use Orca - incrementing the version in the setup project properties will
prompt you to change the right codes, and RemovePreviousVersions populates
the Upgrade table for you.
--
Phil Wilson
[MVP Windows Installer]
"Rajko" <ra***@fly.srk.fer.hr> wrote in message
news:c5**********@bagan.srce.hr...
.NET install and deployment project automatically creates install msi file. Well, ....
First install works fine, but when i compile and start instalation of newly compiled project it always says that i need to deinstall first and then run install. Even though project was newer version and Upgrade table have, by
default, OK upgrade information.
Can someone tell me what could be the problem. I tryed example from MSDN and the same thing. -->
Deinstall -> Install (no upgrade). I used Orca tool for modifiing msi
package but nothing.
Only thing I concluded is: when package code changes Deinstall -> Install is std. procedure. hmm... :-(((

Thx for help, Rajko.

Nov 22 '05 #2
Packagecode, productcode and version all need changing, and the
RemovePreviousVersions project property needs setting True. You don't need
to use Orca - incrementing the version in the setup project properties will
prompt you to change the right codes, and RemovePreviousVersions populates
the Upgrade table for you.
--
Phil Wilson
[MVP Windows Installer]
"Rajko" <ra***@fly.srk.fer.hr> wrote in message
news:c5**********@bagan.srce.hr...
.NET install and deployment project automatically creates install msi file. Well, ....
First install works fine, but when i compile and start instalation of newly compiled project it always says that i need to deinstall first and then run install. Even though project was newer version and Upgrade table have, by
default, OK upgrade information.
Can someone tell me what could be the problem. I tryed example from MSDN and the same thing. -->
Deinstall -> Install (no upgrade). I used Orca tool for modifiing msi
package but nothing.
Only thing I concluded is: when package code changes Deinstall -> Install is std. procedure. hmm... :-(((

Thx for help, Rajko.

Nov 22 '05 #3
Thx, Phil.
I was going to reply to you with message I already tried this.
But decided to try again and it works, at least today. :-))
I must have been using 4th version number(build number) and only first three
are used.
Sometimes I try all options separate and believe that I tried them all.
I must have missed right combination (even so simple one).
We got one saying in my country: I didn't see the trees because forest
blocked my view.

Thanks again, you helped. Rajko.
"Phil Wilson" <pd*******@nospam.cox.net> wrote in message
news:u8**************@tk2msftngp13.phx.gbl...
Packagecode, productcode and version all need changing, and the
RemovePreviousVersions project property needs setting True. You don't need
to use Orca - incrementing the version in the setup project properties will prompt you to change the right codes, and RemovePreviousVersions populates
the Upgrade table for you.
--
Phil Wilson
[MVP Windows Installer]
"Rajko" <ra***@fly.srk.fer.hr> wrote in message
news:c5**********@bagan.srce.hr...
.NET install and deployment project automatically creates install msi file.
Well, ....
First install works fine, but when i compile and start instalation of

newly
compiled project it always says that i need to deinstall first and then

run
install. Even though project was newer version and Upgrade table have, by default, OK upgrade information.
Can someone tell me what could be the problem. I tryed example from MSDN

and
the same thing. -->
Deinstall -> Install (no upgrade). I used Orca tool for modifiing msi
package but nothing.
Only thing I concluded is: when package code changes Deinstall ->

Install is
std. procedure. hmm... :-(((

Thx for help, Rajko.


Nov 22 '05 #4
Thx, Phil.
I was going to reply to you with message I already tried this.
But decided to try again and it works, at least today. :-))
I must have been using 4th version number(build number) and only first three
are used.
Sometimes I try all options separate and believe that I tried them all.
I must have missed right combination (even so simple one).
We got one saying in my country: I didn't see the trees because forest
blocked my view.

Thanks again, you helped. Rajko.
"Phil Wilson" <pd*******@nospam.cox.net> wrote in message
news:u8**************@tk2msftngp13.phx.gbl...
Packagecode, productcode and version all need changing, and the
RemovePreviousVersions project property needs setting True. You don't need
to use Orca - incrementing the version in the setup project properties will prompt you to change the right codes, and RemovePreviousVersions populates
the Upgrade table for you.
--
Phil Wilson
[MVP Windows Installer]
"Rajko" <ra***@fly.srk.fer.hr> wrote in message
news:c5**********@bagan.srce.hr...
.NET install and deployment project automatically creates install msi file.
Well, ....
First install works fine, but when i compile and start instalation of

newly
compiled project it always says that i need to deinstall first and then

run
install. Even though project was newer version and Upgrade table have, by default, OK upgrade information.
Can someone tell me what could be the problem. I tryed example from MSDN

and
the same thing. -->
Deinstall -> Install (no upgrade). I used Orca tool for modifiing msi
package but nothing.
Only thing I concluded is: when package code changes Deinstall ->

Install is
std. procedure. hmm... :-(((

Thx for help, Rajko.


Nov 22 '05 #5

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

Similar topics

5
by: Gerald Hernandez | last post by:
One of my development PC's died, and I need to have legacy VS and VS.Net installed at the same time. On the now dead PC, I had VS6 installed prior to installing VS.Net. This worked just fine. On...
2
by: Ralph2 | last post by:
Hello Some time ago with the help of this group I made an amateurish database that catalogs all of our shop drawings. Works really well ( I think) but management, in its infinite wisdom, wants a...
0
by: Eric Sassaman [MS] | last post by:
Online Chat: Upgrading COM Applications to .NET with Visual C++ 2005 Many applications consume and expose COM interfaces as their object models today. And .NET has tools such as tlbimp, tlbexp...
0
by: Eric Sassaman [MS] | last post by:
Online Chat: Upgrading COM Applications to .NET with Visual C++ 2005 Many applications consume and expose COM interfaces as their object models today. And .NET has tools such as tlbimp, tlbexp...
9
by: dotnettester | last post by:
Hi, Can any one point me to a good resource on what to expect for .NET Applications when upgrading from IIS 5.0 to IIS 6.0 We are thinking to move to IIS 6.0 but fear...... Thanks,
4
by: Oenone | last post by:
Could someone who has done it confirm for me that if I install VS2005 final on a computer that already has VS2003 installed, it won't interfere with the existing 2003 installation in any way? ...
1
by: bruce | last post by:
hi. i'min a situation where i might need to upgrade python. i have the current version of python for FC3. i might need to have the version for FC4. i built the version that's on FC4 from the...
11
by: Don | last post by:
QUESTIONS: 1. Has anyone figured out how to successfully install the Office 97 Pro Service Release 2 patch in Vista? 2. Has anyone successfully installed an Office 97 Pro CD (SR2 version) in...
7
by: Yansky | last post by:
I asked my hosting company if they would upgrade Python on my server to the latest version. They responded with: "Sorry no. We tend to stick with what comes packaged with the unix distribution...
11
by: DavidW | last post by:
The application installed okay, but attempted installation of SP1 produces an error 1606 ("Could not access network location VS Developers (cannot create group)"). It's hard to believe that any...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
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: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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:
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
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
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...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

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.