Jump to content

Sonic

Patron
  • Posts

    1,702
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    France

Everything posted by Sonic

  1. wow ! always good members here ! fast ! thanks all !! thanks for defrag tip wich is display in GB directly ... but a bit slow due to analyse thanks iamtheky, i'm focused to "set /a" to set my variable but with "set" and shrink it that's perfect, that was the solution wich is my head but doesn't want to go out ;-)
  2. Hi all ! ... sorry for my bad english as always ... I'm stuck in a batch I would like to get free space of an hard disk and execute command if size is less than 200Gb for example ... so there is the script for the moment ... the problem is "set" command cannot work with more than 9 digits numbers and fsutil return freespace in octets ... if someone has a tip ! thanks in advance ! (note: the script must work in xp and win7 , without wmic ou vbs would be nice too ;-) ) set dossier=C: for /f "tokens=7" %%? in ('fsutil volume diskfree %dossier%') do set /a espacelibre=%%? & goto suite1 :suite1 echo %espacelibre% if %espacelibre%<=200 echo less than 200Gb pause
  3. /passive /norestart if you want progress window ...
  4. not possible because of hardware guid based if I remember. you can set power plan by using "powercfg -change montior-timeout ... -change disk-timeout ..."
  5. confirmed: ask toolbar re-asked with x64 win7 or vista due to Wow3264node twice in registry ... I apply .reg manuallly, then it works. Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\AskToolbar\Macro] "tb"="AVR-W1"
  6. The ask removal seems doesn't work on x64 system, due to double wow3264node tree ... I will confirm next day.
  7. finally I found other way, using "ISChainPackage" only, class by order then select unwanted components then Table -> Drop rows
  8. thanks for sharing ... success on 10.5 version but with 10.6 , setup cancel if we remove folders ... have you got tested with 10.6 version ?
  9. Thanks for your good job ! Keep up ! edit: Just builded french version, and Avira.exe is about 4MB, with an error Non 7z archive. Sources files seems to be valid, .zip & .exe from avira are about 30MB & 40MB and they open good in 7zip. I will re-test in windows xp environnement insteal of my main win7 x64 install ...
  10. very very good job ! keep up good work ! thanks again !
  11. floppy has just drivers without the bloated software ... your problem is gone ?
  12. I've just tested and it seems to work great using that method : start Nero_setup.exe pickup setup folder from %tmp% folder ... (about ~1,2Gb) open each *.msi of folder "unit_app" with orca or with hexeditor to find ProductName and delete folder that you don't want ... result of a setup folder about 780mb you can silent install with start /w "" setupx.exe /i /qb SERIALNUMBER="xxx" EULAACCEPTED="1" Repacked setup folder result of 246mo (rar) This method is the most genuine procedure for me ...
  13. you just extract zip file and use device manager to update sata controller with inf file ...
  14. yes vista x64 drivers are compatible seven x64 (almost ...) and I confirm it's solution.
  15. okay , acer travelmate 6492 here ... windows seven french x64 rc you can find latest ahci driver with typing "f6flpy6488" on intel website , download section ... 8.8 is the latest version at the moment ... I have updated mine using device manager with inf downloaded ... rebooted .. no hangs since ...
  16. what about harddisk led ? I have hanging problem on my laptop sometimes , and when it hangs hdd led is always on ... I have updated ahci intel driver and now it's gone ...
  17. ... don't try to fight with Yzöwl , he'll always win at "batch" ...
  18. Thanks Nulceus for your guide, I like use original install, tested & works great for me. edit: just seen revo in your sig , nice toy ... mine is mini inferno brushless & lipo 3S ...
  19. @hannubys: ping are for wait a moment before start wlm ... if not sometimes it launched too fast ... the .ini and the .tmp must kept in folder or uninstaller will be broken. I use this "manual" method in "production" without any problem on xp sp3 pro/home and vista sp1 too.
  20. good job for DriverForge, I'm just trying with driverpack and it's seems to run great. What about Check_For_Wizard_Title in .ini ? I must replace english text to my localized french native language ? If yes, can you post screenshot of what text replace ?
  21. @nucleaus: you need : choiceguard.msi Contacts.msi crt.msi Messenger.msi RichUpload.msi SegoeFont.msi wlc.msi wllogin.msi WLXSuite.msi to enable uninstallation you need the cache.ini and wlc*.tmp , pick files from path posted above ... I use this , where %msipath% is your folder msi source ... : echo - Microsoft Visual Studio Runtime ... msiexec /i "%msipath%\crt\crt.msi" /qn echo - Windows Live Communications Platform ... msiexec /i "%msipath%\contacts\Contacts.msi" /qn echo - Segoe UI Font ... msiexec /i "%msipath%\segoefont\SegoeFont.msi" /qn echo - Windows Live Call ... msiexec /i "%msipath%\wlc\wlc.msi" /qn echo - Outil de téléchargement Windows Live ... msiexec /i "%msipath%\richupload\RichUpload.msi" /qn echo - Assistant de connexion Windows Live ... msiexec /i "%msipath%\wllogin\wllogin.msi" /qn echo - Installer ... msiexec /i "%msipath%\wlxsuite\WLXSuite.msi" /qn echo - Choice Guard ... msiexec /i "%msipath%\choiceguard\choiceguard.msi" /qn echo - Messenger ... msiexec /i "%msipath%\messenger\Messenger.msi" /qn ping 127.0.0.1 >nul 2>&1 start "" "%ProgramFiles%\Windows Live\Messenger\msnmsgr.exe" ping 127.0.0.1 >nul 2>&1 exit
  22. okay after many tests , dw20shared isn't needed. but the .tmp file present in "%CommonProgramFiles%\Windows Live\.cache" is needed, it's installer for remove / repair installation. If you use retail file this tmp is about 140mb because it's contains all setup files. So, to reduce my install to 36mb, I have run install from the web package and I grab all file from "%CommonProgramFiles%\Windows Live\.cache" then I make batch to install msi in the same order in the cache.ini (the .tmp file of web package is about 15kb ...)
×
×
  • Create New...