I used paquet builder 2020 to build a package.After file extracting,I launch a program exe which I set the path %DESTPATH%\Setup.exe for.But if user choose a target folder that contains Chinese character,it would fail to start the setup.exe.
Looks like an encoding problem in the “Setup Filename” field. We’ll check that.
As a workaround, use a custom action “Execute a program file” and tick the “WaitForEnd” property.
Thanks for the follow-up and great that it works for you . It was actually a bit surprising since Paquet Builder is fully-Unicode enabled and we use UTF-8 internally to manage all non-English characters in C scripts.