We’d like to have the capability to create multiple versions of an application. Ideally, we’d have a toggle or option that allows us to generate and customize additional copies of the app. That way every publishing sync would generate a new copy of each of the customized installer for deployment.
Our organization supports several different businesses. We use cloud tools, such as Tenable, and have applications where we prefer to specify a group in the command-line. This directs the installation to a specific organization group within Tenable. For example, we might use Installer.exe /group "Group A"
for Company A, and Installer.exe /group "Group B"
for Company B. This allows us to use the same installer, but with different command lines for each company.