electron-wix-msi icon indicating copy to clipboard operation
electron-wix-msi copied to clipboard

:dvd: Create traditional MSI installers for your Electron app

Results 81 electron-wix-msi issues
Sort by recently updated
recently updated
newest added

# 4.1.0 * Add icon extraction from exe * Associate extensions with exe * Better support for semantic version to Windows version * Fix all unit tests so that mock-fs...

It looks like **electron-wix-msi** creates a custom entry in **Apps & Features** (https://github.com/felixrieseberg/electron-wix-msi/blob/master/static/wix.xml#L24). Unfortunately, this custom entry has a generic icon (https://github.com/felixrieseberg/electron-wix-msi/blob/master/src/creator.ts#L784), which is not ideal. Would it be possible...

Currently when building on Windows 11 arm, candle fails on the arch: `candle.exe : error CNDL0264 : The parameter 'arch' is missing or has an invalid value arm64. Possible values...

Hi I was looking to use electron-wix-msi but I am not able to find a way to provide info about installing a windows service https://wixtoolset.org/documentation/manual/v3/howtos/general/install_windows_service.html Thanks

![image](https://user-images.githubusercontent.com/31128253/175756665-648a4635-49a3-4d63-b426-96bc4591562e.png) the old one is not uninstall

I needed another feature to not automatically add a desktop icon when the MSI installs. The property is `noDesktopShortcut?: boolean`.

My goal is to create an wix-msi installer which need no admin permission and includes autoUpdates. As long as I don't set the `defaultInstallMode: 'perUser'`, the autoUpdater is working. But...

Previously I am using electron-builder and electron-updater combo to publish and auto updates for exe files. through electron-updater I will check for updates and download and update the app. But...

Hi, Is it possible to configure custom actions to run powershell script? I want to install other things and configure them. Anything I can do to make this happen?

My electron app requires vc_redistx64 and Python27.dll in order to run. I was wondering if there was a way to include these in the installation. E.g. a checkbox at the...