Eric D. Rohler

Results 12 comments of Eric D. Rohler

If we use this everyone should note the existence of a recently found malware in specific versions. [Popular NPM Library Hijacked to Install Password Stealers and Minters](https://www.bleepingcomputer.com/news/security/popular-npm-library-hijacked-to-install-password-stealers-miners/). If someone were...

> Came here to say this. To clarify, the following won't work (and will give you the vary unclear error above): > > ```json > { > "IsEncrypted": false, >...

This is a fantastic idea.

I have been looking at this the last few days and I am not sure that it is possible with a portable exe. Also, I think it needs a proper...

I believe that since the project is portable, we can target AnyCpu for winget. The main issue I was running into is including the vendor and other folders with the...

If I understand what you mean then the installer does follow this rule. Nothing is installed or overwritten in the config folder except the readme.md files included in the bin,...

All right. I have tested both installers (full and mini) using the silentmode required for winget and it does what it's supposed to. I don't have any issues with my...

No problem. I don't mind being a maintener. :) Basically, I have created 2 installer packages. 1 for the [full install](https://github.com/edrohler/cmder-installer/releases/download/v1.3.18.1106/Cmder-full-1.3.18.1106-setup.exe) and 1 for the [mini install](https://github.com/edrohler/cmder-installer/releases/download/v1.3.18.1106/Cmder-mini-1.3.18.1106-setup.exe). I have ran...

I did some additional testing using `winget install -m ` on a clean environment and everything seems to work ok. I may need to change the uninstall to include more...

Ah, that is good to know. I used `neutral` only because the Cmder binaries were portable but the git for windows couldn't install on a 32-bit system. However, I have...