Hello,

I am trying to include the MS SQL CE 3.5 SP2 as part of my setup prerequisites. 
However, this part rolls back after it completes. I turned on the 
DisplayInternalUI to see the last dialog box of the installation. After that, 
MSSQL CE got uninstalled and I got two install log files in the end:
IntelaTrac_20130617152938_0_MSSQL_CE35SP2.log
IntelaTrac_20130617152938_0_MSSQL_CE35SP2_rollback.log

I could not tell what was causing the rollback from the log files. Below is the 
code I put in for this work. Any help will be highly appreciated.

Thanks a lot,
Miaohsi

    <util:RegistrySearch Root="HKLM" Key="SOFTWARE\Microsoft\Microsoft SQL 
Server Compact Edition\v3.5\ENU" Value="DesktopRuntimeVersion" 
Variable="SQLCEVersion" />
    <PackageGroup Id="MSSQL_CE35SP2">
      <MsiPackage Id="MSSQL_CE35SP2"
        Cache="no"
        Compressed="yes"
        DisplayInternalUI="yes"
        Vital="yes"
        Name="Redist\SSCERuntime_x86-ENU.msi"
        SourceFile="..\Redist\SSCERuntime_x86-ENU.msi"
        InstallCondition="(NOT SQLCEVersion) OR (SQLCEVersion &lt; 
v3.5.8080.0)">
      </MsiPackage>
    </PackageGroup>



*** Confidentiality Notice: This e-mail, including any associated or attached 
files, is intended solely for the individual or entity to which it is 
addressed. This e-mail is confidential and may well also be legally privileged. 
If you have received it in error, you are on notice of its status. Please 
notify the sender immediately by reply e-mail and then delete this message from 
your system. Please do not copy it or use it for any purposes, or disclose its 
contents to any other person. This email comes from a division of the Invensys 
Group, owned by Invensys plc, which is a company registered in England and 
Wales with its registered office at 3rd Floor, 40 Grosvenor Place, London, SW1X 
7AW (Registered number 166023). For a list of European legal entities within 
the Invensys Group, please select the Legal Entities link at invensys.com.


You may contact Invensys plc on +44 (0)20 3155 1200 or e-mail 
recept...@invensys.com. This e-mail and any attachments thereto may be subject 
to the terms of any agreements between Invensys (and/or its subsidiaries and 
affiliates) and the recipient (and/or its subsidiaries and affiliates).

------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to