Hello All,

     My questions is regarding to Burn.

     I'm having an issue where CacheAcquireProgress does not fire. I am 
not able to post feedback for my custom installation.
     I have the handler set in the constructor:
         DTBA.Model.Bootstrapper.CacheAcquireProgress += 
this.CacheAcquireProgress;

     but, nothing ever fires.

     Is there a property like: ReportProgress that I need to set?
     What could cause this postback to never fire?

     I'm not sure what to provide to begin fixing this error.

     Thanks for your time,
Gus.


<Chain>
       <PackageGroupRef Id='Netfx4Full' />

       <MsiPackage
         Id="Remote_x64ID"
         InstallCondition="VersionNT64 AND InternetEnabled"
         SourceFile="S_File"
         DownloadUrl="Url"
         Compressed="no"
         Vital="yes"
         ForcePerMachine="yes"
         SuppressLooseFilePayloadGeneration="yes"
         SuppressSignatureVerification="no"
        />
       <MsiPackage
         Id="Remote"
         InstallCondition="NOT VersionNT64 AND InternetEnabled"
         SourceFile="S_File"
         DownloadUrl="Url"
         Compressed="no"
         Vital="yes"
         ForcePerMachine="yes"
         SuppressLooseFilePayloadGeneration="yes"
         SuppressSignatureVerification="no"
        />

       <MsiPackage InstallCondition='VersionNT64 AND NOT 
InternetEnabled' Name="Local" SourceFile="LocalFile" Id="Local_x64ID" 
Compressed="no" Cache="yes" Vital="yes" Visible="no"/>
       <MsiPackage InstallCondition='NOT VersionNT64 AND NOT 
InternetEnabled' Name="LocalX86" SourceFile="Local_X86" Id="Local_x86ID" 
Compressed="no" Cache="yes" Vital="yes" Visible="no"/></Chain>




------------------------------------------------------------------------------
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/4140/ostg.clktrk
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to