Jump to content

killerbee

Member
  • Posts

    500
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Germany

Everything posted by killerbee

  1. hi, which type of installer is it using? Try Universal Switch Finder if you are unsure which it is. USSF can be found here on the forums. cya Killer Bee
  2. hi, it uses a wise Installer - plz try it with "/s" and report back here. cya Killer Bee
  3. hi, please explain ur probs a a little bit more intense. How should we know where ur probs are? winamp.exe /Spskill winamp.execya Killer Bee
  4. hi, no problem - i'm here to help cya Killer Bee
  5. hi, please give it a try without using "internal"-names for your user "localhost" maybe won't work because of this. Try something "normal" like ur nickname or such... hope this helps a bit. cya Killer Bee
  6. hi, i had a similar problem after i integrating RAID-drivers on my UXPCD and installing it on a Adaptec 2940UW. I got back to the point before they were integrated and all runs fine now... cya Killer Bee
  7. hi, u should check the version numerbs of ur kernel and ur custom one it MUST have the same Versionnumber. cya Killer Bee
  8. hi, try to rebuild the image if it doesn't work copy over the original files from the CD to your UXPCD-location and try again. Seems to be a corruption problem of some kind. cya Killer Bee
  9. hi, just downloaded and tested it: run your installer with Setup.exe /r /sms /f1"c:\Setup.iss" /f2"c:\ISLog.txt" copy the c:\setup.iss to ur 3dmark-folder and run it with 3dmark03_340.exe -s -f1"%USERPROFILE%\desktop\3dm2k3\setup.iss" hope this helps a bit cya Killer Bee BTW: It was in a folder named "3dm2k3" on my desktop for testing
  10. hi, my UXPCD works perfectly now when installed to C:, but it can occur that the Windows Partition won't be C: and now i wanna use reg.exe with all Path dependant-keys. This works very good exept one small thin i can't figure out: How can i modify the (Default)-Key? It won't work with "@" or "(Default)" after the "/V" Option. I am working to convert this one atm: ;Right click to (un)register DLL files, open in Notepad by default.[HKEY_CLASSES_ROOT\dllfile\shell]@="View"[HKEY_CLASSES_ROOT\dllfile\shell\Register][HKEY_CLASSES_ROOT\dllfile\shell\Register\command]@="C:\\WINNT\\system32\\REGSVR32.EXE \"%1\""[HKEY_CLASSES_ROOT\dllfile\shell\UnRegister][HKEY_CLASSES_ROOT\dllfile\shell\UnRegister\command]@="C:\\WINNT\\system32\\REGSVR32.EXE /u \"%1\""[HKEY_CLASSES_ROOT\dllfile\shell\View][HKEY_CLASSES_ROOT\dllfile\shell\View\command]@="C:\\WINNT\\System32\\NOTEPAD.EXE \"%1\""any help would be appreciated thx in advance cya Killer Bee
  11. hi, i noticed the same after integrating OpenOffice 1.1.1 onto my UXPCD. Do you use OpenOffice on ur CD? cya Killer Bee
  12. killerbee

    XPlode 1.1.2

    hi, just tested v1.1.2 after i've been a day off and it works perfect. I have only one issue left: I wanna move around the Start Menu Entry for Spybot Search & Destroy from Programs to Programs\Accessories with <move source='#ALLUSERSPROFILE#\Start Menu\Programs\Spybot - Search & Destroy' target='#ALLUSERSPROFILE#\Start Menu\Programs\Accessories\Spybot' />but the "&" always breaks my .xml. I get an error when viewing it because there's a "&" in it. How can i use the & without errors??? cya Killer Bee
  13. hi does this one help u finding out what type of installer it is using?? cya Killer Bee
  14. killerbee

    XPlode from CD

    hi, here's how i call XPlode: cmdlines.txt [COMMANDS]".\xplode.cmd"xplode.cmd cmdow @ /HID%SYSTEMDRIVE%\Install\XPlode.exe /xml:"#XPLODE#\Phase2.xml" /log:"#SYSTEMDRIVE#\Phase2.log"exitthis was the T-12min stage from svcpack.inf (T-13min) XPlode.exe /xml:"#XPLODE#\xplode.xml" /log:"#SYSTEMDRIVE#\xpsvcp.log"and my winnt.sif T-9min and RunOnceEx-Version [setupParams] UserExecute="%SystemDrive%\Install\XPlode.exe /xml:#SYSTEMDRIVE#\Install\Phase3.xml /log:#SYSTEMDRIVE#\Phase3.log" [GUIRunOnce] "%Systemdrive%\Install\XPlode.exe /xml:#XPLODE#\Phase4.xml /log:#SYSTEMDRIVE#\Phase4.log"if i would change %SYSTEMDRIVE% to %SOURCEPATH% it runs from CD. hope this helps a bit cya Killer Bee
  15. killerbee

    XPlode from CD

    hi, u could use the %sourcepath%-variable to call XPlode from CD/DVD. But i never had issues with the GUI, do u use it in GUIInstall-Mode? It could be that u have set everything to transparent - then u'll see nothing. cya Killer Bee
  16. hi, it's from StarDock and i've posted it on their news server. hopefully someone there has an idea. And for sure i will share it here. cya Killer Bee
  17. killerbee

    XPlode 1.1.2

    hi, ok, thanks i can live with that time frame. And have a good night, Wraith. cya Killer Bee
  18. hi, it need to be cmdlines.txt and not cmdlinex.txt cya Killer Bee
  19. killerbee

    XPlode 1.1.2

    hi, u have changed the log-file output and i think there is now much less useful info in there. There is no Execution succeded line any more. Filecommands don't generate any useful info or what will Running command: 'move' { Command: move, (3,1) }say to me??? debugging errors in the .xml is NO LONGER POSSIBLE. plz fix it up, because i can't see where my errors in the file copy process are.(Worked like a charm with my older version) OMG plz help cya Killer Bee
  20. hi, installing it unattended is not the problem. Configuring it unatteded is what i need to do, because i want a custom bootscreen without editing the kernel-file as there could be a kernel update in the future that will outdate it. hope to set it clearer now cya Killer Bee
  21. hi, u need to create a boot disk that boots as u like it. After that create a Image from this Floppy and burn a Bootable CD in Floppy-emulation mode with that Image. hope this helps a bit cya Killer Bee
  22. hi, here's my working winnt.sif-file without key and passwords: ;SetupMgrTag[Data] AutoPartition=0 MsDosInitiated="0" UnattendedInstall="Yes" [unattended] UnattendMode=FullUnattended OemSkipEula=Yes OemPreinstall=Yes UnattendSwitch="yes" Repartition=No WaitForReboot="No" DriverSigningPolicy=Ignore TargetPath=\WINDOWS OemPnPDriversPath="Drivers\000_chipset_intl;Drivers\000_chipset_nv;Drivers\000_chipset_sis;Drivers\001_network;Drivers\002_sound;Drivers\003_graphics;Drivers\003_graphics\stereo;Drivers\004_monitor;Drivers\005_SiL;" [GuiUnattended] AdminPassword= REMOVED EncryptedAdminPassword=Yes OEMSkipRegional=1 TimeZone=110 OemSkipWelcome=1 [userData] ProductKey= REMOVED FullName="xxx" OrgName="yyy" ComputerName=* [Display] BitsPerPel=4 Xresolution=800 YResolution=600 Vrefresh=72 [TapiLocation] CountryCode=49 Dialing=Tone AreaCode=0 [RegionalSettings] LanguageGroup=1 Language=00000407 [setupMgr] ComputerName0=kbee1 ComputerName1=kbee2 ComputerName2=kbee3 ComputerName3=kbee4 [identification] JoinWorkgroup=quake3arena [Networking] InstallDefaultComponents=No [NetAdapters] Adapter1=params.Adapter1 [params.Adapter1] INFID=* [NetClients] MS_MSClient=params.MS_MSClient [NetServices] MS_SERVER=params.MS_SERVER [NetProtocols] MS_TCPIP=params.MS_TCPIP [params.MS_TCPIP] DNS=Yes UseDomainNameDevolution=No EnableLMHosts=Yes AdapterSections=params.MS_TCPIP.Adapter1 [params.MS_TCPIP.Adapter1] SpecificTo=Adapter1 DHCP=Yes WINS=No NetBIOSOptions=0 [Components] msmsgs=off msnexplr=off zonegames=off upnp=off OEAccess=off IEAccess=off TerminalServer=off IndexSrv_System=off freecell=off Pinball=off [setupParams] UserExecute="%SystemDrive%\Install\XPlode.exe /xml:#SYSTEMDRIVE#\Install\Phase3.xml /log:#SYSTEMDRIVE#\Phase3.log" [GUIRunOnce] "%Systemdrive%\Install\XPlode.exe /xml:#XPLODE#\Phase4.xml /log:#SYSTEMDRIVE#\Phase4.log"hope this helps a bit cya Killer Bee
  23. hi, just take a closer look - u have set it to "0" in ur winnt.sif cya Killer Bee
  24. hi, it's OEMSkipWelcome=1u need cya Killer Bee
  25. killerbee

    XPlode 1.1.2

    hi, ran a test - it has to be unicode (hehe - notepad won't speak unicode but SuperEdi does...) ok, that was an easy one with the log-files cya Killer Bee
×
×
  • Create New...