You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to install miktex without showing progress bar windows by current user?
my command argumentlist as below:
$installArgumentList = "--unattended --private --user-install=$softwareInstallFolder"
Start-Process -FilePath $softwareInstallExe -Wait -WindowStyle Hidden -ArgumentList $installArgumentList
but alwarys shows progress bar windows, so do I miss some arguments? I want to this window no display.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Is there a way to install miktex without showing progress bar windows by current user?
my command argumentlist as below:
$installArgumentList = "--unattended --private --user-install=$softwareInstallFolder"
Start-Process -FilePath $softwareInstallExe -Wait -WindowStyle Hidden -ArgumentList $installArgumentList
but alwarys shows progress bar windows, so do I miss some arguments? I want to this window no display.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions