Hello Support / Community!
we want to use the Aris Express Version in our company.
Is it possible to create a silent installation of the Software?
Thanks :)
Hi,
>>no, the Setup does not support this.
>>But you can just copy the content of the folder "<Express installation folder>\client" of an existing installation
>> to other machines. Double clicking "ARIS Express.exe" will start Express anyway.
>> Only thing you will miss is the file type association to the adf...
>> which you can do by hand or by setting the correct registry entry.
EDIT: Seems that my information was just wrong. Thanki you, Matias, for this information.
Bye,
Frank
Yes, you can.
Try this:
Generate a response file option
aris-express-setup.exe /r /f1"C:\tmpdir\aris-express-setup.iss" /f2"C:\tmpdir\aris-express-setup.log"
Next, you can launch te installer in automatic mode.
aris-express-setup.exe /s /f1"C:\tmpdir\aris-express-setup.iss"
Replace C:\tmpdir what you want.