Content Type
Profiles
Forums
Events
Everything posted by maxXPsoft
-
Read something about that wim some time ago before I seen it in MS stuff but too many projects since. Jaclaz So it is alright to use these WimCaptEx say for instance along with my application? I been looking over there at Boot land to see if there are any restrictions. I'd like to test them.
-
Single Image Multiple Product Keys
maxXPsoft replied to 03GrandAmGT's topic in Unattended Windows 7/Server 2008R2
then you could use something like this in a .cmd file REG QUERY "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion" /v "EditionID" | FINDSTR /I "Starter" IF NOT ERRORLEVEL 1 SET PIDKEY=xxxxx-xxxxx REG QUERY "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion" /v "EditionID" | FINDSTR /I "HomeBasic" IF NOT ERRORLEVEL 1 SET PIDKEY=xxxxx-xxxxx REG QUERY "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion" /v "EditionID" | FINDSTR /I "HomePremium" IF NOT ERRORLEVEL 1 SET PIDKEY=xxxxx-xxxxx REG QUERY "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion" /v "EditionID" | FINDSTR /I "Professional" IF NOT ERRORLEVEL 1 SET PIDKEY=xxxxx-xxxxx REG QUERY "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion" /v "EditionID" | FINDSTR /I "Ultimate" IF NOT ERRORLEVEL 1 SET PIDKEY=xxxxx-xxxxx cscript %windir%\system32\slmgr.vbs -ipk %PIDKEY% -
Windows 7 x64 full unattended
maxXPsoft replied to simurqq's topic in Unattended Windows 7/Server 2008R2
Might start with my Se7en_UA in sticky. It is made to show structure and file layout and create the xml for you if you just starting. Then you can move on to removing stuff if you want. Structure has changed a lot from XP but there are still sime things similar like $OEM$. -
Isn't that backwards? syswow64 represents the 32 bit stuff "The operating system uses the %SystemRoot%\system32 directory for its 64-bit library and executable files. This is done for backwards compatibility reasons as many legacy applications are hardcoded to use that path. When executing 32-bit applications, WOW64 redirects requests for DLLs from that directory to %SystemRoot%\sysWOW64, which contains legacy libraries and executables."
-
I actually do both syswow and system32, in fact add to about 6 more places not in my .cmd files like in winsxs folders. Was testing trying to find correct places to get it all. I have discovered the places to stay away from or you crash. I also don't do that manifest thing, can't read your guide so don't understand why you have to do that? I use Restorator2007 with no problem on anything. I wish they would move my Unattended post on this back here from Customizing windows but these well whatever, no explanation for some things. Then if you ask they jump down your throat, maybe why people are going elsewhere.
-
Win 7 Replace Boot, Login, Shutdown backgrounds
maxXPsoft replied to maxXPsoft's topic in Customizing Windows
1 -
Load All Button a .wmv If you start over you can use this button at Applications to re-load all Apps without clicking each. What that does is delete from your Dvd and from APPS folder on HD and copy each new. If not installed it copies from APPS and uses old. Saves Paths like this Fonts=D:\APPS\_Fonts Wallpaper=D:\APPS\_Wallpaper Applications=D:\APPS AppImagePath=D:\APPS\_Wallpaper DriverAll=D:\APPS\__Drivers\7Seven MP3=D:\Sounds
-
Win 7 Replace Boot, Login, Shutdown backgrounds
maxXPsoft replied to maxXPsoft's topic in Customizing Windows
1 -
Ask your Seven xml ? here
maxXPsoft replied to maxXPsoft's topic in Unattended Windows 7/Server 2008R2
myselfidem or mine? Mine are in first post now at very top, just change Architectue -
Installing some applications upon firstlogon
maxXPsoft replied to Raoul90's topic in Unattended Windows 7/Server 2008R2
I used to need to do that cause Sysprep was not firing off in x64 when I test Audit Mode. I'd edit the .cmd files to try something different but they wouldn't save. Found that to be a path problem -
Ask your Seven xml ? here
maxXPsoft replied to maxXPsoft's topic in Unattended Windows 7/Server 2008R2
<SupportHours>-</SupportHours> <SupportPhone>-</SupportPhone> <SupportURL>-</SupportURL> delete those to start, don't leave unanswered things in a MS xml what MS? make a copy.cmd on the usb/floppy. at anytime it crashes or seems hung up hit Shift+F10, cd to the usb and type copy. That will grab all the logs and can then diagnose where it's hanging. cd /d %~dp0 @ECHO OFF robocopy %systemroot%\Panther /MIR %~dp0$Panther robocopy %systemroot%\System32\sysprep /MIR %~dp0$sysprep REM http://technet.microsoft.com/en-us/library/dd744535%28WS.10%29.aspx robocopy %WINDIR%\Setup\State\State.ini /MIR %~dp0$State.ini Exit -
as myseldiem said %SystemDrive%\APPS is replaced completely in the Appswitch.dat by Se7en_UA program anywhere it finds the APPS folder, if it is on dvd then thats where it will use. Starting out that may be on any drive but it then copies to your dvd. Look at my Link in my signature App Installer View, thats 1 harddrive location I have and my dvd. Runs much faster from HD. On the error, delete the Se7en_UA.ini restart the Se7en_UA and it will create new. attach to my sticky so more can help in case i'm offline EDIT: You must either copy your Win 7 dvd or the complete dvd from folder on your drive. I keep copies of all my dvd's like in D:\CD_DVD and copies much faster from there Cannot copy an iso
-
1. image already mounted - add the right cick .wim - go to uaDVD\sources - right click on any .wim and run both zMountdir Cleanup - then delete the Se7en_UA\zMountDir - restart Se7en_UA and it creates new zMountdir. Guess still need to work on that I haven't had that here since last changes 2. That I am not understanding. I ran it yesterday on my XP Pentium 4, 3 Ghz, 3Gb ram and it took about 15-20 mins to pack but I didn't add anything just removed some languages and I used the compress 3. I corrected Se7en_UA report yesterday about the time it takes. next ver Is it possible for you to create a Mediafire account? would help make it easier on me to just transfer to mine. From skydrive I have to download and then upload to mine. How was we doing the cmds again? should we need to create separate? I been busy with the app and haven't had time to do mine at all. Like this maybe? 7background_Cmds_French.rar - don't need Timeline.txt since its cured 7background_dlls_French.rar rar or zip don't matter, zip you can do with Windows
-
Thats what so great about VM, all you lose is time. 1 mistake in xml will take you down or BSOD. Been there many times perfecting my xml strategy make a copy.cmd on the usb. at anytime it crashes or seems hung up hit Shift+F10, cd to the usb and type copy. That will grab all the logs and can then diagnose where it's hanging. cd /d %~dp0@ECHO OFF robocopy %systemroot%\Panther /MIR %~dp0$Panther robocopy %systemroot%\System32\sysprep /MIR %~dp0$sysprep REM http://technet.microsoft.com/en-us/library/dd744535%28WS.10%29.aspx robocopy %WINDIR%\Setup\State\State.ini /MIR %~dp0$State.ini Exit
-
<!-- This document was created with Syntext Serna Free. ? To me just first 4-5 components don't look right at all. I built all mine with Sim though its a pain at 1.5gb. Mine <component name="Microsoft-Windows-International-Core-WinPE" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> yours <component xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="Microsoft-Windows-International-Core-WinPE" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS"> See how things are out of place? I'd try the Sample.xml and adjust as needed or click the Sample xml link down in my Signature where i have 2 Full sample xmls, get one and modify for you. on password you would add the Onerror or Always
-
sorry Ben but this must be said about UAC Thats exactly what I have is more of that than the average user Has anyone ever seen that movie Idiocracy (2006) http://uk.imdb.com/title/tt0387808/ Kinda stupid and a little funny but I watched it one night and then I started thinking about the plot behind it but was already thinking these things with the 'Toyota Way' (which we don't hear no more for some unknown reason) out at work which is why the title caught my eye. The dumbing down of the world to an id*** level. Jeez I look around and thats what I am seeing. :w00t: Thats exactly what UAC is, I'm too stupid to maintain MY own computer? Here's your sign, wear it around your neck so when you are in the midst of Hard core Users we know who you are. I am in to Unattending and it's basically what all these programs do here is modify things so MY computer does what I want it to do, not what someone else thinks it should do. Thats for them users who shouldn't own a PC cause they can't update their Virus protection when it run's out, no clue. Firewall what is that? Backup uhhhh? I've seen too many of them Know all those things and have Sandboxie here, also VM with no Internet for testing that is. I also don't use the Administrator account(which is password protected) cause I know that that might get me out of a bind in some cases. I'm a PC geek, yes I admit it out at work they can make me do them things but here at home The UAC is off, but I can be back in 5 minutes if I think something went wrong. EDIT: And I'm going to trust Microsoft with all these things where we know by hard core experience that they can't
-
1. this will create the iso, thats 3rd problem I've seen with poweriso in these forums 2. 80mins to pack using 6.21? 11 mins for me when I used compress option but i have a good system finally. are you doing that from xp? better system you have is better for UA. I remember Vlite used to take forever removing hardly nothing 3. stalling I've had that and trying to remember, yes something with xml. remove your serials and attach here, I thought I had that fixed or maybe I only fixed my xml which has a lot more than most 4. you want the PC to boot to Windows welcome? I'd use audit and sysprep with shutdown. Get it right before you do that though. urie answered the other For anyone: If I want VM to pick up my usb then right immediately after I start the VM I unplug then plug back in and it usually attaches it, Win has to see the usb so it will use xml. If it don't then manually attach down at bottom, hit the reset. I like usb cause if it crashes I can go to another PC and fix, look through my posts above somewhere how to copy the errors logs and you can diagnose