Jump to content

devilrunner

Member
  • Posts

    54
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Belgium

Everything posted by devilrunner

  1. As the topic states...I am trying to make driver packs for windows xp 64bit. I am using logic and examples from what bashrat the sneaky did for xp 32bit. I would like the help of people that are on this forum and have much more experience with this. I am attaching what I think is a finished pack for chipsets. Could you guys check it for errors , broken files, usablity ? CHIPSETS
  2. Dear forum users..I am trying to create a context menu for network connections and I got stuck. My goal is to create a right click item on each network interface (like the ones already there : status, bridge etc... ) that sets an ip address. Setting the address itself is not problem for me... I do this with a vbs file. The only problem I am facing is to add right click items to these network connections. Anybody know which registry keys I have to modifie? Also: I already tried and found which registry key adds context menu to the 'my network places' but I wasn't able to launch my vbs file from the command key. Anybody know how to start vbs files from a shell command aka context menu item?
  3. @Kamil So If I understand correctly; A clean source with just your pack and the addons integrated with the script should just work fine as nlite isn't used then. The only problem then is the SFC? Why don't you just modipype your addon files so that windows doesn't b***h about it anymore? Anyway gonna try that very soon
  4. I am trying to integrate these packs into my win xp x64 pro corp. 1. When I only integrate the updatepack everything seems to be going fine. 2. However, when I try to integrate the update pack with addons I get a error message saying that: " Setup can not set the required Windows configuration information... " right after copying files is completed and gui part should start. I am working as described above: clean install source using the script and afterwards using latest nlite 1.0b6(I believe) to disable the SFCOS. I am testing this on VMWARE beta5.5 (support for x64guest OS) on AMD 64bit CPU equiped with win2k3 server x64. I have tried everything: not using nlite at all, manualy editing txtsetup.sif etc..., nothing seems to work. What I would like to know: is anybody using VMWARE in combination with these packs?
  5. Do ncab installers of nero support the 64bit OS? I know that the official installers of nero 6.x recognizes 64bit OS and installs differently then 32bit. Does the installprocedure change in any way with this ncab ?
  6. you have to put the files in the root dir I386 of you unattended cd. the entries in txtsetup.sif make sure they eventually get extracted to the correct directories. so after you have installed they will be found in windows\resources\themes\ etc..
  7. http://unattended.msfn.org/advanced/cosmetics/theme.htm I apply it manually but I guess you could : [Shell] CustomDefaultThemeFile = "%WinDir%\Resources\Themes\royale.theme"
  8. what a coincidence I was also trying this these couple of last days...:-) I slipstreamed the needed files into the I386. 1.copying over the needed files : -------------------------------------- -blue_ss.dl_ -energybliss.jp_ -luna.ms_ -Luna.th_ -royale.ms_ -royale.th_ -royale_ss.dl_ -shellstyle.dl_ 2.making txtsetup.sif entries : -------------------------------------- 241=system32\PreInstall\WinSE\wxp_x86_0409_v1 **already there 500 = Resources\Themes\Royale 501 = Resources\Themes\Royale\Shell\NormalColor 502 = Resources\Themes\Luna\Shell\Royale [SourceDisksFiles] **already there luna.the = 1,,,,,,,129,0,0,Luna.theme **already there royale.mst = 100,,,,,,,500,0,0,royale.msstyles royale.the = 1,,,,,,,129,0,0,royale.theme shellstyle.dll = 1,,,,,,,501,0,0,shellstyle.dll royale_ss.dll = 1,,,,,,,502,0,0,shellstyle.dll energybliss.jpg = 1,,,,,,,1981,0,0 lusrmgr.msc = 1,,,,,,,2,0,0 **already there 3.slipstreaming royale logon screen : ------------------------------------------ copy over logonui.ex_ with a new one For ease of use I will put online all needed files to put in the I386 folder. That way only copying them over and editing txtsetup.sif would sufice. FILES on megaupload
  9. yes...this thread helped me allot...thx Yes I have been waiting for 64bit emu's to...any idea which will be first?vmware would be nice to offer x64 support. Still would like to see someone emu 64bit on a 32bit machine...
  10. Thx very much... I think this thread will become more and more popular as X64 starts to find it's way into our homes
  11. Could somebody post their setupORG.exe x64 version? Is pyron a member of this forum? Maybe we could ask him for instuctions on how to compile, modifie our own X64 setup.ex_(e)?
  12. I got an lsass.exe error box explaining me there is not enough system resources or something. This results in the setup rebooting and restarting the setup over and over again. Do you work with extracting the drivers from 7z in your presetup.cmd? I think there is maybe something going wrong with my extraction process. Maybe I have to use the 7za.exe X64 build? Also my expanded setuporg.exe is different from the 32bit one...it has no icon
  13. Thx for your input... I've been searching for this kind of solution. Apreciate it. Gonna try it right away
  14. 1.So I have to put : setup.ex_ (modified) setupORG.exe presetup.cmd 2.in the I386 folder. 3.change txtsetup.sif from the amd64 folder to point to correct folder. and then it should be working?
  15. I was trying to integrate drivers with the drivers from cd method. You know the way with the modified setup.ex_, setuporg.exe and presetup.cmd. I can't seem to get it working...setup keeps restarting and I think it's because something is going wrong with the setuporg.exe. I expand setup.ex_ to setuporg.exe however the difference with 32 bit is that setuporg.exe doesn't get a installer icon... maybe something is going wrong with the expand command? Someone got drivers from cd working with x64?
  16. I was trying to integrate drivers with the drivers from cd method. You know the way with the modified setup.ex_, setuporg.exe and presetup.cmd. I can't seem to get it working...setup keeps restarting and I think it's because something is going wrong with the setuporg.exe. I expand setup.ex_ to setuporg.exe however the difference with 32 bit is that setuporg.exe doesn't get a installer icon... maybe something is going wrong with the expand command? Someone got drivers from cd working with x64?
  17. anyone got a dutch version shronk? Can't seem to get it working... after modifieing shrink.ini to correct settings(few posts back) it reports success but when installing the progress bar installs for a minute but then just returns...it progresses back to zero:s
  18. I found out that this edit to the ini file fixed my problem. I think this could be usefull to other non stand. version using people. You have to look for the error dialog message and input the correct title and again fields... shrink.ini
  19. What am I doing wrong? - clean XP install no office - latest office shrink program - followed guide: administrative point,slipstreamed hotfixes,etc... - created MST file I use a Dutch version of Office 2003 Proff. office.log.txt shrink.ini
  20. Dear forum readers and admins, First off let me congrat you on the good, perfect work being created here...this is by far the best source for all kinds of unattended and other problems. I normally never turn to making posts on forums but this time I am really batterred by the problem. I think, know that this must be a problem that half the xp users are having. The much spoke about and dreaded KB885250 windows update. Whatever I do I can't seem to get it integrated, or installed for that matter, without having very strange filesharing after. Some folders are listed others aren't...some get listed half...it seems like half of my files have disapeared. I read and searched everywhere and nobody seems to have a solution that works. I tried completely rebuilding my xp install cd, using ryanVM update pack ( supposed to have the fix"KB895900" for this ), using the older "mrxsmb.sys" file...nothing makes my file sharing work like it should. I have a LAN like there are many...2pc's both xp sp2 connected with a common utp 100mbit cable. I would really like to see a solution and apparently MS is supressing the problem! Anyone any idea's?
  21. I would love to see Version 3 also. robin.sandra@belgacom.net
  22. maybe this can help you in making your program work for dutch users. I am using a english OS and a dutch OF2k3. In my last post I got a strange error box telling me that a file doesn't exist. I checked my ini file and because I had an english OS I thought I change the error value to 'error' instead of the dutch 'Fout'. This resulted in the disapearance of the strange error box and gave me a normal error. OF2k3_schrink_admininstall_dutch.rar
  23. you can use the winnt.sif way put this in winnt.sif file [shell] DefaultThemesOff = Yes DefaultStartPanelOff = Yes
  24. Thx for the work buckeyeXP. I am however still not able to do a schrink of my office install. I got a new error box! attached are the usual files. of2k3pro_admininstall_schrinklangfinal_dutch.zip
  25. I can't seem to get my Dutch Of2k3Pro administrative install point shronk. Here is my .ini, .log and error message file attached in zip format. Hope Anybody can help me. of2k3pro_admininstall_schrink_dutch.zip
×
×
  • Create New...