HOW TO: Install the Active Reports .NET 3.0 in silent mode


10-27-2007, 5:24 AM

If you like to install the pack of products in batch files, you need to know the options/keys of Active Reports .NET 3.0 installation package:

 

"/s" - silent installation key

"/l=<FileName>" - set the log file

"ALLUSERS=TRUE|FALSE" - if this key is set to True, the installed product will be available for all users on the machine

 

Example:

"ActiveReports for .NET 3.0 Setup.exe" ALLUSERS=TRUE /l=c:\install.log /s

 

Remark:

These installation options are not available in the old packages(.msi)

Here is a sample of command prompt for the old installation packages:

msiexec /i ActiveReports.msi ALLUSER=2 /passive /log c:\installation.log