The documentation for CAQuietExec says you have to pass the command line in a
property called "QtExecCmdLine". I can't see any property with that name in
your source files. Have a look in the Wix help file and check that you're
following the instructions correctly.

-----Original Message-----
From: rajeshk [mailto:rajeshkannan.kr...@gmail.com] 
Sent: 27 June 2012 12:45
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Major upgrade not working

I tried and reproduce the problem.I was follow the below steps.

1. I was installed new MSi version 1.0.0 2. I was implemented minor upgrade
and MSI version is 1.1.0 3. Then I tried for major upgrade (version 4.1.0).

First 2 steps are working fine, but when i tried for 3 step its throw the
error.Also its not pass the directory ref to the custom action.

<DirectoryRef Id="INSTALLLOCATION">
    <Component Id="MicrosoftDataSchema"
Guid="AA67D22F-12E9-4034-BD7D-7210A43050BD">
      <File Id="Microsoft.Data.Schema.dll"
Source="$(var.SrcArchPath)Microsoft.Data.Schema.dll" KeyPath="yes"
Checksum="yes"/>
    </Component>
    <Component Id="MicrosoftDataSchemaScriptDom"
Guid="AA17D22F-22E9-4034-BD7D-7210A43050BD">
      <File Id="Microsoft.Data.Schema.ScriptDom.dll"
Source="$(var.SrcArchPath)Microsoft.Data.Schema.ScriptDom.dll" KeyPath="yes"
Checksum="yes"/>
    </Component>
    <Component Id="MicrosoftDataSchemaScriptDomSql"
Guid="AA67D22F-32E9-4034-BD7D-7210A43050BD">
      <File Id="Microsoft.Data.Schema.ScriptDom.Sql.dll"
Source="$(var.SrcArchPath)Microsoft.Data.Schema.ScriptDom.Sql.dll"
KeyPath="yes" Checksum="yes"/>
    </Component>
    <Component Id="MicrosoftDataSchemaSql"
Guid="AA67D22F-42E9-4034-BD7D-7210A43050BD">
      <File Id="Microsoft.Data.Schema.Sql.dll"
Source="$(var.SrcArchPath)Microsoft.Data.Schema.Sql.dll" KeyPath="yes"
Checksum="yes"/>
    </Component>
    <Component Id="Vsdbcmd" Guid="AA67D22F-52E9-4034-BD7D-7210A43050BD">
      <File Id="vsdbcmd.exe" Source="$(var.SrcArchPath)vsdbcmd.exe"
KeyPath="yes" Checksum="yes"/>
    </Component>
    <Component Id="VsdbcmdConfig"
Guid="AA67D22F-52E9-4034-BD7D-7210A43050BA">
      <File Id="vsdbcmd.exe.config"
Source="$(var.SrcArchPath)vsdbcmd.exe.config" KeyPath="yes" Checksum="yes"/>
    </Component>
  </DirectoryRef>
When my custom action run, the above reference should pass to the CA, its not
passed thats why its not installed.
Can you help me to fix the problem.

--
View this message in context:
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Major-upgrade-n
ot-working-tp7579130p7579133.html
Sent from the wix-users mailing list archive at Nabble.com.

-----------------------------------------------------------------------------
-
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and threat
landscape has changed and how IT managers can respond. Discussions will
include endpoint security, mobile security and the latest in malware threats.
http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users
SDL PLC confidential, all rights reserved.
If you are not the intended recipient of this mail SDL requests and requires 
that you delete it without acting upon or copying any of its contents, and we 
further request that you advise us.
SDL PLC is a public limited company registered in England and Wales.  
Registered number: 02675207.
Registered address: Globe House, Clivemont Road, Maidenhead, Berkshire SL6 7DY, 
UK.


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to