[wix-users] FW: Bundle: after reboot extracted payload is not detected

Christoph Welte christoph.welte at de.abb.com
Tue Oct 27 04:40:02 PDT 2015


Hello
Thanks... but I have no idea what to do to fix this issue
/Christoph

-----Original Message-----
From: wix-users [mailto:wix-users-bounces at lists.wixtoolset.org] On Behalf Of Rob Mensching
Sent: Montag, 26. Oktober 2015 20:36
To: WiX Toolset Users Mailing List <wix-users at lists.wixtoolset.org>
Subject: Re: [wix-users] FW: Bundle: after reboot extracted payload is not detected

Burn caches packages so the TEMP can be removed at restart. If you are doing ParallelCache ensure caching completes before restart is executed.

_____________________________________________________________
 Short replies here. Complete answers over there: http://www.firegiant.com/

-----Original Message-----
From: wix-users [mailto:wix-users-bounces at lists.wixtoolset.org] On Behalf Of Carter Young
Sent: Monday, October 26, 2015 12:31 PM
To: wix-users at lists.wixtoolset.org
Subject: Re: [wix-users] FW: Bundle: after reboot extracted payload is not detected

I believe everything in AppData/Local/Temp etc is cleaned out upon reboot.  Try setting the Bundle/msi to extract the payload somewhere more permanent.  NVIDIA's Driver installer does this to prevent the behavior you describe.  All Files are extracted before the msi even runs to C:\NVIDIA\WHQL\DriverVersionNumber\blah blah, in case a user like me requires a restart when doing a clean install of new drivers.  When my machine reboots, a key gets added to HKLM\Windows\... RunOnce, and the installer finishes/cleans up...

Carter

On 10/26/2015 10:57 AM, Christoph Welte wrote:
> A bundle "mysetup.exe" contains as first chain element  .net framework setup and in addition a msi mysetup.msi.
> E.g. mysetup.exe is located in c:\temp. The MSI is extracted to e.g. C:\Users\XX\AppData\Local\Temp\{1653b848-bf45-4e06-bc1f-e41334fb1aa4}\.be\ mysetup.msi.
> After installation of .net and a reboot the extracted payload is not detected, the MSI is searched in "c:\temp" instead of C:\Users\XX\AppData\Local\Temp\{1653b848-bf45-4e06-bc1f-e41334fb1aa4}\.be\ mysetup.msi.
>
> If setup is executed without a reboot (that means .net already installed) everything works fine.  Also if setup is restarted manually after a reboot.
>
> Any idea or help?
> Thanks Christoph
>
> ____________________________________________________________________
> WiX Toolset Users Mailing List provided by FireGiant 
> http://www.firegiant.com/
>
>
>



____________________________________________________________________
WiX Toolset Users Mailing List provided by FireGiant http://www.firegiant.com/

____________________________________________________________________
WiX Toolset Users Mailing List provided by FireGiant http://www.firegiant.com/


More information about the wix-users mailing list