Cti Posted September 17, 2007 Posted September 17, 2007 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
radix Posted September 17, 2007 Posted September 17, 2007 Where can we found this driver to analyze it?
Cti Posted September 18, 2007 Author Posted September 18, 2007 Here I uploaded it, I extracted it with universal extractor CLICK HERE for downloadThanks
radix Posted September 18, 2007 Posted September 18, 2007 (edited) 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.Gunze_Touch_Panel_Utility.au3 Edited September 18, 2007 by radix
Cti Posted September 18, 2007 Author Posted September 18, 2007 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
radix Posted September 18, 2007 Posted September 18, 2007 (edited) The Help file is AutoIt3Help.exe (inside AutoIt folder installation).More Help you can get here: http://www.autoitscript.com/forum/index.phpFirst you can download some scripts from AutoIt section on MSFN or from AutoIt forum to learn how to... Edited September 18, 2007 by radix
Cti Posted September 21, 2007 Author Posted September 21, 2007 bumpradix,I need your help again please #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 nameIf 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) ExitEndIf; Run the InstallerRun($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 aboveThanks
Cti Posted September 21, 2007 Author Posted September 21, 2007 (edited) EDIT: nvm for now thanks. Edited September 21, 2007 by Cti
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now