MSFN Forum: switches to install Bluetooth software? - MSFN Forum

Jump to content



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
Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

switches to install Bluetooth software? Rate Topic: -----

#1 User is offline   Mark_Venture 

  • Newbie
  • Group: Members
  • Posts: 27
  • Joined: 21-September 03

Posted 22 February 2004 - 11:01 PM

I'm trying to add installing the bluetooth drivers for my IBM Thinkpad T40 to my unattended CD but I cant seem to get the switches correct for a silent install...

Software is available at... http://www-306.ibm.com/pc/support/site.wss...ocid=MIGR-50245

It is install shield, but I've tried doing the -R to create a setup.iss, it doesn't create one. I've tried the various switches I've found... including /s /v"/qb" and /s /a /s /v"/qb" but nothing is working... I still have to keep clicking NEXT all the way through.

Can anyone help?


#2 User is offline   gosh 

  • gosh 2.0
  • Group: Patrons
  • Posts: 2,347
  • Joined: 03-October 03
  • OS:none specified
  • Country: Country Flag

Posted 23 February 2004 - 12:07 AM

bluetooth will be in sp2, wait for it.

-gosh

#3 User is offline   Mark_Venture 

  • Newbie
  • Group: Members
  • Posts: 27
  • Joined: 21-September 03

Posted 23 February 2004 - 07:26 PM

gosh, on Feb 23 2004, 01:07 AM, said:

bluetooth will be in sp2, wait for it.

Considering there were reports back in 2001 and 2002 that MS was adding bluetooth support to WinXP (see.. http://www.cnn.com/2....bluetooth.idg/ and http://news.zdnet.co.uk/hardware/chips/0,3...,2122942,00.htm and http://news.com.com/...0_3-255394.html ), and here we are in 2004 and haven't seen it yet, I'm not to sure what to expect.

Any word on how the MS bluetooth drivers in SP2 will compare to the Widcomm drivers that work great, and everyone seems to like?

Is there a list of devices supported by the MS Bluetooth drivers? (To check and see if mine are listed? I have both bluetooth in my laptop, and a USB dongle)

#4 User is offline   Mark_Venture 

  • Newbie
  • Group: Members
  • Posts: 27
  • Joined: 21-September 03

Posted 01 March 2004 - 10:45 PM

I found a solution....

Downloaded AUTOIT from http://www.hiddensoft.com/AutoIt/ and wrote a script as follows......

;--- Begin install---------------

Run("C:\drivers\WIN\BDCACT\setup.exe")

WinWaitActive("IBM Integrated Bluetooth II Software", "Next >")
Send("n")
Send("a")
Send("n")
Send("n")
Send("i")

WinWaitActive("Driver Signature Notice", "OK")
Send("o")
Send("{enter}")

WinWaitActive("IBM Integrated Bluetooth II Software", "Finish")
Send("f")

WinWaitClose("IBM Integrated Bluetooth II Software")

MsgBox(0, "My Bluetooth Install", "Setup is now complete... Enjoy your Bluetooth",15)

;-----End Install --------------


Thats it. Compile as an EXE and run that EXE rather than the SETUP.EXE to launch the install. No key presses necessary. :)

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy