Unable to compile when signing.
In my nonosetup package, I have to include some third-party programs like VLC, Google Chrome, Putty, etc. etc.
When third-party tools are turned on, compilation / assembly fails. But when I do not use them, it compiles well. (unfortunately, I cannot use these applications through an external URL, so I need to embed them in my compilation)
Source: "C:\Users\tpt\Desktop\innosetup\nw\run.bat"; DestDir: "{app}"; Flags: ignoreversion Source: "C:\Users\tpt\Desktop\innosetup\software\*"; DestDir: "{app}\software"; Flags: ignoreversion

EDIT: I have a zip software folder, but still, I also zip.exe in .rar, but still the same error?

source share