cmder
cmder copied to clipboard
Create MSI Package
A common request is to create a non-portable installer for cmder, this issue encompasses this.
I suggest we look at creating an MSI so we can add cmder to winget also.
There was a guy that worked on adding to winget. There was an issue here on his findings and progress. Just an FYI.
There was a guy that worked on adding to winget. There was an issue here on his findings and progress. Just an FYI.
From what I understand winget cannot use archives to install, this will work around that and also provide an installer for enterprise users as per previous issues regarding installation.
There is an NSIS-based installer (which produces .exe
setup files) for Cmder already here:
https://github.com/mikecentola/cmder_inst
If .msi
is not mandatory, the above project is a good installer IMO.