MSFN Forum: Help, does someone know switches for Gunze ? - 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

Help, does someone know switches for Gunze ? Touchpad Driver, it includes a utility as well Rate Topic: -----

#1 User is offline   Cti 

  • Junior
  • Pip
  • Group: Members
  • Posts: 96
  • Joined: 08-August 07

Posted 17 September 2007 - 12:50 AM

I have tried a whole bunch of switches and none seem to work, I can run the setup.exe with any switch and I just get a cmd window flash really fast, but nothing happens. The type of file, it just says Application and under description it says setup application. I also tried extracting the setup.exe which no luck as this has already been extracted from a installer packed by Sony.


What shall I do ?


Thanks


#2 User is offline   radix 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 715
  • Joined: 08-February 07

Posted 17 September 2007 - 12:05 PM

Where can we found this driver to analyze it?

#3 User is offline   Cti 

  • Junior
  • Pip
  • Group: Members
  • Posts: 96
  • Joined: 08-August 07

Posted 17 September 2007 - 10:21 PM

Here I uploaded it, I extracted it with universal extractor CLICK HERE for download

Thanks

#4 User is offline   radix 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 715
  • Joined: 08-February 07

Posted 18 September 2007 - 05:14 AM

Better to post the original installer.
I made an AutoIt script for Gunze.
Compile the file and put it in the same folder with orig. installer...
Modify the name of executable file inside the script if is not Setup.exe.

Attached File(s)


This post has been edited by radix: 18 September 2007 - 05:15 AM


#5 User is offline   Cti 

  • Junior
  • Pip
  • Group: Members
  • Posts: 96
  • Joined: 08-August 07

Posted 18 September 2007 - 08:00 AM

View Postradix, on Sep 18 2007, 04:14 AM, said:

Better to post the original installer.
I made an AutoIt script for Gunze.
Compile the file and put it in the same folder with orig. installer...
Modify the name of executable file inside the script if is not Setup.exe.



Great !!! Thank you so much, I really appreciate you doing this. I now have all the Sony apps and drivers working, I made a new installer for the gunze, just burning now...

I actually downloaded Autoit, is ther some sort of tutorial on how to make those scripts ?? In the future I am sure I will need to use this program again and it would be great if I could write those .. you wrote that correct.. sorry for my ignorance.

Thanks again

Sull

#6 User is offline   radix 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 715
  • Joined: 08-February 07

Posted 18 September 2007 - 08:39 AM

The Help file is AutoIt3Help.exe (inside AutoIt folder installation).
More Help you can get here: http://www.autoitscr...forum/index.php
First you can download some scripts from AutoIt section on MSFN or from AutoIt forum to learn how to...

This post has been edited by radix: 18 September 2007 - 08:43 AM


#7 User is offline   Cti 

  • Junior
  • Pip
  • Group: Members
  • Posts: 96
  • Joined: 08-August 07

Posted 20 September 2007 - 10:04 PM

bump

radix,

I need your help again please

Posted Image

#cs ----------------------------------------------------------------------------

 AutoIt Version: 3.2.8.1
 Author:		 myName
 
 Bluetooth Stack for Windows by Toshiba

 Script Function:
	Template AutoIt script.

#ce ----------------------------------------------------------------------------

; Script Start - Add your code below here

$NAME = "Setup.exe"; Executable file name

If FileExists(@ProgramFilesDir & "\Toshiba\Bluetooth Toshiba Stack\BTSeting.exe") Then
	MsgBox(0x40010, @ScriptName, "Please uninstall previous version of Gunze Touch Panel Utility before using this script", 4)
	Exit
EndIf

; Run the Installer
Run($NAME)

; Select the language for this installation from the choices below.
WinWaitActive("Choose Setup Language" , "Select the language for this installation from the choices below.")
ControlClick("Choose Setup Language" , "" , "Button1")

; Bluetooth Stack for Windows by Toshiba - InstallShield Wizard.
WinWaitActive("Bluetooth Stack for Windows by Toshiba - InstallShield Wizard." , "WARNING: The program is protected by copyright law and international treaties.")
ControlClick("Bluetooth Stack for Windows by Toshiba - InstallShield Wizard." , "" , "Button1")

; Bluetooth Stack for Windows by Toshiba - InstallShield Wizard.
WinWaitActive("License Agreement", "")
ControlClick("License Agreement" , "" , "Button3")
ControlClick("License Agreement" , "" , "Button")


I am trying to make one for this but it just stops, I posted a pic above

Thanks

#8 User is offline   radix 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 715
  • Joined: 08-February 07

Posted 21 September 2007 - 02:14 AM

Again...Post the original installer!

#9 User is offline   Cti 

  • Junior
  • Pip
  • Group: Members
  • Posts: 96
  • Joined: 08-August 07

Posted 21 September 2007 - 11:49 AM

EDIT: nvm for now thanks.

This post has been edited by Cti: 21 September 2007 - 03:00 PM


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