Jump to content

atolica

Member
  • Posts

    209
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Romania

Everything posted by atolica

  1. Thanks myselfidem. Thanks Mr Jine, it seems that yo are everywhere, here, on mydigitallife.... I tried a lot of times with Synchronous" and "Asynchronous" commands based on an older Vista guide(Fireguier's guide http://www.msfn.org/board/topic/95462-vista-unattended-guide/), but for some reason the setup breaks and I didn't try it anymore. I did exactly as you say Mr Jinje, but instead I tried using RunOnceEx.cmd method from the DVD. For some reason the dvd is not recognized. Yes I did put the txt file on the root of the dvd and had set all the variables so the dvd-rom will be detected. I can't afford to use a a network share all the time, as I want this to be an universal Windows 7 install dvd. Did you guys have issues with Microsoft-Windows-LUA-Settings in Autounattend.xml? every time I set that up to disable UAC, the setup breaks with setup was unable....[offlineservicing] error. Ha det bra.
  2. Yes, I start to remember. MS f***ups, 2 year olds must've wrote that documentation. I didn't figure it out the relation between <key> and <value>, although I've already done this before but several months ago. Thank you.
  3. I'm not interested in samples. I want a straight answer to a straight question. /IMAGE/NAME is a variable. It has to replaced with the image used for installation(ultimate, prof etc), in my case 5. Someone please confirm this!
  4. I am rebuilding my Autounattend.xml right now and I can't seem to figure it out what is the correct value for the <Key> string Technet gives the default value as <Key>/IMAGE/NAME</Key>, but I'm pretty sure i have to insert the image index number, 5 in my case as I'm installing Windows 7 Ultimate. What do they mean by "/IMAGE/NAME"? Should I enter the path to the install.wim like: /source/install.wim. Technet documentation is very ambigous. My Autounattended.xml looks like this: I put 5 as Ultimate is indexed as the 5th image inside install.wim. Is this correct? Thank you
  5. Hi all Has anyone successfully managed to install applications during Specialize or oobesystem pass using Autounattend.xml and not using Setupcomplete.cmd ? I know there was a guide for Vista that some guy made and that showed how to achieve this but I couldn't make it work for Windows 7. I want to install all the apps and then run sysprep /generalize /oobe, and close the image so when I deploy it it will be sysprepped and show the welcome screen.
  6. Use the above *.ulz file I posted. It will not show anything in MU or WU. You don't need to edit the inf file. edit: It seems that InstMUWC.inf is updated during msdbuild.exe creation with the actual file version taken from the files by GetFileVer.vbs. This is what it is written in my InstMUWC.inf: UpdateFileVer = "0.0.0.0" InstallVer = "7,4,7600,226" As I said use the latest Windows Update Agent 3 x86 as it will update all of the files including those you mentioned: mucltui.dll, mucltui.dll.mui, muweb.dll. Download my *ulz file or download the standalone file and place it in the project folder. You have to install the Windows Update agent 3.0 before running MSDownloads.exe. That it is done by svcpack.inf method at T-13 during installation.
  7. Is it ok to use just one package between Visual C 8 runtime from .Net Framework 2.0 and Visual 9 runtime from .Net Framework 3.5 package in your script? DNF20_VC8_RUNTIME=NO DNF35_VC9_RUNTIME=YES
  8. strel Where can I get Microsoft Visual C++ 2005 Service Pack 1 redistributable runtime package, the last version? I want to replace the net framework builtin package with the latest one using your script? Can it be done? Thanks Atolica
  9. DarkShadows You might be kind and upload the link pointing to WindowsUpdateAgent30-x86.exe. WU now requires wsus3setup.inf and related files version 7.4.7600.226 not 7.2.6001.788. Wuredist.xml links weren't updated (still pointing to 7.2.6001.788) and consequently the only way to get these files are via WU. I thought of changing the version number within the original link for WindowsUpdateAgent30-x86.exe, that I got from WindowsUpdate.log, from 7.2.6001.788 to 7.4.7600.226 and it worked. Here are the NEW links, x86 and x64 versions. NEW Windows Update Agent 3 x86 !!! MS LINK NEW Windows Update Agent 3 x64 !!! MS LINK And here's MSDownloads.ulz with the link updated. You can just double click it and it will be added to Windows Updates Downloader. ENJOY !
  10. It seems that these files (bolded) are not getting updated at all.
  11. Are you integrating the addon solely or alongside other hotfixes? Mine breaks if I add it last after 56 or so hotfixes. I'll try again integrating just the addon.
  12. strel Nlite breaks if Silent .NET Maker package is added to it as an addon (.7z). I hope you'll sort it out. Atolica
  13. @strel I don't quite understand what you mean by the last line: Do I have to update the VC runtimes on the system I am building the addon so I can remove them?
  14. Why does Windows Genuine Advantage Notification (KB905474) keep showing in WU after running MSDBuild v5.5 ?!?!
  15. I know that using Windows 7 WAIK with vlite throws a lot of errors and corrupts the output files and I have to use Vista SP1 WAIK. Isn't there anything that can be done to fix this? Windows 7 WAIK was built especially for Windows 7 and i'd like to use that instead. Anyone know how can I do that?
  16. strel Can you update your script so this reg key gets created ? [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\DC3BF90CC0D3D2F398A9A6D1762F70F3\Patches\9E0DE89293FE9BB33898F24ED18CCF08] "State"=dword:00000001 And please remove this ! WARNING: NDP1.1sp1-KB928366-X86.exe regular hotfix is not present.
  17. @strel I am back to creating a .net addon using your great tool. What about NDP1.1sp1-KB928366-X86.exe? Is it required as a prerequisite in the working folder or not? Because you stated that it is superseded by NDP1.1sp1-KB953297-X86.exe. Do I have to download it or just have NDP1.1sp1-KB953297-X86.exe present ??? The batch file throws me this error: Greets atolica
  18. Hi DarkShadows, no time long see. I started building and testing another xp unattended installation + your msdownloads.exe in vmware. I ran Windows Update from IE8 and it goes to WU instead of Microsoft Update. That's not all. It still asks for WindowsUpdateAgent30-x86.exe (activex) and KB898461 installation. I don't get it. It used to work just fine. I guess I'll have to add those registry keys manually. English language installation with default settings.
  19. Can KB898461 be included in IE8 addon pack? It exists only for 32 bit.
  20. Check that out! Universal UpdatePack/Addon Creator INTL
  21. I am curious what tool did you use to create this addon?
  22. Can someone upload Firefox Addon Maker v.608 somewhere else? The link is broken.
  23. Hi Cluberti That's what I thought. I'm running powercfg by setupcomplete.cmd from the scripts folder I asked this in another thread . What is the proper way of running a batch file using wsim? I want to add script batch file (*.cmd) execution by running a synchronous command at oobe step. I know that it should start with "cmd /c ....", but what about the path? I don't have a network share I could use. Environment variables maybe? I don't want the batch files to be copied on the computer I'm installing, I'd rather run them directly from the dvd. Is that possible???
  24. You have got to install WAIK. Sometimes you will need to manually install fltmgr if running on XP fltmgr.sys can also be found on a vista dvd or installation in C:\Windows\System32\drivers WindowsXP-KB914882-x86-ENU.exe http://www.microsoft.com/downloads/details...;displaylang=en This hotfix was released for windows Xp sp2, but you are running on a SP3 machine so the driver is included, or should be. That's why I edited my post. edit: It is a bug with WSUS. There is a workaround though so WU will show that update. Manually (or via GPO) create a key on the Windows XP SP3 client pc with the name "KB914882" in [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\HotFix] Than FCS is deployed automatically via WSUS.
×
×
  • Create New...