Jump to content

Cti

Member
  • Posts

    95
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Canada

Posts posted by Cti

  1. Thanks , I guess I can figure out all the switches ...

    I am still wondering what

    REG ADD %KEY%\050 /VE /D "Importing Registry Tweaks" /f

    REG ADD %KEY%\050 /V 1 /D "REGEDIT /S %systemdrive%\install\regtweaks.reg" /f

    why have a reg key for importing registry tweaks .. the first one .. I don't get it ?

    EDIT:

    Yeah maybe it needs the /Q switch .. I will try

  2. I am not quite understanding the comands in runonceex.cmd

    here is the example from the unattended Windows guide

    cmdow @ /HID

    @echo off

    SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx

    REG ADD %KEY% /V TITLE /D "Installing Applications" /f

    REG ADD %KEY%\005 /VE /D "Adobe Reader 6" /f

    REG ADD %KEY%\005 /V 1 /D "%systemdrive%\install\AdobeReader6\AR6.msi /qn" /f

    REG ADD %KEY%\010 /VE /D "Alcohol 120" /f

    REG ADD %KEY%\010 /V 1 /D "%systemdrive%\install\alcohol\setup.exe /qn" /f

    REG ADD %KEY%\010 /V 2 /D "REGEDIT /S %systemdrive%\install\alcohol\register.reg" /f

    REG ADD %KEY%\015 /VE /D "Diskeeper 8" /f

    REG ADD %KEY%\015 /V 1 /D "%systemdrive%\install\DiskeeperPro_8.0.459.exe /s /v/qn" /f

    REG ADD %KEY%\050 /VE /D "Importing Registry Tweaks" /f

    REG ADD %KEY%\050 /V 1 /D "REGEDIT /S %systemdrive%\install\regtweaks.reg" /f

    REG ADD %KEY%\055 /VE /D "Cleaning Up and Rebooting" /f

    REG ADD %KEY%\055 /V 1 /D "%systemdrive%\install\cleanup.cmd" /f

    EXIT

    REG ADD %KEY%\005 /VE /D "Adobe Reader 6" /f

    REG ADD %KEY%\005 /V 1 /D "%systemdrive%\install\AdobeReader6\AR6.msi /qn" /f

    Now what is the command in red doing ?

    REG ADD %KEY%\055 /VE /D "Cleaning Up and Rebooting" /f

    REG ADD %KEY%\055 /V 1 /D "%systemdrive%\install\cleanup.cmd" /f

    Again the same thing here, also I see the /V and /D also /f at the end of the command ? these must be switches of some kind

    Please forgive my ignorance :hello:

    EDIT:

    I am also having some trouble with cleanup.cmd

    why would this not work ?

    DEL "%WINDIR%\Media\Windows XP Ding.wav"

  3. I have also tested this add on .. seems to work great under vmware.

    Please correct me if I am wrong .. it is this add on below

    [bETA] RyanVM .NET Framework All-In-One Package BETA2

    and if you are using this update pack

    RyanVM Update Pack 2.1.8 - Released March 20, 2007

    You will need the fix, you can find it in the link above

    Just in case anyone runs that pack and has issues with the add on :)

  4. I have a copy of XP Home which came with my Sony, I backed it up right away and put on a different OS ( it was activated ), now I am pretty sure it is a OEM copy.

    Now I can easily restore my XP Home, grab my WPA.DBL and integrate into my CD, this is where I need some info, can I then install this copy of XP Home on my desktop and it still be activated ?

    Also what would happen if I tried to run the same copy on both machines ?

  5. bump

    radix,

    I need your help again please

    untitledil9.th.jpg

    #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

  6. I am getting this error when trying to install BT driver and Utility.

    First this .. below

    Toshiba Bluetooth port manager

    failed to enumerate monitors

    ok

    Then this .. below

    Add monitor() Failed...

    RPC Server unavailable

    for services I have the RPC server enabled, what else is needed ??

    Thanks

  7. 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

×
×
  • Create New...