Jump to content

sadam

Member
  • Posts

    3
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Poland

Everything posted by sadam

  1. First - newbie alert! Thats me. Please be patient. Second - sorry for my bad english - it isn't my native. Subject: DNF30 is absent. Description: I am SNM user. I am HFSLIP user. I am nLite user. I'm slipstreaming XP Pro SP2 Corp. Own hands integrated SP2. From SNM I'm using DNF11_20 and DNF30. I put that into HFSLIP. DNF30 into HFGUIRUNONCE folder. I integrate all my after SP2 hotfixes with HFSLIP too. I run HFSLIP to have SOURCESS folder. For nLite. In nLite I make exclusions, registry settings and unattended install. I burn the CD (physically) and I'm installing that on other, clear machine. Connected to net. To my local lan. The system installs without any error messages and works. I'm going to WindowsUpdate. It says me, that I haven't the Net Framework 3.0. I'm going to my machine. OK lets move DNF30 from HFSLIP to nLite. I'm copying the all HFSLIP folder structure in second place. I move DNF30 out, delete SOURCESS folder, run HFSLIP, copy SOURCESS to nLite and include there the moved out DNF30. Burn, install and go to WindowsUpdate. Now I have the Net Framework 3.0. On my work machine I'm looking to my first HFSLIP SOURCESS folder. There isn't DNF30.EXE. DNF30 is absent. OK, OK it is. As a command to run, in HFSGUI.CMD (name of the file is near the oryginal - now I am in my work, and I dont' remember correct - there is only one CMD file like). Question to experienced users HFLIP and SNM: Is the absence normal? Some other details: HFSLIP 1.6.2, SNM downloaded from that thread (first, main post) 2 days ago (problem - in ZIP I don't see the version number - in CMD, INI and readme), nLite 1.3.5.
  2. What method are You using to show the picture? And, which is much more interesting for me, why? Means "what is Your experience with that?". At stage when I don't know about the existence of version 0.8.5.b (I was thinking that Your excelent help is enough for me and I didn't read this hread - me culpa, mea culpa, mea maxima culpa ), I wrote (in Borland Delphi) simple (foolish?) application to show an bitmap. It shows an bitmap from file, which name is passed in the first parameter of command line, calls external application (from the second parameter) passing to them the rest of parameters and waits to the end of the execution of the called application. I was using that so: REG ADD %KEY /V 1 /D "%SYSTEMDRIVE%\SHOWBMP.EXE %SYSTEMDRIVE%\MYBMP.BMP %SYSTEMDRIVE%\CDSWITCH.EXE XP_AddOns %CDROM% /p:%SYSTEMDRIVE%\CDSWITCHBACK.BMP /b /lh /k" /f where CDSWITCHBACK.BMP was small bitmap (1 pixel in size). It was artifical (but working for me) solution. But You are using other method then me. What method and why? Regards
  3. I execute CDSwitch early in a RunOnceEx install. I prepare multiCD install and whole RunOnceEx takes data from the next CD. And CDSWICH is in the first called subkey : 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:win51ip.SP2 SET CDROM=%%i: SET KEY=HKLMSOFTWAREMicrosoftWindowsCurrentVersionRunOnceEx REG ADD %KEY% /V TITLE /D "Installing applications ..." /f REG ADD %KEY% /V FLAGS /D "dword:0x00000020" /f REG ADD %KEY /VE /D "Change the CD" /f REG ADD %KEY /V 1 /D "%SYSTEMDRIVE%CDSWITCH.EXE XP_AddOns %CDROM% /p:%SYSTEMDRIVE%CDSWITCHBACK.BMP /lh" /f But versions .84 and .86 doesn't shows the picture . An empty rectangle is shown. Filled with color like buttonface. Seems that version .85b shows the picture properly . Regards
×
×
  • Create New...