Antoine Beauchamp

Results 85 comments of Antoine Beauchamp

Hi. I am not familiar with Ultralig.ht and cannot be helpful. Bin2cpp is designed to be executed on the target platform as a console application. You might be able to...

Hi. Thank you for reporting this issue and letting me know why you did not like it. The uninstaller will try to run regsvr32.exe (see [WIX.extra.in, line 39](https://github.com/end2endzone/ShellAnything/blob/master/wix/WIX.extra.in#L39)) to unregister...

I think I have found why you are getting these error messages. I am able to reproduce this issue! If you try to unregister the shell extension twice (or more),...

@Unknow0059 This is quite annoying... and embarrassing... I try to test as must as possible with the installer but I see that I did not test as much as I...

The behavior observed above seems to be the default by Microsoft. For example: 1. Create a new ATL Project named `MyATLProject2`. * Check "Create directory for solution". * Check "Allow...

I need apologies for this. I am still trying to figure out how the PR and the issue should be related. I understand that it would be preferable to wait...

The README.md file contains personnal reference. See `!!!ICI!!!` string in the description for details. Reopening the issue.

Yes you are right. The field `ShellLinkHeader.ShowCommand` is used to set the initial 'show state' of the corresponding executable window. This is one of the `SW_*` values described in [Microsoft...

Is it because of the space in qemu's installation directory? I am able to create the disk image manually with the following command: ```batch Microsoft Windows [Version 10.0.19045.4046] (c) Microsoft...

Note that you application uses `GB` for gigabytes unit in the gui. However, qemu-img is expecting `G` for gigabytes: ``` C:\Users\JohnDoe>"C:\Program Files\qemu\qemu-img.exe" create -f qcow2 F:/test/foobar.qcow2 16GB C:\Program Files\qemu\qemu-img.exe: Invalid...