AMS 6.0.2.0
I have run into an issue that is trully frustrating me.
I have a simple InstallShield installer in the CD_ROOT\AutoPlay\Docs\server\ folder. If I use the "Quick Action" "Run Program" action, it will fail with an error '1013: File Execution Failed'.
I have tried to use scripting directly with:
I have tried several variations of the working folder, etc.Code:File.Run(_SourceFolder.."\\AutoPlay\\Docs\\server\\setup.exe", "", "", SW_SHOWNORMAL, true);
This does not work and returns a simple '0'.
If I use File.Open() or choose the Quick Action "Open Document", my setup will be launched.
Does anyone have any clues on this one?


