Jump to content

Intellipoint 5.2 & Intellitype Pro 5.2


MtK

Recommended Posts


it seems that the %11% and %01% must be windir and systemdrive and /i is install? So for a batch file install I believe the command would be

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

Link to comment
Share on other sites

In your extracted files search for setup.ini and edit the section [Languages]. change the default key to whatever you want. By default it is English (United States).

[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 :blink:

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...