IPB

Google Frontpage Forums Unattended CD/DVD Guide

> 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

2 Pages V   1 2 >  
Reply to this topicStart new topic
> IntelliPoint 5.0 Question
pinout
post Jun 4 2004, 01:38 PM
Post #1


Junior
*

Group: Members
Posts: 61
Joined: 25-January 04
Member No.: 13116



Trying to figure out how to silently install the IntelliPoint 5.0 software...
Downloaded from here

Only information I could find was here at AppDeploy.com

You extract the files from the EXE and run OEMSETUP.EXE with an OEMSETUP.INI, this works, but it launches a second process (setup.exe), so using START /WAIT is pretty useless.

Anyone have another method for installing this?
Go to the top of the page
 
+Quote Post
Strat79
post Jun 4 2004, 10:13 PM
Post #2


Member
**

Group: Members
Posts: 104
Joined: 16-April 04
Member No.: 17923



Not for sure this will work but I took out the condition that disallows \IP5_0ENG\IPoint\SETUP\IP5.msi to run independently by itself. So now you can just use the .msi with the /qn or /qb switch. I can't upload it here cause it's too big. If you want to give it a shot PM me and I will send it to you somehow.
Go to the top of the page
 
+Quote Post
pinout
post Jun 5 2004, 01:16 PM
Post #3


Junior
*

Group: Members
Posts: 61
Joined: 25-January 04
Member No.: 13116



Whats the tool called again that modifies MSI's ? I could do it myself
Go to the top of the page
 
+Quote Post
XtremeMaC
post Jun 5 2004, 06:26 PM
Post #4


MSFN SuperB
**********

Group: Members
Posts: 5064
Joined: 13-October 03
From: in front of the computer
Member No.: 8053
OS: Vista Ultimate x86
Country Flag


no that msi file is pretty annoying
it says it won't work if the setup.exe is not launched
and the setup.exe in that folder, when u launch it, it says it will not work unless u start the setup.exe on the folder 1 level above.

i've tried many things but didn't really look for the launch conditions of the msi
someone could probably figure it out
either
go get devstudio / adminstudio
or
wininstallLe etc...
Go to the top of the page
 
+Quote Post
pinout
post Jun 6 2004, 02:11 PM
Post #5


Junior
*

Group: Members
Posts: 61
Joined: 25-January 04
Member No.: 13116



Okay, I used WinINSTALL LE to remove the Launch Condition "Installed OR MM" ("The file you are trying to open is part of Microsoft IntelliPoint Setup. To run Microsoft IntelliPoint Setup, double-click Setup.exe in the root directory.")

But now when I run the MSI I get "Error 1406.Could not write to value Model to key HKEY_LOCAL_MACHINE\Software\Microsoft\IntelliPoint. Verify that you have sufficient access to that key, or contact your support personnel."

Is there something else I am supposed to modify/remove?
Go to the top of the page
 
+Quote Post
Strat79
post Jun 6 2004, 10:13 PM
Post #6


Member
**

Group: Members
Posts: 104
Joined: 16-April 04
Member No.: 17923



Like I said, I didnt know if it would work or not. Apparently not. Sorry, hope someone can figure it out for ya. Could always use install rite or script it.
Go to the top of the page
 
+Quote Post
Professor Frink
post Jun 8 2004, 07:36 AM
Post #7


Advanced Member
***

Group: Members
Posts: 301
Joined: 17-March 04
Member No.: 16084



Slightly OT question: does Intellipoint work with a Logitech mouse? Nothing fancy, just a regular 3-button optical. I want to include Intellipoint in my setup, but I have both MS and Logitech optical mice in my office.
Go to the top of the page
 
+Quote Post
Strat79
post Jun 8 2004, 10:10 AM
Post #8


Member
**

Group: Members
Posts: 104
Joined: 16-April 04
Member No.: 17923



@Professor Frink
I have a logitech MX300 and couldn't get Intellipoint to work with mine, Said something about conflicting or something. But it may work on yours.
Go to the top of the page
 
