GithubHelp home page GithubHelp logo

Comments (7)

batzen avatar batzen commented on June 12, 2024

Does the installer prompt for elevation when you click "Install" or at which point during the installation does it show that error?

from snoopwpf.

mathdons avatar mathdons commented on June 12, 2024

Does the installer prompt for elevation when you click "Install" or at which point during the installation does it show that error?

It does not.

from snoopwpf.

batzen avatar batzen commented on June 12, 2024

That's strange as it should prompt for elevation.
Could you try to run an elevated command prompt and start the MSI from there?

from snoopwpf.

mathdons avatar mathdons commented on June 12, 2024

Same thing from elevated cmd or PS, doesn't prompt, same message.

from snoopwpf.

batzen avatar batzen commented on June 12, 2024

That makes no sense to me.
Could you run the installer with verbose logging enabled and attach the log here?
You can enable verbose logging by calling the installer from a command prompt using
msiexec /i Snoop.5.1.0.msi /L*vx "C:\ExampleLogFilename.txt"

from snoopwpf.

mathdons avatar mathdons commented on June 12, 2024

Sure, here it is, ran from elevated cmd.
msilog.txt

from snoopwpf.

batzen avatar batzen commented on June 12, 2024

That looks like an bug in WiX/MSI itself as it's not even logging what failed during ValidatePath.
What's also strange is that ValidatePath returns 1 (success) but does not set WIXUI_INSTALLDIR_VALID to 1.

Maybe you can launch dbgview when running the installer as the installer should also output trace messages there.

from snoopwpf.

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.