Xnview classic had a /silent switch -- MP seems to, too, but I get the Visual C++ installer as an interactive wizard.
Is there an option to skip this & get a full unattended installation?
--Rob
Silent installation?
Moderators: helmut, XnTriq, xnview
Re: Silent installation?
If you copy the XnView MP folder on another machine "as is" it just works.
Of course you will not have an icon in the Start menu but you can workaround this by a batch script to create it, by a shortcut on the desktop and/or pinning the program on the taskbar.
Of course you will not have an icon in the Start menu but you can workaround this by a batch script to create it, by a shortcut on the desktop and/or pinning the program on the taskbar.
m. Th.
- Dark Themed XnViewMP 1.7.1 64bit on Win11 x64 -
- Dark Themed XnViewMP 1.7.1 64bit on Win11 x64 -
Re: Silent installation?
Code: Select all
vcredist_x64.exe /q:a /c:"msiexec /i vcredist.msi /qn /l*v %temp%\vcredist_x64.log"
Pierre.