+Quote Post
big poppa pump
post Jun 10 2004, 10:43 AM
Post #9


Damn Newbies!!
***

Group: Members
Posts: 406
Joined: 10-September 03
Member No.: 6431
Country Flag


There are additional registry keys that needs to be configured and imported when modifying the msi file with WinInstall LE. You need to specify the language settings (English by default), the type of hardware (a number that identifies what type of mouse or keyboard you are using).
The best way to go about configuring it is to first install the Intellitype software and then export all the registry settings for Intellitype under HKCU and HKLM. Once that is done, all you have to do is to remove the install condition and also create the necessary registry keys that are created when you install the Intelli software. Also make sure that the language and hardware settings are specified correctly.
I have used this method with great success and have no problems installing the intelli software in my unattended setup.
Go to the top of the page
 
+Quote Post
XtremeMaC
post Jun 10 2004, 11:59 AM
Post #10


MSFN SuperB
**********

Group: Members
Posts: 5064
Joined: 13-October 03
From: in front of the computer
Member No.: 8053
OS: Vista Ultimate x86
Country Flag


i'll try to play with the msi and post my results here
btw i'm sure intelli software checks the hardware id's (that's obvious!)
for that reason u wouldn't be able to use a logitech mouse with ms software??? and to me it sounds very awkward, anyways

if u want to use 2 mouse software u could have a cdshell file to boot and ask ppl which type of mouse they use and from there u can install the according software I believe..
Go to the top of the page
 
+Quote Post
Joe User 99
post Jun 10 2004, 12:58 PM
Post #11


Member
**

Group: Members
Posts: 168
Joined: 24-September 03
Member No.: 7341



QUOTE
Okay, I used WinINSTALL LE to remove the Launch Condition "Installed OR MM" ("The file you are trying to open is part of Microsoft IntelliPoint Setup. To run Microsoft IntelliPoint Setup, double-click Setup.exe in the root directory.")

But now when I run the MSI I get "Error 1406.Could not write to value Model to key HKEY_LOCAL_MACHINE\Software\Microsoft\IntelliPoint. Verify that you have sufficient access to that key, or contact your support personnel."

Is there something else I am supposed to modify/remove?


Where it says could not write value Model to key...
It is trying to write the mouse model, as selected in the dialog, to the registry.
This needs to be set (its a property set via a custom action.)

Here at work, most of our systems use the same model mouse, so I just pre set it in a transform.

but here are the values I pulled out of the MSI for various models:

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

This HAS to be set.

Now I said I added it into a transform, but you could probably just add a public property for it to the property table of the MSI, that would allow you to set it from the command line. The property MM is being set via a custom action right now, but there shoudn't be any reason you couldn't add MM to the property table, then just add that as a commandline option like so:

IP50.msi MM=3 (This probably wouldn't work by default, you would have to modify the property table.)


Let me know if you need more help.
Go to the top of the page
 
+Quote Post
pinout
post Jun 10 2004, 06:12 PM
Post #12


Junior
*

Group: Members
Posts: 61
Joined: 25-January 04
Member No.: 13116



QUOTE (Joe User 99 @ Jun 10 2004, 12:58 PM)
QUOTE
Okay, I used WinINSTALL LE to remove the Launch Condition "Installed OR MM" ("The file you are trying to open is part of Microsoft IntelliPoint Setup. To run Microsoft IntelliPoint Setup, double-click Setup.exe in the root directory.")

But now when I run the MSI I get "Error 1406.Could not write to value Model to key HKEY_LOCAL_MACHINE\Software\Microsoft\IntelliPoint. Verify that you have sufficient access to that key, or contact your support personnel."

Is there something else I am supposed to modify/remove?


Where it says could not write value Model to key...
It is trying to write the mouse model, as selected in the dialog, to the registry.
This needs to be set (its a property set via a custom action.)

Here at work, most of our systems use the same model mouse, so I just pre set it in a transform.

but here are the values I pulled out of the MSI for various models:

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

This HAS to be set.

Now I said I added it into a transform, but you could probably just add a public property for it to the property table of the MSI, that would allow you to set it from the command line. The property MM is being set via a custom action right now, but there shoudn't be any reason you couldn't add MM to the property table, then just add that as a commandline option like so:

IP50.msi MM=3 (This probably wouldn't work by default, you would have to modify the property table.)


Let me know if you need more help.

Hey thanks a lot Joe User 99, using the MM switch worked without any additional modifications to the MSI.

100% working now
Go to the top of the page
 
+Quote Post
pinout
post Jun 10 2004, 06:17 PM
Post #13


Junior
*

Group: Members
Posts: 61
Joined: 25-January 04
Member No.: 13116



Additional note...

I tried the MM switch with the original MSI file, and it appears to work..

So it appears that modifying the MSI may not even be necessary.
Go to the top of the page
 
+Quote Post
XtremeMaC
post Jun 10 2004, 06:52 PM
Post #14


MSFN SuperB
**********

Group: Members
Posts: 5064
Joined: 13-October 03
From: in front of the computer
Member No.: 8053
OS: Vista Ultimate x86
Country Flag


is it just me or do i see a whole big quote in there?

u sure u tried that switch with the unmodified version of msi?(just making sure I haven't tried yet...)
Go to the top of the page
 
+Quote Post
pinout
post Jun 10 2004, 06:55 PM
Post #15


Junior
*

Group: Members
Posts: 61
Joined: 25-January 04
Member No.: 13116



Yes, it was with the unmodified MSI


(Something wrong with quoting? against the rules? I dont think I ever read the rules)
Go to the top of the page
 
+Quote Post
XtremeMaC
post Jun 10 2004, 07:04 PM
Post #16


MSFN SuperB
**********

Group: Members
Posts: 5064
Joined: 13-October 03
From: in front of the computer
Member No.: 8053
OS: Vista Ultimate x86
Country Flag


great then I shall try it soon

no its nothing with the rules
its just that I don't see any point in quoting the whole post that's it.
if everyone quotes the previous post I think the bandwidth would double smile.gif
anyways since i'm not a mod or anything its not my place to argue about it..

ow thanks @Joe User 99 !!!
Go to the top of the page
 
+Quote Post
big poppa pump
post Jun 10 2004, 07:32 PM
Post #17


Damn Newbies!!
***

Group: Members
Posts: 406
Joined: 10-September 03
Member No.: 6431
Country Flag


I tried using the unmodified MSI and I get an error message saying to continue setup using the actual setup.exe.
Go to the top of the page
 
+Quote Post
pinout
post Jun 10 2004, 08:14 PM
Post #18


Junior
*

Group: Members
Posts: 61
Joined: 25-January 04
Member No.: 13116



big poppa pump, are you using the 'MM' switch?
Go to the top of the page
 
+Quote Post
big poppa pump
post Jun 10 2004, 08:18 PM
Post #19


Damn Newbies!!
***

Group: Members
Posts: 406
Joined: 10-September 03
Member No.: 6431
Country Flag


Ok! Ignore previous post! confused.gif

I was trying to install Intellitype Pro with the MM switch. wacko.gif I had to use the "kb" switch instead to get it going. However I still went ahead and modified the msi since i wished to get rid of some shortcuts. Anyway everything seems to be working well. This is my command in my install.inf

[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"
Go to the top of the page
 
+Quote Post
big poppa pump
post Jun 10 2004, 08:54 PM
Post #20


Damn Newbies!!
***

Group: Members
Posts: 406
Joined: 10-September 03
Member No.: 6431
Country Flag


Please Ignore! Found my answer. Edited post above.
Go to the top of the page
 
+Quote Post

Google Frontpage Forums Unattended CD/DVD Guide

2 Pages V   1 2 >
Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 




Lo-Fi Version Time is now: 21st November 2009 - 10:54 PM
All trademarks mentioned on this page are the property of their respective owners
MSFN is not affiliated with Microsoft
Copyright © 2001-2009 msfn.org
Privacy Policy