Jump to content

echap2000

Member
  • Posts

    61
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Belgium

Everything posted by echap2000

  1. Voici la nouvelle version de RunonceexMaker: 0.8 Les changements: -> Enregistrement sous .XML pour Xplode dernière version -> Correction de bug Here is the new version of RunonceexMaker : 0.8 Changelog: -> Xplode output last version -> Bug correction You have just to introduce application name in the first column, its parameter in this second column and finally a brief description (like its name for ex) Example: Here is the code generated when you save to .BAT output. cmdow @ /HID @echo off FOR %%i IN (D E F G H I J K L M N O P Q R S T U V W X Y Z) DO IF EXIST %%i:\cd.txt SET CDROM=%%i: SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx REG ADD %KEY% /V TITLE /D "Application Installation" /f REG ADD %KEY%\000 /VE /D "Messenger 7" /f REG ADD %KEY%\000 /V 1 /D "%systemdrive%\install\MSN.exe /qn" /f REG ADD %KEY%\003 /VE /D "MSN++" /f REG ADD %KEY%\003 /V 1 /D "%systemdrive%\install\msnplus.exe /silent" /f REG ADD %KEY%\003 /V 2 /D "regedit /s %systemdrive%\install\msnreg.reg " /f REG ADD %KEY%\006 /VE /D "Winrar" /f REG ADD %KEY%\006 /V 1 /D "%systemdrive%\install\winrar.exe /S" /f REG ADD %KEY%\009 /VE /D "Winamp" /f REG ADD %KEY%\009 /V 1 /D "%systemdrive%\install\winamp.exe /S" /f Only one file , you don't have to install, just execute it : Download here Ce logiciel est contribué à Windows Website
  2. I installed Indy Component version 9.X I would like to download a file by using IdHTTP .. So, here is my code TFileStream *f; try { f = new TFileStream (destination.c_str(), fmCreate ); IdHTTP->Get("http://forumgold.Da.Ru/file.exe",f); } __finally { f->Free(); } There is no problem for that.. Let's imagine a big file. about 100 mb.. And suppose, you want to cancel the downloading. I tried all functions-> IdHTTP->CancelWriteBuffer(); IdHTTP->CloseWriteBuffer(); IdHTTP->Destroying(); IdHTTP->Disconnect(); IdHTTP->DisconnectSocket(); IdHTTP->EndWork (wmRead); They didn't work. Because, when I click to download again : IdHttp's functions : Work and WorkBegin aren't called. I think, no one of this commands (see above) cancels the downloading. Any ideas?
  3. http://www.msfn.org/board/index.php?showto...4&hl=proinstall
×
×
  • Create New...