GithubHelp home page GithubHelp logo

Comments (6)

barnson avatar barnson commented on July 1, 2024

It's not a general problem with bundles, at least in v5.0.0-rc.2. You might try ProcMon to see how/when it's being written.

from issues.

DS-AndOrz avatar DS-AndOrz commented on July 1, 2024

I have to recheck this with a v5.0.0-rc.2 stdba bundle.
I had some ProcMon events from a run and it was pointing to the elevated engine process.
Have to update stuff to 3.14.1 first so hopefully tomorrow.

from issues.

DS-AndOrz avatar DS-AndOrz commented on July 1, 2024

I had the chance to check it again but it is still present in the 5.0.0-rc.2 StdBA bundle.
Created a repository with the things I did.
I also added some ProcMon logs.
From the logs I still think that something is not released when the elevated engine closes.
This empty directory should also be gone after the engine closes right?

from issues.

DS-AndOrz avatar DS-AndOrz commented on July 1, 2024

https://github.com/DS-AndOrz/wix5rc2issue8053

from issues.

chrpai avatar chrpai commented on July 1, 2024

I see your bundle is running a couple of installers. One of them has probably put the entry there. The entry is a request to delete a temp file on reboot. From the installers perspective the actual file has been moved to a temp folder and is effectively deleted while the actual delete will occur on next boot. From a UX perspective, I don't see a problem here.

from issues.

Kakaouette avatar Kakaouette commented on July 1, 2024

Hi. I ran into the same issue on a project. I have been able to pinpoint the problem to the ExePackage element; when I create a bundle that contains an ExePackage - which doesn't require any restart on its own, a DEL****.tmp file is created in the Temp folder and a PendingFileRenameOperation is added for that file.

This is how my temp folder looked after installing a bundle that contained another bundle as an ExePackage:
StateAfterRunningPendingRebootBundle

When copying the DEL88AE.tmp file out, I get the renamed BIT65DB.tmp version instead and the file size jumps from 1,047 KB to 168,025 KB:
image

I created a repo with the code used to demonstrate the issue: https://github.com/Kakaouette/WiXPendingReboot/tree/main
Please note the projects were all created with Heatwave 1.0.4 on VS2022 17.9.5, and the tests were carried out on a Virtual Machine with Windows 10 - Update 1909 - 64 bit.

from issues.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.