Hi
I am now using vs2010 and I had created a setup package for my project.
I had added the merged module CRRuntime_13_0_1.msn into the setup project.
After building the setup package, I got the following items:
Project.msi
setup.exe
So, by executing the setup.exe, the program will check all the prerequisite. If those are not existed, the setup program will try to install.
Everything is fine. The program can detect the workstation missing the CR Runtime and installing it accordingly
Now, we want to deploy it to the whole company. We had decided to execute the setup package using a batch file.
So, we want to install the program silently. However, every time we call the setup.exe, it mentioned that we are required to accept the EULA from the SAP. The user is required to click the accept button on the screen and it is no longer a silent installation.
I had tried a number of method to suppress it but no luck. Is there a way to suppress the EULA?
Thank You!