11-22-2023 03:44 PM - edited 11-22-2023 03:48 PM
Hi,
I've built a wininst package with a third party installer (exe), I'm interested in leveraging the functionality of setting returnCodeConvention="installer" in the customExecute step, and at the same time, I would like to include a responses file so the installer exe executes silently with certain options.
I know I can get this functionality by creating a file package instead of a wininst package, but then I don't have the returnCodeConvention option.
I've been looking in the documentation and I can't find how to refer to a file included in the wininst package payload. Has anyone ever done this?
11-24-2023 12:49 PM
Your are correct that a wininst package cannot directly install files, and a file package does not have the ability to interpret return code values like the wininst package.
Some options that I immediately think of:
Assuming that you cannot simply specify the silent arguments via the command line arguments passed to the custom execute invocation. The assumption is that you cannot simply