For Windows 10
1. Right click on Windows Start , choose Command Prompt (Admin)
2. In the command prompt, input
msiexec /i “path\setup.msi“
3. Press Enter to start the install process.
Example
I want to install Foxit PDF Editor and have a setup file called “Foxit PDF Editor11.0_enu_Setup.msi stored on my E:\ drive. On the command line, I will input
msiexec /i "E:\Foxit PDF Editor11.0_enu_Setup.msi"
If we'd like to silently activate Foxit PDF Editor with registration key after you having installed the Foxit PDF Editor, you could use the following command:
<Path>\Activation.exe -cmdquietactive XXXXX-XXXXX-XXXXX-XXXXX-XXXXX-XXXXX
E.g. C:\Program Files (x86)\Foxit Software\Foxit PDF Editor\Activation.exe -cmdquietactive XXXXX-XXXXX-XXXXX-XXXXX-XXXXX-XXXXX
For Windows 7
1. Click Start menu, (in search box, type) cmd, right click on search result and choose Run as Administrator.
2. In the command prompt, input
msiexec /i “path\setup.msi“
3. Press Enter to start the install process.
Example
I want to install Foxit PDF Editor and have a setup file called “Foxit PDF Editor11.0_enu_Setup.msi stored on my E:\ drive. On the command line, I will input
msiexec /i "E:\Foxit PDF Editor11.0_enu_Setup.msi"
If we'd like to silently activate Foxit PDF Editor with registration key after you having installed the Foxit PDF Editor, you could use the following command:
<Path>\Activation.exe -cmdquietactive XXXXX-XXXXX-XXXXX-XXXXX-XXXXX-XXXXX
E.g. C:\Program Files (x86)\Foxit Software\Foxit PDF Editor\Activation.exe -cmdquietactive XXXXX-XXXXX-XXXXX-XXXXX-XXXXX-XXXXX