Jump to content

Cti

Member
  • Posts

    95
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Canada

Everything 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 EDIT: I am also having some trouble with cleanup.cmd why would this not work ? DEL "%WINDIR%\Media\Windows XP Ding.wav"
  3. My ghosh you have posted some nice themes .. I have not tested them yet.. though they look fantastic, where did you find all of these some of them I have never seen before ?
  4. 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
  5. I am not sure about your problem ... but I can help you solve it Use the Onepiece add on from ryanvm forum CLICK HERE When used with nlite and prompted about overwriting files always keep the latest ..
  6. I have a similar problem, the computer just locks ... now I have a lot of add ons
  7. Thank you mitsukai Did you test this add on ? I should be later on tonight
  8. Yarrr I will be adding these once I update my CD Thank you
  9. Hi, I have not seen these before, do they come with those wallpapers ?
  10. Can someone confirm if this is true ?? Thanks I imagine you can add the .reg file to cmdlines...
  11. 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 ?
  12. Windows SP3 comes with media player 11 correct ? My question, currently I am using boooggy's tweaked add on, this won't be needed when I integrate SP3 ? How can I find out all the tweaks applied etc ? Thank you
  13. Does this have the stupid yahoo bar or w/e comes included ??? I forget extactly what it was...
  14. I would not worry about it I am pretty sure my NOD32 was not recognized as well Correct me if I am wrong, Windows just does not recognize the antivirus ?
  15. I know in the preset file it says the version # etc, so I am wondering how can I use a preset from 1.4 beta in 1.4 final ? Thank you
  16. How do you get this minlogon and go about using it ?? Thanks
  17. Do you have the add on link at ryanvm ?? Thanks
  18. Change THIS to what exactly, a fancier one or to remove it and have a basic windows 2000 window ?
  19. EDIT: nvm for now thanks.
  20. bump radix, 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 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
  21. 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
  22. 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
  23. Here I uploaded it, I extracted it with universal extractor CLICK HERE for download Thanks
  24. This is great !!! I have one beef, I do not like the start button Keep up the good work Sull
×
×
  • Create New...