Skip to content

Windows EXE & MSI installers don't work on Windows #585

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
1 of 7 tasks
markosnarinian opened this issue Mar 25, 2025 · 2 comments
Open
1 of 7 tasks

Windows EXE & MSI installers don't work on Windows #585

markosnarinian opened this issue Mar 25, 2025 · 2 comments
Assignees
Labels
type:bug Something isn't working

Comments

@markosnarinian
Copy link

markosnarinian commented Mar 25, 2025

Acknowledgements

  • I have checked that there is no other issue describing the same or
    similar problem that I currently have, regardless if it has been
    closed or open.

  • This bug affects Discord website.

  • This issue is confirmed to be reproducible when WebCord is packaged
    on at least all three latest supported Electron major releases.

  • This issue is reproducible in Chrome, Chromium or any
    Chromium-based browser, e.g Brave or Edge (please write in
    Additional Context which browser you have used if it is neither
    Chrome nor unmodified Chromium).

  • There are no fixes done to master which resolves this issue.

  • My issue describes one of the unstable and/or not fully implemented
    features.

  • I have found a workaround to mitigate or temporarily fix this issue
    in affected releases (please write it in Additional context section
    below).

Operating System / Platform

🪟️ Windows

Operating system architecture

x64 (64-bit Intel/AMD)

Electron version

Application version

Bug description

The installation seems to be working at first, Webcord is visible in the Control Panel, but there is no entry in the startup menu nor any Program Files under C:\ProgramFiles or C:\ProgramFiles (x86).

Additional context

No response

@markosnarinian markosnarinian added the type:bug Something isn't working label Mar 25, 2025
@Jer-C
Copy link

Jer-C commented May 19, 2025

These installers used to work for me, but started failing with the v4.11.0 installer. (Windows 11.)

Running the MSI installer from my downloads directory with the command msiexec /i webcord-squirrel-x64.msi /l*v InstallLog.log produced the attached log file, in case that helps at all:
InstallLog.log

Things of note:

I do have a drive where I install video games mounted as drive E, but that isn't where webcord is installed, and shouldn't be used by the installer at all. Despite that, there are lines like:

MSI (c) (1C:80) [17:41:41:402]: PROPERTY CHANGE: Adding ROOTDRIVE property. Its value is 'E:'.
[...]
MSI (c) (1C:80) [17:41:41:405]: PROPERTY CHANGE: Adding TARGETDIR property. Its value is 'E:'.

I also have my user folders moved to a drive mounted at D, but the installer should still be using the AppData, ProgramData, and Program Files folders, which are all still on the default C drive.

I think everything else about my Windows 11 installation is pretty normal, other than that I dual boot so it launches the Windows bootloader from Grub.

@versedguardian
Copy link

I am also experiencing this issue after trying to install the latest update to fix the bricked mic issue...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants