Help - Search - Members - Calendar
Full Version: MS Intelli Software
MSFN Forums > Unattended Windows Discussion & Support > Application Installs

   


Google Internet Forums Unattended CD/DVD Guide
bladewraith
Need Intellipoint 5.0 and Intellitype 5.0 switches to install on unattend. Anyone have these? biggrin.gif
bladewraith
Anyone? unsure.gif
astrocase
The only thing I've managed to pull from the threads talking about it is this:

CODE
[Keyboard]
HKLM,"%RunOnceEx%\install017",1,,"%11%\msiexec.exe /i %01%\install\Intellipoint\Keyboard\ITP50.msi kb=1006 /QR"

[Mouse]
HKLM,"%RunOnceEx%\install017",2,,"%11%\msiexec.exe /i %01%\install\Intellipoint\Mouse\IP50.msi mm=10 /QR REBOOT=ReallySuppress"


Where the mm=would be the code of your mouse, and the kb= would be the model of your keyboard. I looked in the registry and mine are 10 and 1006 respectively.

I have no idea how to apply this and put it in my runonceex.cmd though so would appreciate it if someone could explain it.
enaitee
Hi...I've been confused by the posts on a silent install of the Intellipoint 5 Driver. From my reading I'm guessing the code in the previous post is for use of an INF file to control RunOnceEx.Cmd. Threre's a link in the Unattended Install tutorial at the top of the page: http://unattended.msfn.org/intermediate/me...s/runonceex.htm that describes that method. I have my work cut out to just use plain RunOnceEx for now. I only have the Wireless Intelllimouse Explorer mouse and not the keyboard so I haven't any comments on that. I looked at the previous post code and tried to adapt it to what would work in RunOnceEx.cmd and came up with this;

REG ADD %KEY%\005 /VE /D "Intellipoint 5 Mouse" /f
REG ADD %KEY%\005 /V 1 /D "%SYSTEMDRIVE%\drivers\007_Intellimouse_Explorer\IPOINT\SETUP\IP50.msi mm=10 /QR REBOOT=ReallySuppress" /f

It worked fine in a test method described in last part of the runounceex.htm quoted above (Summary, near the end). Prior to running it I removed the existing Intellipoint 5 software as once, I tried to install over it and an error said to remove the existing one first. I've been trying out each of my entries in RunOnceEx.cmd and then adding them to a master copy which I'll use for my *eventual* try at a real unattended CD. I have Windows 2000 Pro. smile.gif
astrocase
CODE
REG ADD %KEY%\130 /VE /D "IntelliType Pro 5.2" /f
REG ADD %KEY%\130 /V 1 /D "MSIEXEC.EXE /i "%systemdrive%\install\Applications\WIRELESS\KEYBOARD\ITP52.msi" kb="1006" /q" /f

REG ADD %KEY%\140 /VE /D "IntelliPoint Pro 5.2" /f
REG ADD %KEY%\140 /V 1 /D "MSIEXEC.EXE /i "%systemdrive%\install\Applications\WIRELESS\MOUSE\IP52.msi" MM="10" REBOOT="ReallySuppress" /q" /f


I'm testing it now.
jotavip
Where can I find my keyboard model in registry? I tried and I can't find it.

Please help!!

Thanks




Google Internet Forums Unattended CD/DVD Guide

This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.