mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-04 05:34:51 +00:00
How can a file be ignored in setup if already exists #762
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @vinnaykulkarni on GitHub (Feb 16, 2022).
How can a file be ignored in setup if it already exists in the destination folder like- "onlyifdoesntexist" flag in InnoSetup
Also, how can we create an MSI package from the electronize build
@danatcofo commented on GitHub (Feb 16, 2022):
Check out https://www.exemsi.com/documentation/installer-frameworks/nsis-nullsoft-scriptable-install-system/
@vinnaykulkarni commented on GitHub (Feb 17, 2022):
@danatcofo thanks for the script installer, I was checking of the electronize build supports anything like this, also is there any option to create MSI
@danatcofo commented on GitHub (Feb 17, 2022):
according to this documentation, electron-builder does support the msi type
https://www.electron.build/configuration/win.html
@vinnaykulkarni commented on GitHub (Feb 21, 2022):
Hi @danatcofo the article was helpful, thanks for it, I was able to build MSI, however still not able to accomplish "onlyifdoesntexist" using electron builder
@danatcofo commented on GitHub (Feb 21, 2022):
Sorry cant help you there, id recommend asking in the electron builder space rather than here. You will probably find an answer there as its focused on those issues.
@CalypsoSys commented on GitHub (May 4, 2022):
@vinaykulkarni89 - how were you able to create a MSI?
@FlorianRappl commented on GitHub (Nov 2, 2025):
Outdated - use
ElectronNET.CoreandElectronNET.Core.AspNet.See Wiki / What's New.