Jump to content

How do I silently install Intellipoint 4.12?


Sgt_Strider

Recommended Posts

I tried doing a search and there were links pointing out that I must download the OEM intellipoint driver in order to silently install it. However the links are no longer active and I was wondering if someone can point me to a site or place to download it and give me a little instruction? Thx

Link to comment
Share on other sites


Extract the drivers, then in directory where is IP4_1.msi package run this:

start MSIEXEC.EXE /i "IP4_1.msi" MM="MM" REBOOT="ReallySuppress" /q

Rename IP4_1.msi into the file you find similiar.

Link to comment
Share on other sites

Extract the drivers, then in directory where is IP4_1.msi package run this:

start MSIEXEC.EXE /i "IP4_1.msi" MM="MM" REBOOT="ReallySuppress" /q

Rename IP4_1.msi into the file you find similiar.

Sorry, but I'm kinda confuse in your description. Can you be a bit more specific? I extract the drivers and how does that command come into play?

Link to comment
Share on other sites

msiexec.exe /i %systemdrive%\Install\mouse\IP4_1.msi MM="IME3" REBOOT="ReallySuppress" /q

Can you be a little specific and give me a little more information in getting this to work? Cuz I'm quite confuse right now. Thx

Link to comment
Share on other sites

I install Intellipoint 4.12 from RunOnceEx.cmd. Here is the exact code that works for me:

REG ADD %KEY%\050 /VE /D "Intellipoint 4.12" /f

REG ADD %KEY%\050 /V 1 /D "msiexec.exe /i \"%systemdrive%\Install\mouse\IP4_1.msi\" MM=\"IME3\" REBOOT=\"ReallySuppress\" /q" /f

Link to comment
Share on other sites

  • 6 months later...
[quote name='Frank_Sechrist' date='Jun 28 2004, 03:30 AM']I install Intellipoint 4.12 from RunOnceEx.cmd.  Here is the exact code that works for me:

REG ADD %KEY%\050 /VE /D "Intellipoint 4.12" /f
REG ADD %KEY%\050 /V 1 /D "msiexec.exe /i \"%systemdrive%\Install\mouse\IP4_1.msi\" MM=\"IME3\" REBOOT=\"ReallySuppress\" /q" /f[/quote]
Where did you place the Intellipoint 4.12 file? Did you extract the drivers from the main setup.exe file?
Link to comment
Share on other sites

Well, I just tried to copy the following into notepad:

"REG ADD %KEY%\050 /VE /D "Intellipoint 4.12" /f
REG ADD %KEY%\050 /V 1 /D "msiexec.exe /i \"%systemdrive%\Install\mouse\IP4_1.msi\" MM=\"IME3\" REBOOT=\"ReallySuppress\" /q" /f "

Then I save it as RunOnceEx.cmd and I copy the directory with IP4_1.msi into a folder called Mouse. I then create an iso with xpcreate and it didn't installed at all. So I just end up wasting a CD.
Link to comment
Share on other sites

[quote name='Sgt_Strider' date='Jan 28 2005, 09:14 AM']Well, I just tried to copy the following into notepad:

"REG ADD %KEY%\050 /VE /D "Intellipoint 4.12" /f
REG ADD %KEY%\050 /V 1 /D "msiexec.exe /i \"%systemdrive%\Install\mouse\IP4_1.msi\" MM=\"IME3\" REBOOT=\"ReallySuppress\" /q" /f "

Then I save it as RunOnceEx.cmd and I copy the directory with IP4_1.msi into a folder called Mouse. I then create an iso with xpcreate and it didn't installed at all. So I just end up wasting a CD.[/quote]
The problem MUST be the directory structure you used, or the filename... (just to make sure: mouse VS Mouse *might* give problems...)

P.S.: start using CD-RW's ;)

Link to comment
Share on other sites

[quote name='Bâshrat the Sneaky' date='Jan 28 2005, 11:09 AM'][quote name='Sgt_Strider' date='Jan 28 2005, 09:14 AM'] Well, I just tried to copy the following into notepad:

"REG ADD %KEY%\050 /VE /D "Intellipoint 4.12" /f
REG ADD %KEY%\050 /V 1 /D "msiexec.exe /i \"%systemdrive%\Install\mouse\IP4_1.msi\" MM=\"IME3\" REBOOT=\"ReallySuppress\" /q" /f "

Then I save it as RunOnceEx.cmd and I copy the directory with IP4_1.msi into a folder called Mouse. I then create an iso with xpcreate and it didn't installed at all. So I just end up wasting a CD.[/quote]
The problem MUST be the directory structure you used, or the filename... (just to make sure: mouse VS Mouse *might* give problems...)

P.S.: start using CD-RW's ;) [/quote]
I would use CDRW's except that it's too big to fit CDRW's. I'll try that out and see if it works, but I have my doubts.

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...