1. Fix the issue that Ventoy2Disk_X64.exe can not run under altexe directory.

2. Fix the issue that VentoyPlugson_X64.exe exit silently.
3. Add missing /FS option for Ventoy2Disk.exe in Windows command line mode.
4. Ventoy2Disk.exe automatically change current directory when started from other directory.
This commit is contained in:
longpanda
2023-01-14 21:56:19 +08:00
parent 3e34dd8514
commit 4f5334026e
12 changed files with 86 additions and 8 deletions

View File

@@ -27,5 +27,11 @@
<supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}"/>
</application>
</compatibility>
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
<security>
<requestedPrivileges>
<requestedExecutionLevel level="requireAdministrator" uiAccess="false"></requestedExecutionLevel>
</requestedPrivileges>
</security>
</trustInfo>
</assembly>