Intellipoint 5.2 & Intellitype Pro 5.2
#1
Posted 09 September 2004 - 02:54 PM
has any1 succeded installing any of those Intelli*?
#2
Posted 09 September 2004 - 04:08 PM
#3
Posted 09 September 2004 - 04:25 PM
SiMoNsAyS, on Sep 9 2004, 04:08 PM, said:
@Simonsays - Its not as easy as what you think.
@mtk - this topic has been covered indepth in a previous post. Please do a search before you make a new post on an existing topic. And please dont come up with an excuse that you did a search and came up with nothing or didn't know what keywords to use, because "Intellipoint" or "Intellitype" brings up the correct topic
#4
Posted 09 September 2004 - 04:38 PM
Quote
and please don't come here with your excuses like "i didn't know about it", and yes i KNOW the differences between "Intellipoint" and "Intellitype"
#5
Posted 09 September 2004 - 04:51 PM
SiMoNsAyS, on Sep 9 2004, 04:38 PM, said:
Quote
and please don't come here with your excuses like "i didn't know about it", and yes i KNOW the differences between "Intellipoint" and "Intellitype"
Did you even bother reading what I typed? Only the first sentence was directed at you. The next time please read before you comment!
#6
Posted 09 September 2004 - 04:56 PM
someone like MtK with so many posts knows to search
#7
Posted 09 September 2004 - 05:01 PM
Then again even I may have been rude in my previous post, but just because you have a higher post count doesnt necessarily mean you shouldn't use the search function.
#8
Posted 09 September 2004 - 05:19 PM
Quote
the thread it's older than 30 days, this is probably why he coudn't find it.
http://www.msfn.org/board/index.php?showto...hl=Intellipoint
if you have post there why not just point him to it? anyway my excuses again, for me topic it's closed
#9
Posted 10 September 2004 - 05:58 AM
10x 4 attacking & deffending me at the same time...
And YES, I do know how to search, & I did found the previous post about it, but still no solution found, so I popped up the question again...
#11
Posted 10 September 2004 - 07:37 AM
don't bug us, simply read:
Quote
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
[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"
don't forget that we don't attack or defend, we are only trying to help u!
#12
Posted 10 September 2004 - 07:54 AM
#13
Posted 13 September 2004 - 09:44 PM
In order to install it in other languages?
Thanks
#14
Posted 13 September 2004 - 10:41 PM
[Languages]
count=12
default=409
key0=804
key1=404
key2=409
key3=40c
key4=407
key5=408
key6=410
key7=411
key8=412
key9=416
key10=816
key11=40a
Use the appropriate key for you language and make the changes to the default key and save the file.
Also open up the lang.ini file and make the necessary change.
[LANG]
Language=1033
1033 is default English (United states) - Hex (00000409)
For the other keys in the setup.ini here are the hex conversions
key0=804 (2052)
key1=404 (1028)
key2=409 (1033)
key3=40c (1036)
key4=407 (1031)
key5=408 (1032)
key6=410 (1040)
key7=411 (1041)
key8=412 (1042)
key9=416 (1046)
key10=816 (2070)
key11=40a (1034)
#15
Posted 18 September 2004 - 10:39 AM
[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"
I don't understand the code used here(I don't use runonceex) The part I don't quite understand is:
%11%\msiexec.exe /i -- What is the %11%? and are we calling msiexec.exe with an i switch? Why would we have to call msiexec.exe and pass the ip50.msi to it as an argument? Why couldn't I just execute ip50.msi by itselft with the mm switch? Is it something that has to be done because of the RunOnceEx method or is it something to do with the intelli software? and what is the %01% in front of the \install?
#16
Posted 18 September 2004 - 11:03 AM
-microsoft natural keyboard pro
-wireless intellimouse explore w/o tilt wheel
can someone just make me the correct code? i'm using the batch cmd method
#17
Posted 18 September 2004 - 01:54 PM
#18
Posted 18 September 2004 - 02:06 PM
start /wait "msiexec.exe /i %SYSTEMDRIVE%\install\Intellipoint\Keyboard\ITP50.msi kb=1009 /QR"
start /wait "msiexec.exe /i %SYSTEMDRIVE%\install\Intellipoint\Mouse\IP50.msi mm=16 /QR REBOOT=ReallySuppress"
don't understand why we have to use msiexec.exe though
#19
Posted 18 September 2004 - 10:38 PM
Quote
[Languages]
count=12
default=409
key0=804
key1=404
key2=409
key3=40c
key4=407
key5=408
key6=410
key7=411
key8=412
key9=416
key10=816
key11=40a
Use the appropriate key for you language and make the changes to the default key and save the file.
Also open up the lang.ini file and make the necessary change.
[LANG]
Language=1033
1033 is default English (United states) - Hex (00000409)
For the other keys in the setup.ini here are the hex conversions
key0=804 (2052)
key1=404 (1028)
key2=409 (1033)
key3=40c (1036)
key4=407 (1031)
key5=408 (1032)
key6=410 (1040)
key7=411 (1041)
key8=412 (1042)
key9=416 (1046)
key10=816 (2070)
key11=40a (1034)
I make as you suggest:
[Languages]
count=12
default=410
key0=804
key1=404
key2=409
key3=40c
key4=407
key5=408
key6=410
key7=411
key8=412
key9=416
key10=816
key11=40a
[LANG]
Language=1040
But the installation is arrested therefore:
Error 1309.Error reading from file C:\Documents and Settings\mister-xxxxx\Desktop\IP5_2ita\IPoint\SETUP\Files\1033\Readme.txt. Verify that the file existis and that you can access. it
The folder 1033 contains the files in Italian



Help

Back to top








