IntelliPoint 5.0 Question
#1
Posted 04 June 2004 - 01:38 PM
Downloaded from here
Only information I could find was here at AppDeploy.com
You extract the files from the EXE and run OEMSETUP.EXE with an OEMSETUP.INI, this works, but it launches a second process (setup.exe), so using START /WAIT is pretty useless.
Anyone have another method for installing this?
#2
Posted 04 June 2004 - 10:13 PM
#3
Posted 05 June 2004 - 01:16 PM
#4
Posted 05 June 2004 - 06:26 PM
it says it won't work if the setup.exe is not launched
and the setup.exe in that folder, when u launch it, it says it will not work unless u start the setup.exe on the folder 1 level above.
i've tried many things but didn't really look for the launch conditions of the msi
someone could probably figure it out
either
go get devstudio / adminstudio
or
wininstallLe etc...
#5
Posted 06 June 2004 - 02:11 PM
But now when I run the MSI I get "Error 1406.Could not write to value Model to key HKEY_LOCAL_MACHINE\Software\Microsoft\IntelliPoint. Verify that you have sufficient access to that key, or contact your support personnel."
Is there something else I am supposed to modify/remove?
#6
Posted 06 June 2004 - 10:13 PM
#7
Posted 08 June 2004 - 07:36 AM
#8
Posted 08 June 2004 - 10:10 AM
I have a logitech MX300 and couldn't get Intellipoint to work with mine, Said something about conflicting or something. But it may work on yours.
#9
Posted 10 June 2004 - 10:43 AM
The best way to go about configuring it is to first install the Intellitype software and then export all the registry settings for Intellitype under HKCU and HKLM. Once that is done, all you have to do is to remove the install condition and also create the necessary registry keys that are created when you install the Intelli software. Also make sure that the language and hardware settings are specified correctly.
I have used this method with great success and have no problems installing the intelli software in my unattended setup.
#10
Posted 10 June 2004 - 11:59 AM
btw i'm sure intelli software checks the hardware id's (that's obvious!)
for that reason u wouldn't be able to use a logitech mouse with ms software??? and to me it sounds very awkward, anyways
if u want to use 2 mouse software u could have a cdshell file to boot and ask ppl which type of mouse they use and from there u can install the according software I believe..
#11
Posted 10 June 2004 - 12:58 PM
Quote
But now when I run the MSI I get "Error 1406.Could not write to value Model to key HKEY_LOCAL_MACHINE\Software\Microsoft\IntelliPoint. Verify that you have sufficient access to that key, or contact your support personnel."
Is there something else I am supposed to modify/remove?
Where it says could not write value Model to key...
It is trying to write the mouse model, as selected in the dialog, to the registry.
This needs to be set (its a property set via a custom action.)
Here at work, most of our systems use the same model mouse, so I just pre set it in a transform.
but here are the values I pulled out of the MSI for various models:
Wireless IntelliMouse Explorer 2.0 (With Tilt Wheel) = 16
Wireless Optical Mouse 2.0 (With Tilt Wheel) =15
IntelliMouse Explorer 4.0 (With Tilt Wheel) = 14
Basic Optical Mouse = 13
* No 12 listed *
Optical Mouse = 11
Wireless Optical Mouse = 10
Wireless Wheel Mouse = 9
Wireless IntelliMouse Explorer = 8
Wheel Mouse Optical = 7
Trackball Optical = 6
Trackball Explorer = 5
IntelliMouse Web = 4
IntelliMouse Optical = 3
IntelliMouse Explorer = 2
Microsoft Mouse = 1
IntelliMouse = 0
This HAS to be set.
Now I said I added it into a transform, but you could probably just add a public property for it to the property table of the MSI, that would allow you to set it from the command line. The property MM is being set via a custom action right now, but there shoudn't be any reason you couldn't add MM to the property table, then just add that as a commandline option like so:
IP50.msi MM=3 (This probably wouldn't work by default, you would have to modify the property table.)
Let me know if you need more help.
#12
Posted 10 June 2004 - 06:12 PM
Joe User 99, on Jun 10 2004, 12:58 PM, said:
Quote
But now when I run the MSI I get "Error 1406.Could not write to value Model to key HKEY_LOCAL_MACHINE\Software\Microsoft\IntelliPoint. Verify that you have sufficient access to that key, or contact your support personnel."
Is there something else I am supposed to modify/remove?
Where it says could not write value Model to key...
It is trying to write the mouse model, as selected in the dialog, to the registry.
This needs to be set (its a property set via a custom action.)
Here at work, most of our systems use the same model mouse, so I just pre set it in a transform.
but here are the values I pulled out of the MSI for various models:
Wireless IntelliMouse Explorer 2.0 (With Tilt Wheel) = 16
Wireless Optical Mouse 2.0 (With Tilt Wheel) =15
IntelliMouse Explorer 4.0 (With Tilt Wheel) = 14
Basic Optical Mouse = 13
* No 12 listed *
Optical Mouse = 11
Wireless Optical Mouse = 10
Wireless Wheel Mouse = 9
Wireless IntelliMouse Explorer = 8
Wheel Mouse Optical = 7
Trackball Optical = 6
Trackball Explorer = 5
IntelliMouse Web = 4
IntelliMouse Optical = 3
IntelliMouse Explorer = 2
Microsoft Mouse = 1
IntelliMouse = 0
This HAS to be set.
Now I said I added it into a transform, but you could probably just add a public property for it to the property table of the MSI, that would allow you to set it from the command line. The property MM is being set via a custom action right now, but there shoudn't be any reason you couldn't add MM to the property table, then just add that as a commandline option like so:
IP50.msi MM=3 (This probably wouldn't work by default, you would have to modify the property table.)
Let me know if you need more help.
Hey thanks a lot Joe User 99, using the MM switch worked without any additional modifications to the MSI.
100% working now
#13
Posted 10 June 2004 - 06:17 PM
I tried the MM switch with the original MSI file, and it appears to work..
So it appears that modifying the MSI may not even be necessary.
#14
Posted 10 June 2004 - 06:52 PM
u sure u tried that switch with the unmodified version of msi?(just making sure I haven't tried yet...)
#15
Posted 10 June 2004 - 06:55 PM
(Something wrong with quoting? against the rules? I dont think I ever read the rules)
#16
Posted 10 June 2004 - 07:04 PM
no its nothing with the rules
its just that I don't see any point in quoting the whole post that's it.
if everyone quotes the previous post I think the bandwidth would double
anyways since i'm not a mod or anything its not my place to argue about it..
ow thanks @Joe User 99 !!!
#17
Posted 10 June 2004 - 07:32 PM
#19
Posted 10 June 2004 - 08:18 PM
I was trying to install Intellitype Pro with the MM switch.
[Keyboard]
HKLM,"%RunOnceEx%\install017",1,,"%11%\msiexec.exe /i %01%\install\Intellipoint\Keyboard\ITP50.msi kb=1009 /QR"
[Mouse]
HKLM,"%RunOnceEx%\install017",2,,"%11%\msiexec.exe /i %01%\install\Intellipoint\Mouse\IP50.msi mm=16 /QR REBOOT=ReallySuppress"
- ← Install Of Symantec (norton) Corporate 9.0
- Application Installs
- How To Silent Install Nvidia Firewall? →



Help

Back to top








