5tu Posted August 20, 2010 Posted August 20, 2010 We've just bought 3 Epson EB-450WI interactive projectors for which I need to deploy Epson's 'Easy Interactive Driver Software' to multiple clients silently. I don't seem able to find a switch for the executable to run it in silent mode. Any ideas anyone? Thanks
dazza007 Posted November 20, 2013 Posted November 20, 2013 Anyone had any luck in running this with msiexec?
chrisbradbury Posted August 28, 2015 Posted August 28, 2015 Got the solution. Don't know if anyone else had worked it out. Extract setup.exe. Go into the InstData folder and run 'setup.exe /r' Configure all the options. When installed, copy 'setup.iss' from C:\Windows into the InstData folder. Now, running setup.exe /s will silently install. 2
Synkrox Posted September 2, 2015 Posted September 2, 2015 Holy thread revival batman! Anyway happened upon this as I needed it today and the silent install works... but only when logged in it seems - doesn't work on startup or login script.... Thanks Epson! :-(
ModeratelyGruntled Posted March 15, 2019 Posted March 15, 2019 Thread Revival II - Dawn of the Thread This no longer seems to work with EIT_4.221.exe it doesn't extract to an InstData folder or create a setup.iss file. Any ideas? Ta
Arthur Posted March 15, 2019 Posted March 15, 2019 This no longer seems to work with EIT_4.221.exe it doesn't extract to an InstData folder or create a setup.iss file. When you get to the language screen pictured below, you will find the EIT installer (EIN_TTWInst.exe) in your TEMP folder (along with the InstData subfolder). %LocalAppData%\Temp\{23DB90BE-F03C-4eef-9CF1-E16CBA6469A4}
jackized Posted August 24, 2020 Posted August 24, 2020 Well five years later and Easy Interactive Tools is still a problem for some. So after fighting with the silent install over the network I noticed that it installs fine locally. Turns out it's a permissions thing. The install wants to write back to the share folder but doesn't have permission to so it never installs. If I log on as a domain admin the silent network install works. I want the install during startup so ended up copying the setup folder locally and the run install. xcopy /h /e /y /i /c /d "\\srv-share\Programs\Brightlink\Silent_EIT_5.00" "C:\Windows\Software\Brightlink\Silent_EIT_5.00" "C:\Windows\Software\Brightlink\Silent_EIT_5.00\InstData\setup.exe" /s
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now