EPSON EASY MP – Deploiement facile
Autant le savoir tout de suite, j’ai attendu 6 mois de trouver la solution à ce problème.
Pré-requis :
- Avoir le fichier d’installation MSI (Battez-vous pendant 6 mois avec le support Epson, ou, téléchargez-le ICI)EPSON Easy MP MSI
- Se créer un fichier avec la liste des projecteurs par site
La GPO :
- Déploiement classique d’application MSI, rien de particulier (Vérifiez que ca s’installera bien sous 32bit/64bit : case est bien cochée)
- Script a executer par la machine (startup script) pour faire les ouvertures firewall qui vont bien
netsh advfirewall firewall show rule name="EasyMP Network Projection Ver.2.87" >NUL if ERRORLEVEL 1 ( netsh advfirewall firewall add rule name="EasyMP Network Projection Ver.2.87" dir=in action=allow program="%ProgramFiles(x86)%\EPSON Projector\EasyMP Network Projection V2\EMP_NSC.exe" enable=yes EDGE=yes netsh advfirewall firewall add rule name="EasyMP Network Projection Ver.2.87" dir=out action=allow program="%ProgramFiles(x86)%\EPSON Projector\EasyMP Network Projection V2\EMP_NSC.exe" enable=yes netsh advfirewall firewall add rule name="EasyMP Network Projection Ver.2.87" dir=in action=allow program="%ProgramFiles%\EPSON Projector\EasyMP Network Projection V2\EMP_NSC.exe" enable=yes EDGE=yes netsh advfirewall firewall add rule name="EasyMP Network Projection Ver.2.87" dir=out action=allow program="%ProgramFiles%\EPSON Projector\EasyMP Network Projection V2\EMP_NSC.exe" enable=yes )
- Ecrasez le fichier contenant la liste des projecteurs dans %ProgramData%\SEIKO EPSON CORPORATION\EMP NS Connection\Profile_s.plist
- Créez le raccourci qui créera une belle petite icône sur le bureau qui pointe vers « C:\Program Files (x86)\EPSON Projector\EasyMP Network Projection V2\EMP_NSC.exe » (attention 32/64bit)
- Créez ces entrées dans la base de registre pour éviter d’avoir les popup dérangeantes au démarrage :
[HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\SEIKO EPSON CORPORATION\EMP NS Connection\2.87] "ConnectType"=dword:00000000 "StartUpAction"=dword:00000001 "FullScreenStream"=dword:00000001 "ApplicationRunningStatus"=dword:00000001 "NoInterruptConnect"=dword:00000000 "UseMultiDisplay"=dword:00000000 "ConnectedType"=dword:00000001
Et voilààààà ! 6 mois pour ça !
6 comments