Its failing to compile in signing.
In my innosetup packaging i have to include some third party software such as VLC, Google Chrome, Putty, etc etc.
The moment those third party tools are included compile/build is failing. But when i do not use them its compiling well. (unfortunately i cant use those apps via external URL so i must need to embed them in my compile)
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 zip the software folder but still same, also i zip .exe into .rar but still same error?