I apparently made too many changes at once and now when I try to 
install an updated version of the bootstrapper I get 'Invalid package 
type':

=====
[0FB4:0C24][2013-10-14T18:05:31]i199: Detect complete, result: 0x0
[0FB4:0C24][2013-10-14T18:05:31]i200: Plan begin, 7 packages, action: 
UpdateReplace
[0FB4:0C24][2013-10-14T18:05:31]i000: [DEBUG-Progress] PlanBegin:
[0FB4:0C24][2013-10-14T18:05:31]e000: Error 0x8000ffff: Invalid package 
type.
[0FB4:0C24][2013-10-14T18:05:31]e000: Error 0x8000ffff: Failed to plan 
execute package.
[0FB4:0C24][2013-10-14T18:05:31]i000: [DEBUG-Progress] 
PlanPackageComplete:
[0FB4:0C24][2013-10-14T18:05:31]e000: Error 0x8000ffff: Failed to 
process update package.
[0FB4:0C24][2013-10-14T18:05:31]e000: Error 0x8000ffff: Failed to plan 
update.
[0FB4:0C24][2013-10-14T18:05:31]i000: [DEBUG-Install] PlanComplete:
[0FB4:0C24][2013-10-14T18:05:31]i000: [DEBUG-Model] ApplyAction: 0
[0FB4:0C24][2013-10-14T18:05:31]i299: Plan complete, result: 0x8000ffff
[0FB4:0C24][2013-10-14T18:05:31]i300: Apply begin
[0FB4:0C24][2013-10-14T18:05:31]i000: [DEBUG-Install] ApplyBegin:
[0FB4:0C24][2013-10-14T18:05:31]w380: Apply skipped, no planned actions
[0FB4:0C24][2013-10-14T18:05:31]i000: [DEBUG-Install] ApplyComplete: 
Result: 0
[0FB4:0C24][2013-10-14T18:05:31]i000: [DEBUG-Install] ApplyComplete: 
Display: Full
[0FB4:0C24][2013-10-14T18:05:31]i000: [DEBUG-Install] ApplyComplete: 
PlannedAction: UpdateReplace
=====

Variables.wxs:

<?define ProductVersion = "1.0.96.52759" ?>
<?define GUID_PRODUCTID = "*" ?>
<?define GUID_PRODUCTUPGRADE = "029B62E4-4AFE-4D74-837D-D0E79622BD97" 
?>

Product.wxs:

   <Product Id="$(var.GUID_PRODUCTID)"
            UpgradeCode="$(var.GUID_PRODUCTUPGRADE)"
            Name="$(var.ProductName)"
            Version="$(var.ProductVersion)"
            Manufacturer="$(var.Manufacturer)"
            Language="1033">

                <Package InstallerVersion="405" Compressed="yes" 
InstallScope="perMachine" InstallPrivileges="elevated" />

     <MediaTemplate EmbedCab="yes"/>

     <MajorUpgrade DowngradeErrorMessage="A newer version of 
[ProductName] is already installed."
                   Schedule="afterInstallFinalize"/>

     <Upgrade Id="$(var.GUID_PRODUCTUPGRADE)">
       <UpgradeVersion Minimum="$(var.ProductVersion)"
                       IncludeMinimum="no"
                       OnlyDetect="yes"
                       Language="1033"
                       Property="NEWERVERSIONDETECTED" />
       <UpgradeVersion Minimum="1.0.0.0"
                       IncludeMinimum="yes"
                       Maximum="$(var.ProductVersion)"
                       OnlyDetect="no"
                       IncludeMaximum="no"
                       Language="1033"
                       Property="OLDERVERSIONBEINGUPGRADED" />

       <!-- Detect for changes in 4th field only -->
       <UpgradeVersion Property="ANOTHERBUILDINSTALLED"
                       Maximum="$(var.ProductVersion)" 
Minimum="$(var.ProductVersion)"
                       IncludeMinimum="yes" IncludeMaximum="yes" 
OnlyDetect="yes" />

     </Upgrade>
=====

Thanks,
-dirt




--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Invalid-package-type-tp7589708.html
Sent from the wix-users mailing list archive at Nabble.com.
------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60135031&iu=/4140/ostg.clktrk
_______________________________________________
WiX-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to