Thats because you did not listen to me and take the time to learn how to make silent swith installers, you are adding the bare MSI to SVCPACK.INF I suppose (you cant, MSI installers cannot be installed during svcpack like that)
Do as I said weeks ago and take the time to teach yourself how to do silent switch 7zip installers
BTW this is the switch you use in config.txt
CODE
;!@Install@!UTF-8!
RunProgram="msistub Opera.msi /passive /qn CREATE_DESKTOP_ICON=1 CREATE_QUICKLAUNCH_ICON=1 CREATE_STARTMENU_ICONS=1 ALLUSERS=1"
;!@InstallEnd@!