windows-installer icon indicating copy to clipboard operation
windows-installer copied to clipboard

Build Windows Installers for Electron apps

Results 111 windows-installer issues
Sort by recently updated
recently updated
newest added

I am trying to build package for windows machine but I didn't understand how to pass --shortcut-locations=Desktop,StartMenu inside spawnUpdate() ``` // Install desktop and start menu shortcuts spawnUpdate(['--createShortcut', exeName]);

After using the new version, the icon cannot be properly displayed in the control panel program ![image](https://user-images.githubusercontent.com/5989219/65680273-383a5880-e089-11e9-83d5-09be1e52c700.png) It is normal in version 2.7.0

hello, ihave electron setup file (setup.exe). i want to execute this file by cmd like (c:\>setup.exe --pram1 --param2). how i can receive these two param in my application.

Hey, We updated to `[email protected]` and have noticed that the desktop icon broke. On further debugging, we found that the command line argument `--squirrel-updated` on which we were relying on...

Like the title says, can we create a delta package to update an app that was created with noDelta? Are there any known issues with doing this?

[email protected] windows 10, 64-bit. Cant build setup.exe with error: > Failed with exit code: 4294967295 > Output: > System.AggregateException: One or more errors occurred. ---> System.Exception: 7-Zip [64] 16.04 :...

I have written ScratchJr in electron-forge and have made a windows copy of the installer. Someone wishes to deploy the app across their computer labs, however their company says they...

in win10,when i installing,my 360 antivirus software alert risk...“Some programs attempt to modify key program DLL files” ![image](https://user-images.githubusercontent.com/15810263/51508132-f3da2700-1e2e-11e9-901d-105682a7172c.png)

Is there any documentaion on how to use the requireLicenseAcceptance option - I see in the template.nuspectemplate file it is set to false by default

Since the progress event has been supported by Squirrel.Windows 1.7.0, it is time to rethink about #110 and let the developers access the installation progress.