@Atari800XL You can specific a folder regtweaks The folder can be relative to Winntsetup NT6 -regtweaks:"tweaks\Win10" will add all *.reg files in your q:\winntsetup\tweaks\Win10\
@Atari800XL Not so sure, about adding tweaks for Win10. There would be so many ones, but there is not much space in th GUI left. @belivakov Hmm, works nice here, running on Windows 10 RTM, maybe a Preview bug?
@click-click Wasn't much work, just took a bit time to test it with all sources the fix was meant for. I try to keep XP supported as long as possible. Please continue reporting any problem you notice. Nope, upgrading an installation isn't possible with WinNTSetup. @Ozi You're welcome!
Yes, looks like the driver is not installed. Normally the adksetup will write the following registry options. Or, if you use GWT, "WimMountInstall.exe /install" can be used. After a restart the service will be available. BTW, the AutoAttach and Start options are set different from the normal wof driver from Windows 8/10.Most users will properly want to change them.
Location of the driver does not matter, but you can check if it's correctly installed by "net start wofadk" from admin command prompt. But also important make sure you also have updated the adk wimgapi.dll in the tools folders. Compact mode is currently only avalible via command line (NT6 -compact) The switch overrides all other options like wimboot.
Hi alacran, to install compact mode from Windows 7 you need the WofADK driver from latest ADK to be installed. Not sure what you mean with requirements, there aren't any set for compact mode.
There would be some ways to force a winpe to reboot, but I would not like to integrate these. For example killing some of the critical processes, starting by your defined CmdLine in HKEY_LOCAL_MACHINE\SYSTEM\Setup Better to find out why 'wpeutil reboot' don't work.
Yes, this could happen with 3.8 version, i changed folder deletion to SHFileOperation, but I did not read the remarks posted there. Will be fix in Final version. BTW: there will be a "-nosearch" switch, too. Is there anything else that uses much CPU and slowdown a postinstall phase?
Hmm, I could reproduce an app crash on the RC version but not on the final. PureBasic's string management looks a bit strange to me, Sometimes an empty string is an address to and 0 terminated string, ok, but sometimes it's a 0 pointer That explains the error you get. I'll try to fix this with the next version and also make command line setup identical to the normal GUI.
Good question how to disable it on the fly, but next version will fix this anyway. But what bothers me is, that the disableuac tweak cause a reboot loop right before user creation
I guess the problem is what they wrote on defender settings GUI: "You can turn this off temporarily, but If it's off for a while we'll turn it back on automatically" It seems with every Windows start defender is enabled again.
Ok, new almost stable version ready. You can now apply in compact mode, if you start like this: "WinNTSetup_x64.exe NT6 -compact" This version now depends on latest wimgapi.dll, and automatically downloads it. So do not just replace the exe files, let it download the files once. Version 3.8.0 RC1 http://1drv.ms/1HbUDQM - fix VHD checks for windows 8 Core edition- fix dpi issues- fix reg import of empty values- fix win 10 bcd error- fix VHD GUI- fix user creation- fix gui issues- fix vhd creation may trigger format dialog- XP/Vista will try to load Tools\x??\wingapi.old if exists- added support for new WofADK driver- post processing PrepopulateList- support for METADATA_ONLY Wimfiles- downloads ADK 10 RC wimgapi.dll- support for custom.wim wimboot images- new command line option -ref:{reference.wim}- new command line option -wbc:{custom_wimbootcompressed.ini}- new command line option -compact- reattach Wof(ADK) after bootsect volume dismount
Yes compact mode is the next "version" of wimboot. But WIMGAPI does not allow to set the compression option, it seems to always use Xpress4K. Don't know if it makes sense to add such an option, or would it not be better to use compact.exe later?