BornToBeRoot

Results 147 comments of BornToBeRoot

@volker-raschek did you found a solution? I think we have the same issue... the cert didn't renew itself

By manually deleting the `cert-manager-webhook-ca`, it is automatically recreated. The certificates are then issued again...

Hi @windowshome, the application is based on WPF (Windows Presentation Foundation) and uses some Windows libraries such as mstscax for Remote Desktop or embedded PuTTY/PowerShell/etc., which means that it is...

Do you get an error message? Something in the eventlogs?

The MSI installer is looking for the old InnoSetup uninstaller (in the registry under `HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{8028080F-B785-4A74-A243-3D63467880A6}_is1` and executes the uninstall string that will point to `C:\Program Files\NETworkManager\unins000.exe` (InnoSetup) If this is...

If you install the [old InnoSetup setup](https://github.com/BornToBeRoot/NETworkManager/releases/download/2024.4.21.0/NETworkManager_2024.4.21.0_Setup.exe) version to `D:\webtool\NETworkManager` (exact path where it is installed) and then run the latest msi it should work. Sorry for the inconvenience.

@MaxL-hub did you install / overwrite the installation with Version [2024.4.21.0](https://github.com/BornToBeRoot/NETworkManager/releases/download/2024.4.21.0/NETworkManager_2024.4.21.0_Setup.exe) and then run the MSI for 2024.5.27.0 ?

I will publish an installer without this uninstall routine... in some cases (Windows Sanbox & Winget Azure CI) i also face this issue. I'm still not sure what's causing this...

Thanks for the details. It looks like the install program also calls the uninstall before it causes the error (I had suspected that too).

I published a new installer without the uninstall routine that cause this issue (it was trying to uninstall NETworkManager 2024.4.21.0 and below via InnoSetup...). Here is the release: https://github.com/BornToBeRoot/NETworkManager/releases/tag/2024.6.15.0 ---...