Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

silent MouseWare setup problems


2 replies to this topic

ronaldlaarman

ronaldlaarman
  • Members
  • 2 posts

Posted 17 January 2002 - 10:37

MouseWare silent setup doesn't install in the destination path specified in setup.iss.

I created a response file using setup.exe -r, and entered a different installation directory, e.g. "C:\APPL\MouseWare". Setup created the following setup.iss:

[InstallShield Silent]
Version=v6.00.000
File=Response File
[File Transfer]
OverwrittenReadOnly=NoToAll
[{5809E7CF-4DCF-11D4-9875-00105ACE7734}-DlgOrder]
Dlg0={5809E7CF-4DCF-11D4-9875-00105ACE7734}-AskYesNo-0
Count=7
Dlg1={5809E7CF-4DCF-11D4-9875-00105ACE7734}-SdAskOptions-0
Dlg2={5809E7CF-4DCF-11D4-9875-00105ACE7734}-SdLicense-0
Dlg3={5809E7CF-4DCF-11D4-9875-00105ACE7734}-SdAskDestPath-0
Dlg4={5809E7CF-4DCF-11D4-9875-00105ACE7734}-SdSelectFolder-0
Dlg5={5809E7CF-4DCF-11D4-9875-00105ACE7734}-SdFinish-0
Dlg6={5809E7CF-4DCF-11D4-9875-00105ACE7734}-SdFinishReboot-0
[{5809E7CF-4DCF-11D4-9875-00105ACE7734}-AskYesNo-0]
Result=1
[{5809E7CF-4DCF-11D4-9875-00105ACE7734}-SdAskOptions-0]
Component-type=string
Component-count=1
Component-0=Install MouseWare
Result=1
[{5809E7CF-4DCF-11D4-9875-00105ACE7734}-SdLicense-0]
Result=1
[{5809E7CF-4DCF-11D4-9875-00105ACE7734}-SdAskDestPath-0]
szDir=C:\APPL\MouseWare
Result=1
[{5809E7CF-4DCF-11D4-9875-00105ACE7734}-SdSelectFolder-0]
szFolder=Logitech MouseWare
Result=1
[Application]
Name=MouseWare
Version=CurrentVersion
Company=Logitech
Lang=0009
[{5809E7CF-4DCF-11D4-9875-00105ACE7734}-SdFinish-0]
Result=1
bOpt1=0
bOpt2=1
[{5809E7CF-4DCF-11D4-9875-00105ACE7734}-SdFinishReboot-0]
Result=1
BootOption=0

When i run setup.exe -s, the software is being installed in C:\Program Files\Logitech\Mouseware.

A Bug in mouseware or am I doing something wrong.

Running Windows NT40 SP4

Hope someone can help,

Thanx.


Taco Bell

Taco Bell

    IS6 Expert

  • Moderators
  • 1,281 posts

Posted 17 January 2002 - 18:03

Looks alright to me.  Are you sure you are being present all those dialogs during your install.  Like it's not considering it an upgrade and consequently re-using some information such as the install folder.

ronaldlaarman

ronaldlaarman
  • Members
  • 2 posts

Posted 18 January 2002 - 09:21

Yes, I'm presented all dialogs.

The response file was created on clean (OS only) NT4 workstation and the silent setup was run another clean NT4 workstation.