Jump to content

tobytoby

Member
  • Posts

    3
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Germany

Everything posted by tobytoby

  1. I wrote a VB (i.e. Set-install.exe) with a progressbar. In the registry I set 4 values: executable to run, name of the application, folder and size of installation. 1. display window with progress bar when regkey is set, so start with a script, start your setupprogressprg with command line : set-install.exe /title: Quicktime (which start the progressbar run the executable) 2. see what folder the apps is installed to: i.e. %programfilesdir%\QT,set it to registry 3. the ammount of MB you expect, i.e. 15MB set it to registry a) In your VB you look every second if your regkey with the appname is still there, if not close is B) in your VB you look at the folder size and calculate Progressbar=100-(expected Foldersize-currentFolderSize) At the end you only have to delete the regkey with the appname and its set! I can write it for you, price per mail
  2. did you already looked at? Help with error 804006f9
  3. Hi all I want to generate a multiboot CD with XP, 2000 Workstation and Windows 2003. But I can´t find the way how to add the Bootdisk to boot without a bootable CD Drive for the w2003. MS says: under XP is is the last OS with availiability of this files (see KB 310994). I tried to add the one from XPSP2 but I had to edit txtsetup.sif, but than it stops and ask to insert w2003 floppy into A: So this insn´t the right way. Can someone help? Please don´t ask me why I am doing this and not try to boot with an ISO bootable CD, this is by design because of the multiboot function with more than 1 Windows OS Thanks!
×
×
  • Create New...