salvadorbs / Asuite

ASuite is a simple open source portable launcher for Microsoft Windows.
http://www.salvadorsoftware.com/asuite
GNU General Public License v3.0
96 stars 14 forks source link

"Run a DLL as an app" Command No Longer Works #156

Closed AntumDeluge closed 2 years ago

AntumDeluge commented 2 years ago

ASuite version: 2.1 Alpha 1 (64-bit) OS: Windows 10 64-bit

In version 2.0, I was able to create an icon for the "Run a DLL as an app" (RunDLL32.exe) & execute with parameters. In 2.1 Alpha 1 this no longer works.

My command:

This is supposed to open touchpad settings for my laptop. But nothing happens. I receive no error message either.

Edit: I also tried with ASuite launched from console to see if there would be any error info sent to stdout. But there was nothing.

salvadorbs commented 2 years ago

Hi, even here I should have solved the problem, reintroducing the use of the ShellExecuteW api in the ASuite win32 build. I would ask you to try again with a recent build. Thanks!

AntumDeluge commented 2 years ago

Tested in v2.1 Alpha 2. Issue is fixed. Thank you.