Jump to content

jbm

Member
  • Posts

    658
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by jbm

  1. The script run without errors for me. But I have to click ok for each line that is echoed. how can I get it to print to a file?
  2. When I right click a .wim file I don't see an entry to mount boot.wim index 2
  3. The first post says supported os windows 7 only
  4. is there much else in the folder? Do Flag3 and get whole folder or might try a APREG*.* APREG*.* fixed the error
  5. This line errors that APREG doesn't exist. Its a text file with no extention FLAG2=%SystemDrive%\Program Files (x86)\CyberLink\Power2Go\APREG Edited out other errors I had listed, turns out they were caused by having a double entry in my appswitch.dat file
  6. change like this [Cyberlink] REM http://www.gocyberlink.com/english/index.jsp REG ADD %KEY%\iAdd /VE /D "Cyberlink" /f REG ADD %KEY%\iAdd /V Inum /D "CMD /C Start /Wait %SystemDrive%\APPS\Cyberlink\PowerDVD10.exe" /f REG ADD %KEY%\iAdd /V Inum /D "CMD /C Start /Wait %SystemDrive%\APPS\Cyberlink\power2go.exe" /f FLAG1=HKLM\Software\Cyberlink FLAG1=HKCU\Software\Cyberlink FLAG1=HKLM\SOFTWARE\Wow6432Node\CyberLink FLAG2=%ProgramFiles%\CyberLink\Power2Go\APREG FLAG2=%ProgramFiles%\CyberLink\Power2Go\Power2Go.sim FLAG2=%ProgramFiles%\CyberLink\Power2Go\Power2GoExpress.sim FLAG2=%ProgramFiles%\CyberLink\Power2Go\Power2GoExpressServer.sim FLAG2=%SystemDrive%\Users\Public\CyberLink\OLReg\HKEY_CLASS_ROOT\CLSID\{397A21FB-EADF-4116-9027-32B8FA04C3E2}\Version\6.0\olreg.ini FLAG2=%ProgramFiles%\CyberLink\PowerDVD10\PowerDVD10.sim FLAG2=%ProgramFiles%\CyberLink\PowerDVD10\AudioFilter\CLAud.sim tried to paste that 1 line 2 times and it messes it up CLSID to force x64 all that is needed is to add _x64 to end of title EX: [ExamDiff_Pro_x64] I only add the _x64 if I'm installing a 64bit program not if I'm installing a 32bit one on a 64bit OS right?
  7. Trying out version 6.40 and I'm having a problem with FLAG2. The files are'nt being copied. Here's my entry in appswitch.dat [cyberlink] REM http://www.gocyberlink.com/english/index.jsp REG ADD %KEY%\iAdd /VE /D "Cyberlink" /f REG ADD %KEY%\iAdd /V Inum /D "CMD /C Start /Wait %SystemDrive%\APPS\Cyberlink\PowerDVD10.exe" /f REG ADD %KEY%\iAdd /V Inum /D "CMD /C Start /Wait %SystemDrive%\APPS\Cyberlink\power2go.exe" /f FLAG1=HKLM\Software\Cyberlink FLAG1=HKCU\Software\Cyberlink FLAG1=HKLM\SOFTWARE\Wow6432Node\CyberLink FLAG2=%SystemDrive%\%ProgramFiles(x86)%\CyberLink\Power2Go\APREG FLAG2=%SystemDrive%\%ProgramFiles(x86)%\CyberLink\Power2Go\Power2Go.sim FLAG2=%SystemDrive%\%ProgramFiles(x86)%\CyberLink\Power2Go\Power2GoExpress.sim FLAG2=%SystemDrive%\%ProgramFiles(x86)%\CyberLink\Power2Go\Power2GoExpressServer.sim FLAG2=%SystemDrive%\Users\Public\CyberLink\OLReg\HKEY_CLASS_ROOT\CLSID\{397A21FB-EADF-4116-9027-32B8FA04C3E2}\Version\6.0\olreg.ini FLAG2=%SystemDrive%\%ProgramFiles(x86)%\CyberLink\PowerDVD10\PowerDVD10.sim FLAG2=%SystemDrive%\%ProgramFiles(x86)%\CyberLink\PowerDVD10\AudioFilter\CLAud.sim when I run it thru the runonceex tester this is what I get Color 0A SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx REG ADD %KEY% /V TITLE /D "RunOnceEx - Testing Applications" /f REG ADD %KEY% /v Flags /t REG_DWORD /d "20" /f REG ADD %KEY%\1001 /VE /D "Cyberlink" /f REG ADD %KEY%\1001 /V 101 /D "CMD /C Start /Wait E:\APPS\Cyberlink\PowerDVD10\setup.exe /S /v/qn" /f REG ADD %KEY%\1001 /V 102 /D "CMD /C Start /Wait E:\APPS\Cyberlink\power2go\setup.exe /S /v/qn" /f REG ADD %KEY%\1001 /V 103 /D "REGEDIT /S E:\APPS\cyberlink\cyberlink1.reg" /f REG ADD %KEY%\1001 /V 104 /D "REGEDIT /S E:\APPS\cyberlink\cyberlink2.reg" /f REG ADD %KEY%\1001 /V 105 /D "REGEDIT /S E:\APPS\cyberlink\cyberlink3.reg" /f REG ADD %KEY%\1001 /V 106 /D "CMD /C XCOPY \"E:\APPS\cyberlink\APREG\" \"%SystemDrive%\%ProgramFiles(x86)%\CyberLink\Power2Go\" /I /H /R /Y" /f REG ADD %KEY%\1001 /V 107 /D "CMD /C XCOPY \"E:\APPS\cyberlink\Power2Go.sim\" \"%SystemDrive%\%ProgramFiles(x86)%\CyberLink\Power2Go\" /I /H /R /Y" /f REG ADD %KEY%\1001 /V 108 /D "CMD /C XCOPY \"E:\APPS\cyberlink\Power2GoExpress.sim\" \"%SystemDrive%\%ProgramFiles(x86)%\CyberLink\Power2Go\" /I /H /R /Y" /f REG ADD %KEY%\1001 /V 109 /D "CMD /C XCOPY \"E:\APPS\cyberlink\Power2GoExpressServer.sim\" \"%SystemDrive%\%ProgramFiles(x86)%\CyberLink\Power2Go\" /I /H /R /Y" /f REG ADD %KEY%\1001 /V 110 /D "CMD /C XCOPY \"E:\APPS\cyberlink\olreg.ini\" \"%SystemDrive%\Users\Public\CyberLink\OLReg\HKEY_CLASS_ROOT\CLSID\{397A21FB-EADF-4116-9027-32B8FA04C3E2}\Version\6.0\" /I /H /R /Y" /f REG ADD %KEY%\1001 /V 111 /D "CMD /C XCOPY \"E:\APPS\cyberlink\PowerDVD10.sim\" \"%SystemDrive%\%ProgramFiles(x86)%\CyberLink\PowerDVD10\" /I /H /R /Y" /f REG ADD %KEY%\1001 /V 112 /D "CMD /C XCOPY \"E:\APPS\cyberlink\CLAud.sim\" \"%SystemDrive%\%ProgramFiles(x86)%\CyberLink\PowerDVD10\AudioFilter\" /I /H /R /Y" /f The files aren't copied from my programfile folder to my apps folder or, if I manually copy them into my apps they aren;t copied during installation. found part if not all of my problem. Its the %SystemDrive%\%ProgramFile% which causes a C:\C:\program files in the final output
  8. Using Autounattend.xml I boot to audit mode using the administrator account. I install some apps and make other changes. The computer reboots after completing one of the run syncronous commands. When I reboots it tries to logon to the account named jim instead of the adminstrator account. If I enter administrator and password it boots up and continues on. Why doesn't it reboot into the administrator account? The jim account is in oobeaudit.xml which I dont use until I run sysprep. Found my problem, These xml files are good. The problem was I as importing a reg file at the wrong time. autounattend.xml <?xml version="1.0" encoding="utf-8"?> <unattend xmlns="urn:schemas-microsoft-com:unattend"> <settings pass="windowsPE"> <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"> <SetupUILanguage> <UILanguage>en-US</UILanguage> </SetupUILanguage> <InputLocale>0409:00000409</InputLocale> <SystemLocale>en-US</SystemLocale> <UILanguage>en-US</UILanguage> <UserLocale>en-US</UserLocale> </component> <component name="Microsoft-Windows-Setup" 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"> <ComplianceCheck> <DisplayReport>Never</DisplayReport> </ComplianceCheck> <Diagnostics> <OptIn>false</OptIn> </Diagnostics> <DiskConfiguration> <WillShowUI>Always</WillShowUI> </DiskConfiguration> <Display> <ColorDepth>32</ColorDepth> <HorizontalResolution>1200</HorizontalResolution> <VerticalResolution>800</VerticalResolution> </Display> <DynamicUpdate> <Enable>true</Enable> <WillShowUI>OnError</WillShowUI> </DynamicUpdate> <ImageInstall> <OSImage> <InstallFrom> <MetaData wcm:action="add"> <Key>/IMAGE/NAME</Key> <Value>Windows 7 ULTIMATE</Value> </MetaData> </InstallFrom> </OSImage> </ImageInstall> <UserData> <AcceptEula>true</AcceptEula> <FullName>jim</FullName> <Organization>home</Organization> <ProductKey> <Key>removed</Key> <WillShowUI>OnError</WillShowUI> </ProductKey> </UserData> </component> </settings> <settings pass="offlineServicing"> <component name="Microsoft-Windows-LUA-Settings" 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"> <EnableLUA>false</EnableLUA> </component> </settings> <settings pass="auditSystem"> <component name="Microsoft-Windows-Shell-Setup" 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"> <AutoLogon> <Enabled>true</Enabled> <LogonCount>5</LogonCount> <Username>administrator</Username> <Password> <Value>YwAzADUAYQBiAGwAYgBQAGEAcwBzAHcAbwByAGQA</Value> <PlainText>false</PlainText> </Password> </AutoLogon> <Display> <DPI>96</DPI> <ColorDepth>32</ColorDepth> <HorizontalResolution>1200</HorizontalResolution> <VerticalResolution>800</VerticalResolution> </Display> <UserAccounts> <AdministratorPassword> <Value>YwAzADUAYQBiAGwAYgBBAGQAbQBpAG4AaQBzAHQAcgBhAHQAbwByAFAAYQBzAHMAdwBvAHIAZAA=</Value> <PlainText>false</PlainText> </AdministratorPassword> </UserAccounts> </component> </settings> <settings pass="auditUser"> <component name="Microsoft-Windows-Deployment" 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"> <RunSynchronous> <RunSynchronousCommand wcm:action="add"> <Order>400</Order> <Path>cmd /C start /wait %systemdrive%\Install\AuditUser.cmd</Path> </RunSynchronousCommand> <RunSynchronousCommand wcm:action="add"> <Order>401</Order> <Path>cmd /C start /wait %systemdrive%\Install\installapps.cmd</Path> </RunSynchronousCommand> <RunSynchronousCommand wcm:action="add"> <Order>402</Order> <Path>cmd /C start /wait %systemdrive%\Install\clean.cmd</Path> <WillReboot>Always</WillReboot> </RunSynchronousCommand> <RunSynchronousCommand wcm:action="add"> <Order>403</Order> <Path>cmd /C start /wait %systemdrive%\Install\sysprep.cmd</Path> </RunSynchronousCommand> </RunSynchronous> </component> </settings> <settings pass="oobeSystem"> <component name="Microsoft-Windows-Deployment" 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"> <Reseal> <ForceShutdownNow>false</ForceShutdownNow> <Mode>Audit</Mode> </Reseal> </component> </settings> <cpi:offlineImage cpi:source="wim:c:/se7en_ua/uadvd/sources/install.wim#Windows 7 ULTIMATE" xmlns:cpi="urn:schemas-microsoft-com:cpi" /> </unattend> <!-- Another Unattended Se7en_UA install by MaxXPsoft --> oobeaudit.xml <?xml version="1.0" encoding="utf-8"?> <unattend xmlns="urn:schemas-microsoft-com:unattend"> <settings pass="generalize"> <component name="Microsoft-Windows-PnpSysprep" 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"> <PersistAllDeviceInstalls>true</PersistAllDeviceInstalls> </component> </settings> <settings pass="specialize"> <component name="Microsoft-Windows-IE-InternetExplorer" 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"> <Home_Page>http://www.msfn.org</Home_Page> <CompanyName>Home</CompanyName> <FavoritesOnTop>true</FavoritesOnTop> <FilterLevel>Medium</FilterLevel> <Help_Page>http://www.msfn.org</Help_Page> <PlaySound>false</PlaySound> <ShowInformationBar>false</ShowInformationBar> <UserAgent>UAtest</UserAgent> <Window_Title_CN>That Guy</Window_Title_CN> <SearchScopes> <Scope wcm:action="add"> <ScopeDefault>true</ScopeDefault> <ScopeDisplayName>Google</ScopeDisplayName> <ScopeKey>Search1</ScopeKey> <ScopeUrl>http://www.google.com/advanced_search?hl=en</ScopeUrl> </Scope> </SearchScopes> <BlockPopups>yes</BlockPopups> <DisableFirstRunWizard>true</DisableFirstRunWizard> <ShowCompatibilityViewButton>false</ShowCompatibilityViewButton> <SuggestedSitesEnabled>false</SuggestedSitesEnabled> </component> <component name="Microsoft-Windows-RemoteAssistance-Exe" 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"> <fAllowFullControl>false</fAllowFullControl> <fAllowToGetHelp>false</fAllowToGetHelp> </component> <component name="Microsoft-Windows-Security-SPP-UX" 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"> <SkipAutoActivation>true</SkipAutoActivation> </component> <component name="Microsoft-Windows-Shell-Setup" 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"> <ComputerName>front</ComputerName> <ProductKey>removed</ProductKey> <RegisteredOrganization>Microsoft</RegisteredOrganization> <RegisteredOwner>AutoBVT</RegisteredOwner> <Display> <ColorDepth>32</ColorDepth> <HorizontalResolution>1200</HorizontalResolution> <VerticalResolution>800</VerticalResolution> <DPI>96</DPI> </Display> <CopyProfile>true</CopyProfile> <ShowWindowsLive>false</ShowWindowsLive> <TimeZone>Mountain Standard Time</TimeZone> </component> </settings> <settings pass="oobeSystem"> <component name="Microsoft-Windows-International-Core" 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"> <SystemLocale>en-US</SystemLocale> <UILanguage>en-US</UILanguage> <UserLocale>en-US</UserLocale> <InputLocale>en-US</InputLocale> </component> <component name="Microsoft-Windows-Shell-Setup" 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"> <Display> <DPI>96</DPI> <ColorDepth>32</ColorDepth> <HorizontalResolution>1200</HorizontalResolution> <VerticalResolution>800</VerticalResolution> </Display> <RegisteredOrganization>Home</RegisteredOrganization> <RegisteredOwner>jim</RegisteredOwner> <TimeZone>Mountain Standard Time</TimeZone> <OEMInformation> <Logo>C:\Windows\System32\oemlogo.bmp</Logo> <Manufacturer>Jim</Manufacturer> <Model>My Computer</Model> <SupportHours>Anytime, visit the Forums</SupportHours> <SupportPhone>none</SupportPhone> <SupportURL>http://www.msfn.org</SupportURL> </OEMInformation> <OOBE> <HideEULAPage>true</HideEULAPage> <NetworkLocation>Home</NetworkLocation> <ProtectYourPC>1</ProtectYourPC> <HideWirelessSetupInOOBE>true</HideWirelessSetupInOOBE> </OOBE> <VisualEffects> <FontSmoothing>ClearType</FontSmoothing> </VisualEffects> <ShowWindowsLive>false</ShowWindowsLive> <Themes> <DesktopBackground>%SystemDrive%\Windows\Web\Wallpaper\ZA-wp2.jpg</DesktopBackground> <DefaultThemesOff>false</DefaultThemesOff> <ThemeName>Windows 7</ThemeName> </Themes> <AutoLogon> <Password> <Value>YwAzADUAYQBiAGwAYgBQAGEAcwBzAHcAbwByAGQA</Value> <PlainText>false</PlainText> </Password> <Enabled>true</Enabled> <LogonCount>5</LogonCount> <Username>jim</Username> </AutoLogon> <UserAccounts> <AdministratorPassword> <Value>YwAzADUAYQBiAGwAYgBBAGQAbQBpAG4AaQBzAHQAcgBhAHQAbwByAFAAYQBzAHMAdwBvAHIAZAA=</Value> <PlainText>false</PlainText> </AdministratorPassword> <LocalAccounts> <LocalAccount wcm:action="add"> <Password> <Value>YwAzADUAYQBiAGwAYgBQAGEAcwBzAHcAbwByAGQA</Value> <PlainText>false</PlainText> </Password> <DisplayName>jim</DisplayName> <Group>Administrators</Group> <Name>jim</Name> </LocalAccount> </LocalAccounts> </UserAccounts> </component> </settings> <cpi:offlineImage cpi:source="wim:c:/se7en_ua/uadvd/sources/install.wim#Windows 7 ULTIMATE" xmlns:cpi="urn:schemas-microsoft-com:cpi" /> </unattend> <!-- Another Unattended Se7en_UA install by MaxXPsoft -->
  9. It worked after a fashion, sysprep didn't start and I had to paste the command in a cmd window. I thinks it might be because Nero 9 is still being installed when cleanup.cmd is finished. I put timeout in cleanup.cmd to wait for nero but sysprep still didn't start unless I pasted the line in s cmd window.
  10. Think your problem may be the /quiet Check this article and it explains to place the sysprep.xml in sysprep folder then delete with setupcomplete.cmd So place in a $OEM$\$$\System32\sysprep folder and it will copy in at finalize http://www.ehow.com/how_5392616_sysprep-machine-start-finish-v2.html Thanks, I was following another tutorial how to image a system then apply it. Anyway aboult half way thru the install I got an error about duplicate entries in my unattended.xml. I checked but couldn't see any. I used dism to remove all the unattended.xml files in the image. now I'm trying it in vmware, should of done that in the first place instead of using my real system.
  11. I would like to install my apps in audit mode then shutdown the system and capture an image of the disk. Do I need to change this line in the cleanup.cmd REM To Generalize erase above line and use this %windir%\system32\sysprep\sysprep.exe /generalize /oobe /reboot /quiet /unattend:%DVDroot%\OOBEAudit.xml to REM To Generalize erase above line and use this %windir%\system32\sysprep\sysprep.exe /generalize /oobe /shutdown /quiet /unattend:%DVDroot%\OOBEAudit.xml The answer to the above is no, I just got an incorrect usage error. If I used the first line it worked. So how do I have it shut down after installing my apps and generalizing the sdydtem? Also am I right in thinking that cleanup.cmd will run in the audituser pass? And wh I apply the image to a new drive and boot it will run the oobesystem pass.
  12. If you have the rarreg.key file in the same directory your installing winrar from it will self register. Thanks but, is there a way to add it to the exe while keeping all the settings in the exe like where to install etc? I'm making a unattended disc of windows and I'm not sure where it puts the programs on the disc. I don't know how to modify the exe. Are you using a program like RT Seven lite to build your unattended DVD? If so which one? Surely it should be a simple matter to find where the programs to be installed are placed. Yeah I'm using RT 7 Lite. I thought it would be easy as well But I have searched through the whole dvd manually and using search and the files are not there. They most of been packed inside of a data pack file or something? I'm not at all familiar with RT 7 Lite. Why don't you post a reply in the sticky askiing your question.
  13. found a problem with some of the enteries in the Appswitch.dat file. If there's no space between the last " and the /f at the end the REG ADD command puts a /f at the end of the entry in the registry. I was using the runonceex tester and found the error in one of my entries and noticed it in others.
  14. If you have the rarreg.key file in the same directory your installing winrar from it will self register. Thanks but, is there a way to add it to the exe while keeping all the settings in the exe like where to install etc? I'm making a unattended disc of windows and I'm not sure where it puts the programs on the disc. I don't know how to modify the exe. Are you using a program like RT Seven lite to build your unattended DVD? If so which one? Surely it should be a simple matter to find where the programs to be installed are placed.
  15. If you have the rarreg.key file in the same directory your installing winrar from it will self register.
  16. I've ran it about 3 times under win7 x64 with no problems. Just get a short message advising to run under the admin account. Alo have UAC turned off. Haven't seen the errors you've seen but it's neen a few months or more since I've messed with it..
  17. As far as I can tell it worked ok. Guess I won't know for sure until I do an install.
  18. I have to computer one with a Si3124 controller the other with a Si3114 controller some of the driver files have the same name but different sizes or versions. This gave me problems in XP and I wasn't able to include both on my unattended CD. Anyone know if this the case with windows 7? I'm using the 64bit version if that matters. Thanks for you help JBM
  19. @ maxXPsoft The items under the servicing tab are disabled during editing of the autounattend.xml file. I tried it under all four versions on my DVD Ultimate, Pro, Home Prem, and Home basic. Should they be? Just thought I'd ask, it's been that way since I sarted using se7en_UA and I know they can be enabled/disabled under packages and tweaks. Another curios thing when I save the xml file all the checkboxes on that page are briefly checked then unchecked after I press the save botton.
  20. I'm running it from win 7 64 bit One other thing I had disabled pausing but it still paused on this error. Which was good but unexpected. Another minor thing I noticed ( maybe its on purpose) Whin I right click a wim file "Boot.wim 1 mount R/W = Sefault" used to read "Boot.wim 2 mount R/W = Sefault" It still mounts boot.wim index 2 though
  21. Just tried this new version and recieved the following error when I finalized the image Deployment Image Servicing and Management tool Version: 6.1.7600.16385 Error: 87 The /mountdir option is not recognized in this context. For more information, refer to the help. The DISM log file can be found at C:\Windows\Logs\DISM\dism.log Deployment Image Servicing and Management tool Version: 6.1.7600.16385 Image File : C:\Se7en_UA\uaDVD\sources\install.wim Image Index : 4 Saving image [==========================100.0%==========================] Unmounting image [==========================100.0%==========================] The operation completed successfully. Pause to see if ERROR. Copy Error and let me know Press any key to continue . . .
  22. I've only been able to install applications during windows 7 setup by using Se7en_UA, Or by putting a delay in the process so the desktop gets setup. I call the following in firstlogon in my xml file. I got this idea from my use of se7en_UA. Its a great program. runonceex.cmd cmdow @ /HID timeout /T 320 regedit /S %SystemDrive%\Install\runonceex.reg timeout /T 5 rundll32.exe %SystemDrive%\Windows\System32\iernonce.dll,RunOnceExProcess exit If I don't have the delay the desktop doesn't get setup properly. Note the desktop doesn't appear until the apps are all installed. I don't see why you couldn't use a batch file in stead of runonceex.
  23. I got that error when I tried to inject this update using dism, Windows6.1-KB971033-x64.msu update for windows activation technologies. I redownloaded it from Miscrosoft and the error went away. I'm running on an win7 x64 ultimate processing an image of the same. Edit: I was usiong the se7en_UA utility when I get the error.
  24. Feature Name : OEMHelpCustomization State : Disabled Nom de la fonctionnalit‚ : OEMHelpCustomization tat : D‚sactiv‚ Oops, language got us. Let me think on that one. I'm sure the component name will be same regardless OEMHelpCustomization Perhaps a list depending on version like Ultimate, Premium and such instead of exporting that list. That is the downside to this. I do things in order looking for certain things to exist and then it moves on depending on that. If you go from start to finish most won't encounter much problems. Really don't know how to get around that cause so many will do different things and it is hard to second guess. Sort of like using Vlite and then use RT7, he don't know what the other app done and he looks for certain things according to what his process is to advance. I'm in the same situation. If something need's to be added then I'll certainly add it perhaps after a discussion on the merits. If I can make this better and you see the way I certainly will listen I wasn't even sure if thats what you had in mind. The (can't call them bugs)features are easy to get around. Just have to remember to go through all the steps even if there already checked. Don't know if it would work but couldn't I remove everything from the saved $oem$ directory except for the cmd files and anything that wasn't placed there by se7en EDIT: found that if I already have a setupcomplete.cmd in my $OEM$ folder to be copied, the non msu files remain in the HFixes directory and the lines that Se7en normally had to setupcomplete.cmd aren't. IF I'm the only one that sees a use for this thats ok because it's easy to get get arround the errors caused by this.
×
×
  • Create New...