Jump to content

cai_sebas

Member
  • Posts

    46
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    China

Everything posted by cai_sebas

  1. I am working on a unattended version of my Vista 64bit. Unfortunatly I can't get my UA dvd to work. I have build UA Vista DVD's before all 32-bit and they work flawless. However I can't get my 64bit version to work. It doesn't use the Autounattended.xml. Does anyone has an example version of Autounattended.xml that works on 64 bit? Or any tips?
  2. Is it possible to make a new .wim file that works along with install.wim. So install.wim is original and only my drivers are in ie. drivers.wim? Thanks
  3. Autounattend.xml needs to be present in the Root
  4. cluberti you gave me a superb idea. I am quite skilled at NSIS, think I am going to use that!! Thanks
  5. It has been a while since I runned WIHU on Vista, from what I remember it installs software. But the 2 furst pages are just useless and hurting Vista because of the registry changes. I will be launching my own website soon with stuff which is butifull, skins, guides, apps and more. Look at www.toastingvista.net in 2007!
  6. Hi just wondering if somebody could help me. Vista is cool but in my UA I am still missing some features. Like a program installer (WIHU)! I don't have the skills to create it myself. Is it possible somebody creates a sort a WIHU like installer, which works with INI files. When you launch it you will be able to change "Owner information", "IP", "DNS" and "Workgroup Names" after this you can select which apps you like to install and at last a reboot option. I dont give much about changing user info, I always find it kind of annoying. It would be the best Christmas present ever
  7. Since there is so less intel available about how to integrate (Registry) Tweaks in to your installation I still don't now how to pull it off! Does anybody know how I can disable UAP for example and do other tweaks without using vLite for example?
  8. @ LeveL, Look at this thread: http://www.msfn.org/board/index.php?showtopic=88281 It surprises me how less info there is on Unattended Vista. I am searching for an way to include tweaks (Use, *UAP, etc) in to my install, with no results. MSFN should launch an Unattended website dedicated to Vista!
  9. To create you UDF Image. Save it as createudf.cmd (name doesn't matter just the extension .cmd) CLS @echo off TITLE Creating UDF Image of Miscrosoft Windows Vista ECHO. ECHO You image is now being created. Make sure oscdimg.exe is present. ECHO. ECHO Creating your UDF... oscdimg -bd:\Projects\Unattended\Vista\WVISTAUL_EN_VOL01\boot\etfsboot.com -h -u2 -m -lVISTA_EN_DVD D:\Projects\Unattended\Vista\WVISTAUL_EN_VOL01\ C:\WVISTAUL_EN_VOL01.iso ECHO. PAUSE EXIT
  10. The -u -u1 -u2 options didn't worked for me. I am gonna retry those now. The original Vista image is also UDF so I guess that is the best option.
  11. After some struggeling I finally got the right code. Down here there is a simpel command/batch code whick makes your Vista ISO. Make sure you use the right paths. And have the file oscdimg.exe present in the same folder as the batch. Oscdimg.exe can be found in Windows AIK, PE Tools. Save it as createiso.cmd (name doesn't matter just the extension .cmd) CLS @echo off TITLE Creating ISO Image of Miscrosoft Windows Vista ECHO. ECHO You image is now being created. Make sure oscdimg.exe is present. ECHO. ECHO Creating your ISO... oscdimg -bd:\Projects\Unattended\Vista\WVISTAUL_EN_VOL01\boot\etfsboot.com -h -j1 -j2 -m -o -x-lVISTA_EN_DVD D:\Projects\Unattended\Vista\WVISTAUL_EN_VOL01\ C:\WVISTAUL_EN_VOL01.iso ECHO. PAUSE EXIT Works like a charm Edit: Added oscdimg.exe and fixed the code, which now works properly oscdimg.exe
  12. No just under XP. I am gonna try a few things atm. I let you guys know!
  13. Thanks FireGeier, Working on it now, I get an error ERROR: Could not delete existing file "D:\Projects\Unattended\Vista\WVISTAUL_EN_VOL01\" Error 5 Still working on it!
  14. A time ago I was searching for an easy way to make an image of my Vista files. You need Windows AIK to do this. A huge set of tools somewhere about 700mb. It seems making your image is quite simple if you know where to begin. So here is your start. The files attached are batched which automatically creates an image for you, so you won't have to work with the real command. We recommend you create an UDF Image. The original Vista DVD is UDF format. UDF Save it as 'younameit.cmd'. Replace 'YOURVISTADIR' by the location of you own Vista files. CLS @echo off TITLE Creating UDF Image of Miscrosoft Windows Vista ECHO. ECHO You image is now being created. Make sure oscdimg.exe is present. ECHO. ECHO Creating your UDF... oscdimg -bc:\YOURVISTADIR\boot\etfsboot.com -h -u2 -m -lVISTA_EN_DVD C:\YOURVISTADIR\ C:\WVISTAUL_EN_VOL01.iso ECHO. PAUSE EXIT ISO Making an ISO is also possible. However we recommend UDF. Save it as 'younameit.cmd'. Replace 'YOURVISTADIR' by the location of you own Vista files. CODE CLS @echo off TITLE Creating ISO Image of Miscrosoft Windows Vista ECHO. ECHO You image is now being created. Make sure oscdimg.exe is present. ECHO. ECHO Creating your ISO... oscdimg -bc:\YOURVISTADIR\boot\etfsboot.com -h -j1 -j2 -m -o -x-lVISTA_EN_DVD C:\YOURVISTADIR\ C:\WVISTAUL_EN_VOL01.iso ECHO. PAUSE EXIT There are many other options which can compile an ISO/UDF. If there are better complication I hope to see them! These little batches are just for starters. I am sure pro's can do it without hassle in command. oscdimg.exe
  15. Am I the only guy with this bug?
  16. I am erperience some weird problem. See the picture, the is white beneath the menu text. I have this since a fresh windows install, also this happens on every theme. So that ain't the prob. Someone has this problem to and found a workaround?
  17. Wow, great! Many thanks! MFSN is certainly big, maybe some stuff should be refreshed. New homepage? Forums, Forum Styles? To everyone, .Net 2.0 is needed to run the app
  18. Yes, Just like that! What proggy is used, can't find it. Ill give it a good look now! Still, can't find out which prog it is. Would be sweet if I could use it, it seems neat!
  19. Busy making my UA dvd I experienced a problem. A have a huge reg file with tweaks. Only I am just human and made some mistakes. Is there a proggy which checks my reg file and points me to the problem. Other wise I have to do it manually. Or are there any other ways to do this? Thanks
  20. I never use it. And allready got, Copy to and Move to. It isn't something that is killing me so if it can't be done np.
  21. After a quick search I starnded here. Does anybody knows a way to completely remove the 'Send To' in the context menu. Hope it is actually possible
  22. Does anyone know which msic is used in this video? http://pictures.xbox-scene.com/hsdemonz/MC...360_public2.wmv I want to use it for my UA setup Thanks
  23. Okay then, but anyone formilliar with things like that. And maybe could provide me with a link to that sort of system? Thanks
×
×
  • Create New...