Lukáš Čeremeta

Results 27 comments of Lukáš Čeremeta

I have thought of a way to fix this issue while not breaking compatibility but since we plan to redesign all UI functions in v4, there's no point in adding...

I think we should just add a parameter to be able to specify which action should happen when countdown reaches 0.

Partially implemented in #577 Restart later has been renamed in one of the previous version due to it being misleading. It only minimizes the window. We will add more options...

UCS-2 LE BOM is UTF16. You can click on the currently used encoding in bottom right corner of VSCode and select 'Reopen with encoding' and select UTF16 LE. Powershell 5...

PowerShell 7 is still a "Core" edition. It is not the same like Windows Poweshell. Altough this release should support all features Windows Powershell supports, unlike vs 6, it is...

Our exe already works that way. It launches powershell silently. VBscripts are used because they usually dont have such harsh limitations as powershell when it comes to running the script....

This toolkit relies on multiple visual libraries from net framework, so I'm assuming that's where it will fail however I don't think the toolkit has been tested on servercore or...

No it is not for uninstallation, it is for Zero-Config MSI Deployment. Here's the code snippet in the question: ``` ## If using Zero-Config MSI Deployment, append any executables found...

Again, this will only occur in Zero-Config MSI Deployment, which is where you use unmodified toolkit files and just paste msi into the Files directory, hence Zero-Config MSI Deployment. Not...

The problem with changes like these is that it changes the translations. We try to avoid those because we currently dont have a proper way to translate everything to all...