Problems reporting deployment software installation
1.I now encounter an error when installing software after deploying the system.
2.When installing software, the complete command line: What do you need to enter in this box to install the software correctly?
Answers (2)
Top Answer
when I distribute msi files I always write msiexec.exe /i on first position.
The operating system should understand it as well, because msiexec.exe is located in c:\windows\system32 and this path is stored in the path variable, but you never know.
Comments:
-
Thank you very much for your help and reply. The software was successfully installed. - feiyu001 4 years ago
remove the "run".
What your command line says is: "run the attached file called 'run' with the parameter 7z1900...."
Since you did not attach the "run"-script, it fails.