Page 1 of 1

Silent installation?

Posted: Mon Mar 17, 2014 9:19 pm
by roblarose
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

Re: Silent installation?

Posted: Tue Mar 18, 2014 5:38 am
by m.Th.
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.

Re: Silent installation?

Posted: Tue Mar 18, 2014 8:02 am
by xnview

Code: Select all

vcredist_x64.exe /q:a /c:"msiexec /i vcredist.msi /qn /l*v %temp%\vcredist_x64.log"