Spark IM 2.7.7 Silent Install
Hello,
I am trying to create a silent installer for Spark IM 2.7.7 but I cannot figure it out. I have used a few programs to automate the installer but it gets hung up at UAC.
Has anyone been able to create a silent install for spark?
0 Comments
[ + ] Show comments
Answers (1)
Please log in to answer
Posted by:
SMal.tmcc
8 years ago
I have never installed spark but when I need to run something that needs to get around uac I wrap it in an AutoIT wrapper runaswait command.
This an example
RunAsWait("administrator","","password", 0, "Dism /Online /Import-DefaultAppAssociations:c:\windows\wd2\appassoc.xml")
https://www.autoitscript.com/autoit3/docs/functions/RunAsWait.htm
This an example
RunAsWait("administrator","","password", 0, "Dism /Online /Import-DefaultAppAssociations:c:\windows\wd2\appassoc.xml")
https://www.autoitscript.com/autoit3/docs/functions/RunAsWait.htm