Jump to content

Sonic

Patron
  • Posts

    1,709
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    France

Everything posted by Sonic

  1. You start installation from dos ? or original cdrom ?
  2. There is PDFCreator too ...
  3. Hi all, This is a batch to copy i386 to hard disk and set I386 source to c:\i386 too ... 7 keys are set. @echo off title Copy CD to hard disk ... for /f "skip=4 tokens=3" %%p in ('reg query "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion" /v SourcePath') do set source=%%p xcopy /s /y "%source%" "%systemdrive%\i386\" set source=%systemdrive%\ reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion" /v "SourcePath" /d "%source%i386" /f >NUL reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Setup" /v "Installation Sources" /t REG_MULTI_SZ /d "%source%\" /f >NUL reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Setup" /v "SourcePath" /d "%source%\" /f >NUL reg add "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Setup" /v "ServicePackSourcePath" /d "%source%\" /f >NUL reg add "HKLM\SOFTWARE\Microsoft\Transaction Server\Setup(OCM)" /v "Source Path" /d "%source%\" /f >NUL reg add "HKLM\SOFTWARE\Microsoft\MSDTC\Setup" /v "Source Path" /d "%source%\" /f >NUL reg add "HKLM\SOFTWARE\Microsoft\COM3\Setup" /v "Source Path" /d "%source%\" /f >NUL exit It can be run from cmdlines.txt.
  4. Thanks TrooperMan for your job !
  5. Check if "marker" files are present in root of your cd/dvd and same level as I386 folder ...
  6. To bypass this error, it's possble to ignore cond[pn] if win98 is detected ?
  7. Have you edited the "marker" file in generate.js ? In fact %wpipath% do nothing with generated path of program, a script generate.js find again the %cdrom% by other way, it search for a file ... (by default it's WPI.ico). You must set any file present of root of your CD. x:\WhatEverFile.txt x:\Programs\ .... the %cdrom% variable will be x: ... so in your config file set path %cdrom%\\Programs\\.... Goodbye.
  8. It seems because drive is in fact a network drive, with a fixed drive this is okay
  9. Post your folder tree ...
  10. must be "%CDROM%\\programs\\my_program\\setup.exe /qb"
  11. Is there any changes about cddrv detection ?
  12. I'm having an issue with these drivers... Whever I plug in a USB flash device, it shows up in device manager, but no drive letter gets assigned to the Disk Drive component... This also happens with the vendor's drivers. Does anyone have a fix for this? Thanks, mtp hard disk usb ? perhaps in NTFS format no ? if that windows 9x/me can't read ntfs drive directly ...
  13. My cond[pn] contain %cdrom% variable ... and it seems to bug with windows 98 ... with hardcoded path all are okay.
  14. Hi I have writed all cond[pn] of each programs in config.js. Works like a charm in XP. But in Windows98 the main part is blank ... same as nofile find ... Windows 98 doesn't support JavaScript "SystemObjects" ?!
  15. You can't backup activation since service pack ... works with rtm version of windows xp.
  16. nForce 7.xx are for Intel ... 6.xx are for AMD ... And both version doesn't update in same time ...
  17. Sometimes even if chipsets are differents windows can boot ... if doesn't you will see the bsod ... and you can re-install windows and you keep all apps & settings but you need to re-activate in two cases.
  18. Hi, I don't remember where I can disable Tips (popups overlink), help me And how can I add a blank line before selector menu (of configs) ? Thanks !
  19. hum ... certainly in vbs script, wait for vbs' masters.
  20. No. (perhaps with another apps like Stardock products or others ...)
  21. Personnally, I have ;Invite de commandes [HKEY_CLASSES_ROOT\Drive\Shell\cmd] @="What you want !" [HKEY_CLASSES_ROOT\Drive\Shell\cmd\command] @="cmd.exe /k \"cd %L\"" [HKEY_CLASSES_ROOT\Directory\Shell\cmd] @="What you want !" [HKEY_CLASSES_ROOT\Directory\Shell\cmd\command] @="cmd.exe /k \"cd %L\""
  22. Just edit the .reg file
×
×
  • Create New...