July 22, 200620 yr I'd like to install intellipoint 5.5 without using the provided setup.exe -- shouldn't this be as trivial as copying the correct files to the correst directory?Title edited -- Please, use [TAGS] in your topic's title.--Sonic
July 22, 200620 yr 1. Extract contents of the file using uniextract2. I suppose you are using english language, so you would need a file oemsetup.ini with following lines in it:[Mouse]Language=1033 DEVICE=WIME2SHORTCUTS=03. Run the command path oemsetup.exe oemsetup.iniORThis process has gone tricky in 5.5, so after unpacking you can simply use:start "" /wait IP55.msi mm=16 /qb-! /norestart
July 22, 200620 yr Author Thanks for the suggestions. Neither method worked. The oemsetup.exe route didn't do anything (just typed the command after creating the ini file and nothing happened.) The start "" /wait IP55.msi mm=16 /qb-! /norestart didn't work either.It launched the setup dialog but it quickly disappears. If you simply run "IP55.msi" you get an error instructing you to run the setup.exe in the root directory.Other ideas?
July 22, 200620 yr Author Try msiexec /i IP55.msi MM=3 REBOOT=REALLYSUPRESS /qbNo luck with that either:The file you are trying to open is part of Microsoft IntelliPoint Setup. To run MS IP Setup, double-click Setup.exe in the root directory.
July 23, 200620 yr Works for me.Extract the contents of IP55_32Eng.exeGo to the IPoint\Setup folderYou need IP55.msi and the Files folder and sub folders.IP55.msisetup.batFiles\commands.xmlFiles\dpgcmd.dllFiles\dpgmkb.dllFiles\dplaunch.exeFiles\dw15.exeFiles\hcg.chmFiles\ipcoin7.dllFiles\ipcplact.dllFiles\ipcplbtn.dllFiles\ipcplwhl.dllFiles\ipcplwir.dllFiles\ipoint.exeFiles\mhook.dllFiles\mousinfo.exeFiles\mscmdmou.xmlFiles\point32.catFiles\point32.infFiles\point32.sysFiles\1033\dwintl.dllFiles\1033\iphelp.chmFiles\1033\ipres.dllFiles\1033\Readme.txtFiles\1033\srres.dllFiles\1033\Denmark.rtfFiles\1033\Dutch.rtfFiles\1033\Eng.rtfFiles\1033\Finland.rtfFiles\1033\Leesmij.txtFiles\1033\Norway.rtfFiles\1033\setupres.dllFiles\1033\Sweden.rtfsetup.bat@echo offpushd "%~dp0"msiexec /i IP55.msi MM=3 REBOOT=REALLYSUPRESS /qbpopd Edited July 23, 200620 yr by FrankE9999
Create an account or sign in to comment