Silent Install

Ask your PowerShell-related questions, including questions on cmdlet development!
Forum rules
Do not post any licensing information in this forum.

Any code longer than three lines should be added as code using the 'Select Code' dropdown menu or attached as a file.
This topic is 2 years and 2 months old and has exceeded the time allowed for comments. Please begin a new topic or use the search feature to find a similar but newer topic.
Locked
User avatar
stefanwue1968
Posts: 3
Last visit: Tue Feb 07, 2023 3:24 pm

Silent Install

Post by stefanwue1968 »

Hello,

have a small problem with a silent installation of msi software.
Trying for a long time to install the program Libre Office version 7 Silent. Here is my command:

Start-Process MsiExec.exe /i "C:\SilentSoftware\LibreOffice_7.2.5_Win_x86.msi" RebootYesNo=No /qn

But without success. The following error message appears

Start-Process : No position parameter was found, which contains the argument C:\SilentSoftware\LibreOffice_7.2.5_Win_x86.msi.

What am I doing wrong ??? can someone help me with this ?
jvierra
Posts: 15439
Last visit: Tue Nov 21, 2023 6:37 pm
Answers: 30
Has voted: 4 times
Been upvoted: 33 times

Re: Silent Install

Post by jvierra »

"No position parameter was found,"

Type the following at a prompt:

help start-Process -full

This will give you all of the instructions on how to use the CmdLet.
This topic is 2 years and 2 months old and has exceeded the time allowed for comments. Please begin a new topic or use the search feature to find a similar but newer topic.
Locked