Jamm Posted April 21, 2022 Posted April 21, 2022 So we (High school) recently bought Some Epson EB-725W Projectors because the wireless function will allow teachers to walk around the classroom with their laptop, instead of teaching from the front the whole time. We are trialing two and the wireless works great, the issue is that i dont want to manually install the IProjection app on 100 Laptops that are never all in the building at the same time. I can only find an exe from the epson website and epson support werent much help. I did find some documentation refering to an old version of the application as an MSI so there must be one out there. If you use Epson IProject how do you deploy it? Cheers, Jamm
Norphy Posted April 21, 2022 Posted April 21, 2022 I can't actually find the installer on the internet (the link on Epson's site is dead) but looking this this video: It appears to be a fairly old InstallShield installer which, generally speaking, can have command line parameters passed to it to make it install silently. Looking at other Epson installers, they're all in self extracting ZIP files so you could use something like 7Zip or WinRAR to extract the downloaded EXE. The one that I looked at has a InstData folder with the actual installer files in there, one called Setup.exe. Run the installer with the -r switch and let it run through, it will dump a file called setup.iss in your Windows directory. You'll then be able to copy that to where the installer lives, then run "setup.exe -s -f setup.iss", which will hopefully make it install silently.
Norphy Posted April 21, 2022 Posted April 21, 2022 OR You could go here: https://www.itninja.com/software/epson/iprojection/3-4521 And follow the instructions. MSI Installer linked there. 1
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