Ok, its working now, I had to change the InstallSequence too

    <InstallExecuteSequence>
      <RemoveExistingProducts After="InstallValidate" />
      <Custom Action="CA_writePasswordInRegistry" After="InstallFinalize"
Overridable="yes">NOT Installed</Custom>
      <Custom Action="ConfigureWebApp" After="InstallFinalize"
Overridable="yes">NOT Installed</Custom>
      <Custom Action="CreateDW" After="InstallFinalize"
Overridable="yes">NOT Installed</Custom>
      <Custom Action="DeploySSAS" After="CreateDW" Overridable="yes">NOT
Installed</Custom>
      <Custom Action="DeploySSIS" After="DeploySSAS" Overridable="yes">NOT
Installed</Custom>
      <Custom Action="CreateSQLJob" After="DeploySSIS" Overridable="yes">NOT
Installed</Custom>
      
      <Custom Action="CA_readValueInRegistry" After="InstallFinalize"
Overridable="yes" >Installed</Custom>
      <Custom Action="DeleteSQLJob" After="CA_readValueInRegistry"
Overridable="yes" >Installed</Custom>
      <Custom Action="RemoveSSIS" After="DeleteSQLJob" Overridable="yes"
>Installed</Custom>
      <Custom Action="RemoveSSAS" After="RemoveSSIS" Overridable="yes"
>Installed</Custom>
      <Custom Action="DeleteDW" After="RemoveSSAS" Overridable="yes"
>Installed</Custom>
      <Custom Action="MakeWepApp20" After="InstallFinalize">ASPNETREGIIS AND
NOT Installed</Custom>
    </InstallExecuteSequence>
-- 
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Automatic-remove-of-older-version-tp5589138p5591850.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to