cancel
Showing results for 
Search instead for 
Did you mean: 

Install CR runtime silently

former_member198639
Participant
0 Kudos

I once used the code below to install .net 4.0,and it works.

But why does it not work on CR runtime

@ECHO OFF

start /w "" "%~dp0\CRRuntime_32bit_13_0_5.msi" /q /norestart

IF %ERRORLEVEL% == 3010 EXIT /B 0

EXIT /B %ERRORLEVEL%

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

Check the Developers help file on how to deploy CR runtime silently.

Links are on the Overview tab.

Don

Answers (0)