After I successfully build the setup I run the resulting setup app and get error message box that says: "Invalid command line".
I used Professional template. I am working with AI 8.2
My setup app is an EXE built with 1 CAB file option. It has 3 .NET assemblies and 2 prerequisites:
1. Visual Studio 2010 Tools for Office Runtime (x86 and x64) : I set it to run as Silent and tried both
a. /q:a /c:"install /q /l" and
b. /q /norestart
2. .NET 4 where I use /q /norestart and also set it to run as silent.
Anybody could tell me what and where I am doing wrong?