MSFN Forum: Silent IntelliType and IntelliPoint - MSFN Forum

Jump to content



Unattended CD/DVD Guide Homepage · MSFN Forum Rules

Welcome to the Applications Installs forum. Make sure you read the forum rules before you start posting.

Links/Requests to warez and/or any illegal material (porn, cracks, serials, etc..) will not be tolerated. Discussion of circumventing WGA/activation/timebombs/keygens or any other illegal activity will also not be tolerated.

We try our best to keep this forum clean of illegal content. If you see any illegal activity use the "report" button you find in every post to report the specific post to the moderators. If you ignore any of the rules you will be banned without notice.

Read Forum Rules
Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Silent IntelliType and IntelliPoint This works for me Rate Topic: -----

#1 User is offline   spacesurfer 

  • Pharmassist
  • Group: Super Moderator
  • Posts: 1,667
  • Joined: 31-July 04
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 30 June 2006 - 02:59 PM

There have been many posts on silent installation of IntelliType and IntelliPoint. I read them all but was still confused as to who actually is able to get it to install with which method. So, I tried it myself and got it to work on GUIRunOnce. It'll show the setup windows (I like that -- let's me know it is installing), but requires no input from user.

Extract both packages and copy the folders SETUP to location where you will be installing from. I renamed the SETUP folders Intellitype 5.0 and IntelliPoint 5.2. Don't worry about the other files--you only need files in SETUP folders.

Then check your registry for the model numbers. The keys are:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\IntelliPoint\Model
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\IntelliType Pro\Model


What you actually need is the number in parentheses, not the dword!

Let your mm value be your model number for IntelliPoint and kb value for your IntelliType.

My mm is 2 digits but the kb is 4 digits.

Here are the commands for silent installation:

"%CDDRIVE%\IntelliPoint 5.5\IP55.msi" mm=16 /qr /norestart
"%CDDRIVE%\IntelliType 5.0\ITP50.msi" kb=1003 /qr /norestart


Don't forget to modify your path of install.

Put these in your GUIRunOnce file.

Also, if you have an Office Keyboard, you'll need IntelliType 5.0. IntelliType 5.2 does not support the Office Keyboard; hence, I have not updated to 5.2.

The kb value for Microsoft Office Keyboard is 1003 and
Wireless IntelliMouse Explorer 2.0 (which has the tilt wheel) is 16.

Hope this helps those looking for this.


#2 User is offline   tresans 

  • Junior
  • Pip
  • Group: Members
  • Posts: 68
  • Joined: 25-March 05

Posted 30 June 2006 - 08:36 PM

:hello: ,


Thanks for sharing this info,

I wanted also to sharing my way of installing the intelli software,I have a Intellimouse Optical (5 button).



Open the oemsetup.ini file.
Change into this

[MOUSE]
LANGUAGE=1033
DEVICE=IMO <--- your mouse ID code (doh)
SHORTCUTS=1
PS2=2


Open Setup.ini
Change into this

[Startup]
CmdLine=
SuppressWrongOS=Y
ScriptDriven=0
ScriptVer=1.0.0.1
DotNetOptionalInstallIfSilent=N
OnUpgrade=1
RequireExactLangMatch=0404,0804
Product=Microsoft IntelliPoint 5.5
PackageName=IP55.msi
MsiVersion=2.0.2600.0
EnableLangDlg=N
DoMaintenance=N
ProductCode={EBC91840-41E1-4CC3-AC11-0B889546223C}
ProductVersion=5.50.0000
SuppressReboot=Y <---------
PackageCode={E6F834BC-C898-4739-B7BB-2584DBE68348}



Now run it with this code,


%systemdrive%\Install\Apps\Intelli\IPoint\OEMsetup.exe %systemdrive%\Install\Apps\Intelli\IPoint\oemsetup.ini

:thumbup


Regards

#3 User is offline   lurk&jerk 

  • Stealth
  • Pip
  • Group: Members
  • Posts: 84
  • Joined: 08-September 04

Posted 13 July 2006 - 08:25 PM

Outstanding work, spacesurfer. :yes: Now I can add to my xp switchless driver cab!!! Man the hours of my life I could of had back had I mastered switchless installers when XP first came out. :}

#4 User is offline   spacesurfer 

  • Pharmassist
  • Group: Super Moderator
  • Posts: 1,667
  • Joined: 31-July 04
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 15 July 2006 - 04:59 PM

No problem, man! This is a sharing community.

#5 User is offline   lurk&jerk 

  • Stealth
  • Pip
  • Group: Members
  • Posts: 84
  • Joined: 08-September 04

Posted 29 July 2006 - 07:04 AM

Anybody know where intellimouse stores its settings? Registry search doesn't turn up anything when looking for point32.exe or IntelliMouse... :blink:

#6 User is offline   Shindo_Hikaru 

  • Honor, Courage, Commitment
  • PipPipPip
  • Group: Members
  • Posts: 441
  • Joined: 14-June 06

Posted 29 July 2006 - 07:34 AM

It is a driver that is usually intergrated the advance settings in your mouse panel in the control panel.

#7 User is offline   spacesurfer 

  • Pharmassist
  • Group: Super Moderator
  • Posts: 1,667
  • Joined: 31-July 04
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 29 July 2006 - 04:05 PM

View Postlurk&jerk, on Jul 29 2006, 08:04 AM, said:

Anybody know where intellimouse stores its settings? Registry search doesn't turn up anything when looking for point32.exe or IntelliMouse... :blink:


If you're referring to IntelliPoint mice made by Microsof, try the HKLM\Software section. Read my initial thread!

I'm not sure what IntelliMouse is.

#8 User is offline   the_doc735 

  • Junior
  • Pip
  • Group: Members
  • Posts: 96
  • Joined: 17-August 06

Posted 23 September 2006 - 04:52 PM

View Postspacesurfer, on Jun 30 2006, 08:59 PM, said:

Here are the commands for silent installation:

"%CDDRIVE%\IntelliPoint 5.5\IP55.msi" mm=16 /qr /norestart
"%CDDRIVE%\IntelliType 5.0\ITP50.msi" kb=1003 /qr /norestart


Don't forget to modify your path of install.

Put these in your GUIRunOnce file.



[GuiRunOnce] is a section of the answer file winnt.sif which is located in the i386 folder.
i.e. it is a section of a file, not the file itself.

#9 User is offline   muiz 

  • SPECIAL
  • PipPipPipPipPipPip
  • Group: Banned
  • Posts: 1,055
  • Joined: 03-August 03
  • OS:none specified
  • Country: Country Flag

Posted 29 September 2006 - 04:30 PM

So this can only installed on one machine?

If i have a different keyboard and mouse on another pc its useless?



No other way then this one?

#10 User is offline   spacesurfer 

  • Pharmassist
  • Group: Super Moderator
  • Posts: 1,667
  • Joined: 31-July 04
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 07 June 2007 - 07:29 PM

In such case, you write a batch script that asks if you want to install or not. If you are installing on computer without, then skip installation.

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy