Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

minor upgrade (urgent)


11 replies to this topic

joey ng

joey ng
  • Full Members
  • 7 posts

Posted 20 August 2008 - 08:32

Currently I need to do a minor upgrade for our existing application, after i done it. It can perform the upgrade action but when i open the folder, the file still same and dint upgrade to the latest one. What is the problem? I am using installshield 12 to do it.

Anyone can help me?

reddy611

reddy611
  • Full Members
  • 117 posts

Posted 20 August 2008 - 14:51

Please make sure you have changed ProductVersion and PacakgeCode?

joey ng

joey ng
  • Full Members
  • 7 posts

Posted 21 August 2008 - 00:52

Thanks for your reply........
I have change the package code and the product version but still cannot.
What can i do now?

vijayakumar

vijayakumar
  • Full Members
  • 43 posts

Posted 21 August 2008 - 04:30

Make sure that the version of the file in minor upgrade is higher than the base file.

Holger_G

Holger_G
  • Full Members
  • 155 posts

Posted 21 August 2008 - 08:02

Just make sure that the key file of the component that contains the file(s) to update has changed (eg. higher version for versioned files).

joey ng

joey ng
  • Full Members
  • 7 posts

Posted 21 August 2008 - 09:42

Is it have any others solution to solve it except changing the file version?

vijayakumar

vijayakumar
  • Full Members
  • 43 posts

Posted 21 August 2008 - 10:12

How are you installing the patch (cmd line or double clicking the msp)?
If command line is used, then use REINSTALLMODE property.



joey ng

joey ng
  • Full Members
  • 7 posts

Posted 22 August 2008 - 01:11

i install it by double click the msp. So any solution?

vijayakumar

vijayakumar
  • Full Members
  • 43 posts

Posted 22 August 2008 - 09:30

you can do that by installing the patch with the help of batch file

Create a batch file with the following command:

msiexec /p patch.msp REINSTALL=ALL REINSTALLMODE=omus

Note: Make sure you place the patch in the same directory where the batch file is placed.

vijayakumar

vijayakumar
  • Full Members
  • 43 posts

Posted 22 August 2008 - 10:36

use REINSTALLMODE=amus

Apologies for my previous thread

joey ng

joey ng
  • Full Members
  • 7 posts

Posted 25 August 2008 - 02:25

As i know, patch is build when we know which file we need to upgrade but for my application, i dont know which file in the application need to upgrade because edit the file in the application is not i do it, i just help them build the installer and upgrade it so except create batch, is it have another method to do it?

joey ng

joey ng
  • Full Members
  • 7 posts

Posted 11 September 2008 - 07:15

Finally i done it by measure the version file is higher than the existing file...
Thanks for yours help..