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

Error:-1638 Another version... 1729 -- Configuration failed


2 replies to this topic

liliay

liliay
  • Full Members
  • 6 posts

Posted 05 August 2013 - 23:47

Hi.

 

I am failing to upgrade my installation product: My project Installshield Script MSI, I have multiple components and only 2 Features.My upgrade include only one Feature ( i am using release flag for this).

My upgrade using function OnResumeUIBefore(), by running "upgrade.exe REINSTALLMODE=aums ADDLOCAL=ALL REINSTALL=ALL"

If I am running install(setup.exe) with parameters REINSTALLMODE=aums ADDLOCAL=ALL REINSTALL=ALL" - reinstall works fine, but if I run "upgrade.exe REINSTALLMODE=aums ADDLOCAL=ALL REINSTALL=ALL" - I have Feature transfer

Error: -1638 Another version of this product already installed. Installation of this version cannot continue....

 

I run installation with log /verbose "fileName" and found one failure: 

 

 

PROPERTY CHANGE: Adding PackagecodeChanging property. Its value is '1'.
 Note: 1: 1729 
Product: XXXXX -- Configuration failed.
I have feeling that I am doing something wrong with not adding the feature? My Package Code changing during the build.
 
 I really appreciate any suggestions, I tried multiple solution on google. I know this site the best one.
 
Thanks a lot.
P.S. I tried to attach the file, but I don't have permissions. 


liliay

liliay
  • Full Members
  • 6 posts

Posted 06 August 2013 - 00:02

Also i have these lines in my log:

 

MsiOpenPackageEx is returning 0
MSI © (00:70) [15:22:06:230]: PROPERTY CHANGE: Adding ADDLOCAL property. Its value is 'ALL'.
MSI © (00:70) [15:22:06:230]: PROPERTY CHANGE: Adding IS_MINOR_UPGRADE property. Its value is '1'.
MSI © (00:70) [15:22:06:230]: PROPERTY CHANGE: Adding REINSTALL property. Its value is 'ALL'.
MSI © (00:70) [15:22:06:230]: PROPERTY CHANGE: Adding REINSTALLMODE property. Its value is 'aums'.
MSI © (00:70) [15:22:06:230]: PROPERTY CHANGE: Adding SETUPEXEDIR property. Its value is 'C:\Users\xxx\Desktop\liliaUpgrade'.
InstallShield 15:22:06: Status returned from summary info: 0


liliay

liliay
  • Full Members
  • 6 posts

Posted 07 August 2013 - 19:32

I resolved by changing command line parameter for running setup.exe:
We had:
REINSTALLMODE=aums 
But correct one:
REINSTALLMODE=vamus

v means: Use to run from the source package and re-cache the local package. Do not use the v reinstall option code for the first installation of an application or feature.