Help - Search - Members - Calendar
Full Version: Logitech SetPoint v.2.47 problems.
MSFN Forums > Unattended Windows Discussion & Support > Application Installs

   


Google Internet Forums Unattended CD/DVD Guide
BoardBabe
I'm having problems installing Logitech SetPoint v2.47 for my MX 1000 laser mouse, im using -s switch, but mid-instal the .msi switch dialog appears!? (and halts installation)....


Any idea? I'm kinda stuck...
BoardBabe
Solved it with AutoIt.
Frank_Sechrist
start /wait %systemdrive%\Installs\SetPoint\setpoint246enu.exe -s -f1%systemdrive%\Installs\SetPoint\setup.iss
BoardBabe
Uhm thats for 2.46 yes, I'm perfectly aware. ..Try update your software to the version the topic is asking about and you will have some problems using that swtich.
frebbe
I use Setpoint 2.47 German. Runs silent without problems. This is my setup.iss
CODE
[InstallShield Silent]
Version=v7.00
File=Response File
[File Transfer]
OverwrittenReadOnly=NoToAll
[{2E8EAC71-BFE4-417A-88F0-5A1BDFBCF5D3}-DlgOrder]
Dlg0={2E8EAC71-BFE4-417A-88F0-5A1BDFBCF5D3}-SdWelcome-0
Count=6
Dlg1={2E8EAC71-BFE4-417A-88F0-5A1BDFBCF5D3}-SdLicense2-0
Dlg2={2E8EAC71-BFE4-417A-88F0-5A1BDFBCF5D3}-SdAskDestPath-0
Dlg3={2E8EAC71-BFE4-417A-88F0-5A1BDFBCF5D3}-SdAskOptions-0
Dlg4={2E8EAC71-BFE4-417A-88F0-5A1BDFBCF5D3}-SdStartCopy2-0
Dlg5={2E8EAC71-BFE4-417A-88F0-5A1BDFBCF5D3}-SdFinishReboot-0
[{2E8EAC71-BFE4-417A-88F0-5A1BDFBCF5D3}-SdWelcome-0]
Result=1
[{2E8EAC71-BFE4-417A-88F0-5A1BDFBCF5D3}-SdLicense2-0]
Result=1
[{2E8EAC71-BFE4-417A-88F0-5A1BDFBCF5D3}-SdAskDestPath-0]
szDir=C:\Programme\Logitech\SetPoint
Result=1
[{2E8EAC71-BFE4-417A-88F0-5A1BDFBCF5D3}-SdAskOptions-0]
Common\RETAIL-type=string
Common\RETAIL-count=4
Common\RETAIL-0=Common\RETAIL\Help Mouse
Common\RETAIL-1=Common\RETAIL\Help Keyboard
Common\RETAIL-2=Common\RETAIL\Help Remote
Common\RETAIL-3=Common\RETAIL\32bit Updater
Common-type=string
Common-count=2
Common-0=Common\RETAIL
Common-1=Common\32bit
Drivers-type=string
Drivers-count=1
Drivers-0=Drivers\32bit
Mouse and Keyboard-type=string
Mouse and Keyboard-count=1
Mouse and Keyboard-0=Mouse and Keyboard\32bit
Component-type=string
Component-count=3
Component-0=Common
Component-1=Drivers
Component-2=Mouse and Keyboard
Result=1
[{2E8EAC71-BFE4-417A-88F0-5A1BDFBCF5D3}-SdStartCopy2-0]
Result=1
[{2E8EAC71-BFE4-417A-88F0-5A1BDFBCF5D3}-SdFinishReboot-0]
Result=1
BootOption=0

... and that's what I have in my batchfile:
CODE
ECHO.
ECHO Installiere Logitech Setpoint 2.47 Deutsch
ECHO Bitte warten...
start /wait %systemdrive%\insttmp\install\logidesk\setpoint247deu.exe -s -f1%systemdrive%\insttmp\install\logidesk\setup.iss
ECHO Fertig.
BoardBabe
That is verry weird, I get the msi dialog right after clicking the "install" button.




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.