Jump to content

Logitech iTouch and Mouseware


Recommended Posts

Ok following the example in the switch thread I tried these.

They are Install Shield apps. I extracted them with winrar and ran Setup.exe /r to get their setup.iss files.

This is the code im using.

%cdrom%\\Software\\logitech\\mw9791enu\\Setup.exe /s /f1%cdrom%\\Software\\logitech\\mw9791enu\\setup.iss /f2%systemdrive%\\temp\\install.log

%cdrom%\\Software\\logitech\\it222enu\\Setup.exe /s /f1%cdrom%\\Software\\logitech\\it222enu\\setup.iss /f2%systemdrive%\\temp\\install.log

Now in my Virtual machine it does not install them. Though running this from a console while the pc is running it does work. Im curious as to if these just dont run in the VM as they are Hardware dependant?

Any experience with these apps would be helpful, thanks!

Link to comment
Share on other sites


Im running iTouch 2.22 using this command (and it works fine):

%cdrom%\Software\iTouch\setup.exe /s /sms /f2"%systemdrive%\itouch.log"

with this being my setup.iss

[InstallShield Silent]
Version=v6.00.000
File=Response File
[File Transfer]
OverwrittenReadOnly=NoToAll
[{036AA4D4-6D32-11D4-9875-00105ACE7734}-DlgOrder]
Dlg0={036AA4D4-6D32-11D4-9875-00105ACE7734}-SdLicense-0
Count=4
Dlg1={036AA4D4-6D32-11D4-9875-00105ACE7734}-SdAskDestPath-0
Dlg2={036AA4D4-6D32-11D4-9875-00105ACE7734}-SdSelectFolder-0
Dlg3={036AA4D4-6D32-11D4-9875-00105ACE7734}-SdFinishReboot-0
[{036AA4D4-6D32-11D4-9875-00105ACE7734}-SdLicense-0]
Result=1
[{036AA4D4-6D32-11D4-9875-00105ACE7734}-SdAskDestPath-0]
szDir=C:\Program Files\Logitech
Result=1
[{036AA4D4-6D32-11D4-9875-00105ACE7734}-SdSelectFolder-0]
szFolder=Utilities\
Result=1
[Application]
Name=iTouch
Version=CurrentVersion
Company=Logitech
Lang=0009
[{036AA4D4-6D32-11D4-9875-00105ACE7734}-SdFinishReboot-0]
Result=1
BootOption=0

The only thing i have troubles with is with the registry entry restoring my programmed keys. If i import the settings BEFORE i pushed one (only one is neccessary) of the programable keys, my keyboard wheel is not working. However, if i push just one key, cancel the welcome-or-whatever-message and add the reg entriesafterwardseverything works fine... Do u have a fix for that?

I never tried to install iTouch in my VM.

Link to comment
Share on other sites

Yeah I get no errors just no installation. Happens with quite a few InstallShield applications. And from what I can tell Im an Isolated case as no one else ever seems to experience this problem.

Ill test it on a real machine today, tho no reason why it would work on a real machine vs a virtual.

Link to comment
Share on other sites

It seems as if you use WPI?

So here are my entries in the config.js:

prog[pn]=['Logitech ITouch 2.22']
desc[pn]=['Driver for Logitech Keyboards. (Internet Navigator Keyboard)']
cmd1[pn]=['%cdrom%\\Install\\Treiber\\ITouch\\setup.exe -s -f2"%systemdrive%\\Install\\ITouch.log"']
cat[pn]=['Treiber']
pn++

prog[pn]=['Logitech MouseWare 9.80']
desc[pn]=['Driver for Logitech Mice. (MX 300, 500, MX 510)']
cmd1[pn]=['%cdrom%\\Install\\Treiber\\MouseWare\\setup.exe -s -f2"%systemdrive%\\Install\\MouseWare.log"']
cat[pn]=['Treiber']
pn++

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