Jump to content

myselfidem

Member
  • Posts

    2,515
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Switzerland

Everything posted by myselfidem

  1. You can see and use your "Lastsession.inf" at the root of your customized Windows! It's created when all the process has been done the first time with RT Se7en Lte. Cheers
  2. Hello! Your download link is not valid: WPI config.js! You can find some switches for silent installation here: Application Switches If your silent switches are correct you can use quotes with WPI - for some programs - , like this: cmds[pn]=['"%wpipath%\\Install\\ccleaner.exe" /S']; Cheers
  3. Many thanks! Don't worry, I make also errors, you know!! It seems that I've forgotten to tell you to use also this command: cscript c:\windows\system32\slmgr.vbs -ipk XXXXX-XXXXX-XXXXX-XXXXX-XXXXX cscript c:\windows\system32\slmgr.vbs -ato After restart the computer! Help about slmgr.vbs for Windows Vista: http://support.microsoft.com/kb/947241/en-us And for Windows 7 Slmgr.vbs Options Cheers
  4. I've made a new test and I see that you can use: C:\rt_7_lite_win7_Vista_x86.exe /qn Works fine! Cheers
  5. You can use "slmgr.vbs"! Navigate to %Windir%\System32\slmgr.vbs To see the options: smlgr /? To change the product key: Run command prompt as administrator and use this command: cscript %systemroot%\System32\slmgr.vbs -ipk XXXXX-XXXXX-XXXXX-XXXXX-XXXXX
  6. I've made an test with an component, "InboxGames": uninstall and install the same component with "OCSetup.exe" successfuly! I've used the command prompt as administrator with the following command: Uninstall the component: start /w %windir%\system32\ocsetup.exe InboxGames /uninstall /passive /norestart Install the component: start /w %windir%\system32\ocsetup.exe InboxGames /passive /norestart You can read the log file inside: %Windir%\Logs\CBS\CBS.logs
  7. Maybe you can find some help here: OCSetup Command-Line Options http://support.microsoft.com/kb/936209/en-us I don't know if that can help you, but the simple way is to install Silverlight like this: Choose your language for the silent installation: Example (French): silverlight.exe /lang=1036 /q
  8. Fine djpatch
  9. Just use /? or /help Inside: Start Menu | Run Example: C:\rt_7_lite_win7_Vista_x86_sp1.exe /? Result inside the dialog box: Extract the files inside a folder with the name you want and you can see inside the .msi file! C:\rt_7_lite_win7_Vista_x86_sp1.exe /extract:C:\RT Same thing for the .msi file for the silent install: C:\RT\rt_7_lite_win7_Vista_x86_sp1.msi /? Example: msiexec.exe /i "%systemdrive%\Install\rt_7_lit_win7_Vista_x86_sp1.msi" /qn (or qb) Cheers
  10. I think you are talking about install silently some programs with RT Se7en Lite! You can use 7z SFX Module and Tools You can also use W7T with Addons! Cheers
  11. @maxXPsoft Many thanks for the new release Se7en_UA 6.4.5! Works really perfectly! Slipstream SP1 (6.1.7601.17105) successfuly with my French Windows 7 Ultimate x86. Regards *Edit: It would be nice to automated cleaning the temp folders "SPslip" and "SPfile", because I see that I must do that myself with SP1.cmd?
  12. When I use WPI 8.1.0 and install Office 2007 on my unattended Windows XP Pro SP3 x86 (or on my Windows 7 x86 silent install), I have no problem and all is fine! No error messages and return code with WPI.log = 0 Cheers *Edit: Office 2007 Standard Edition with SP2 and some updates integrated (inside folder Updates).
  13. Many thanks xper ! Works fine now! Thanks for the new skin, nice! Regards
  14. It's needed to take care about this: bensam56 give help Note = If you have deleted some components, you need to make a fresh and new copy of your Windows 7 DVD and make all the process a new time!!! Because your are trying to integrate Service Pack 1 inside a folder with Windows 7 already customized!!
  15. Hello! I've tried successfuly! It's needed the correct Service Pack 1: x64 for Windows 7 x64 and x86 for Windows 7 x86! Check if you have selected the correct Service Pack 1 for the integration! Download link Service Pack 1 (English) You must select the language you need for the Service Pack 1: Example SP1: for me French Help about Service Pack 1 Rockers Team *Edit: Extract the files inside the ISO ( SP1) to a folder, and after you can select x64 SP1 or x86 SP1 for the integration, if you have downloaded the 7601.17105.100929-1730-3_Update_Sp_Wave1-RC1SP1.1_DVD.iso
  16. I have also an error, even if I delete all the cookies, when I want see "Latest Forum Posts" on the Front Page The error code is with Internet Explorer 8: [#404] Sorry, we could not locate the page you are requesting to view. Please click here to return back to the forum's home I need to register if I want see the latest forum posts!
  17. @xfattonyx Maybe that can help you! First check if your HDD is working properly! I've made an test and I've modded the "Autounattend.xml" like this and works fine: Example for Windows 7 Ultimate x86. Adapt to your needs! <?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="x86" 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>fr-FR</UILanguage> </SetupUILanguage> <InputLocale>100c:0000100c</InputLocale> <SystemLocale>fr-FR</SystemLocale> <UILanguage>fr-FR</UILanguage> <UserLocale>fr-FR</UserLocale> <UILanguageFallback>fr-FR</UILanguageFallback> </component> <component name="Microsoft-Windows-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Diagnostics> <OptIn>false</OptIn> </Diagnostics> <DiskConfiguration> <WillShowUI>Always</WillShowUI> <Disk> <DiskID>0</DiskID> <WillWipeDisk>true</WillWipeDisk> <CreatePartitions> <CreatePartition> <!-- Create the system partition--> <Order>1</Order> <Type>Primary</Type> <Size>100</Size> </CreatePartition> <!-- Create the Windows partition and fill the rest of the hard disk --> <CreatePartition> <Order>2</Order> <Type>Primary</Type> <Extend>true</Extend> </CreatePartition> </CreatePartitions> <ModifyPartitions> <!-- Modify the system partition--> <ModifyPartition> <Order>1</Order> <PartitionID>1</PartitionID> <Format>NTFS</Format> <Label>System</Label> </ModifyPartition> <!-- Modify the Windows partition --> <ModifyPartition> <Order>2</Order> <PartitionID>2</PartitionID> <Format>NTFS</Format> <Label>Windows</Label> <Active>true</Active> </ModifyPartition> </ModifyPartitions> </Disk> </DiskConfiguration> <Display> <ColorDepth>32</ColorDepth> <HorizontalResolution>1280</HorizontalResolution> <VerticalResolution>1024</VerticalResolution> <RefreshRate>60</RefreshRate> </Display> <DynamicUpdate> <Enable>false</Enable> <WillShowUI>OnError</WillShowUI> </DynamicUpdate> <ImageInstall> <OSImage> <InstallFrom> <MetaData wcm:action="add"> <Key>/IMAGE/NAME</Key> <Value>Windows 7 ULTIMATE</Value> </MetaData> </InstallFrom> <InstallToAvailablePartition>false</InstallToAvailablePartition> </OSImage> </ImageInstall> <UserData> <AcceptEula>true</AcceptEula> <FullName>Your full name</FullName> <Organization>Se7en</Organization> <ProductKey> <Key>XXXXX-XXXXX-XXXXX-XXXXX-XXXXX</Key> <WillShowUI>OnError</WillShowUI> </ProductKey> </UserData> <EnableFirewall>true</EnableFirewall> <EnableNetwork>true</EnableNetwork> </component> </settings> <settings pass="offlineServicing"> <component name="Microsoft-Windows-LUA-Settings" processorArchitecture="x86" 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="generalize"> <component name="Microsoft-Windows-PnpSysprep" processorArchitecture="x86" 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="x86" 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></Home_Page> <BlockPopups>no</BlockPopups> <CompanyName>Se7en</CompanyName> <FavoritesOnTop>true</FavoritesOnTop> <FilterLevel>High</FilterLevel> <Help_Page></Help_Page> <DisableFirstRunWizard>true</DisableFirstRunWizard> <DisableWelcomePage>true</DisableWelcomePage> <PlaySound>false</PlaySound> <ShowInformationBar>false</ShowInformationBar> <UserAgent>UAtest</UserAgent> <Window_Title_CN>Se7en_UA</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=fr</ScopeUrl> </Scope> </SearchScopes> </component> <component name="Microsoft-Windows-RemoteAssistance-Exe" processorArchitecture="x86" 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="x86" 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="x86" 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>Se7en</ComputerName> <ProductKey>XXXXX-XXXXX-XXXXX-XXXXX-XXXXX</ProductKey> <RegisteredOrganization>Se7en</RegisteredOrganization> <RegisteredOwner>Full Name</RegisteredOwner> <Display> <ColorDepth>32</ColorDepth> <HorizontalResolution>1280</HorizontalResolution> <VerticalResolution>1024</VerticalResolution> </Display> </component> </settings> <settings pass="oobeSystem"> <component name="Microsoft-Windows-International-Core" processorArchitecture="x86" 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>fr-FR</SystemLocale> <UILanguage>fr-FR</UILanguage> <UserLocale>fr-FR</UserLocale> <UILanguageFallback>fr-FR</UILanguageFallback> <InputLocale>100c:0000100c</InputLocale> </component> <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x86" 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> <ColorDepth>32</ColorDepth> <HorizontalResolution>1280</HorizontalResolution> <VerticalResolution>1024</VerticalResolution> </Display> <RegisteredOrganization>Se7en</RegisteredOrganization> <RegisteredOwner>Full Name</RegisteredOwner> <TimeZone>W. Europe Standard Time</TimeZone> <AutoLogon> <Enabled>true</Enabled> <LogonCount>9999999</LogonCount> <Username>myselfidem</Username> <Password> <Value>cQB3AGUAcgB0AHoAUABhAHMAcwB3AG8AcgBkAA==</Value> <PlainText>false</PlainText> </Password> </AutoLogon> <FirstLogonCommands> <SynchronousCommand wcm:action="add"> <Order>1</Order> <Description>Password never expires</Description> <CommandLine>cmd /C wmic useraccount where "name='myselfidem'" set PasswordExpires=FALSE</CommandLine> </SynchronousCommand> </FirstLogonCommands> <OEMInformation> <Logo>%WINDIR%\System32\oemlogo.bmp</Logo> <Manufacturer>Se7en</Manufacturer> <Model>Unattended Seven</Model> <SupportHours>See Forums</SupportHours> <SupportPhone></SupportPhone> <SupportURL></SupportURL> </OEMInformation> <OOBE> <HideEULAPage>true</HideEULAPage> <NetworkLocation>Home</NetworkLocation> <ProtectYourPC>1</ProtectYourPC> </OOBE> <UserAccounts> <LocalAccounts> <LocalAccount wcm:action="add"> <Password> <PlainText>false</PlainText> <Value>cQB3AGUAcgB0AHoAUABhAHMAcwB3AG8AcgBkAA==</Value> </Password> <Group>Administrators</Group> <DisplayName>myselfidem</DisplayName> <Name>myselfidem</Name> </LocalAccount> </LocalAccounts> </UserAccounts> <VisualEffects> <FontSmoothing>ClearType</FontSmoothing> </VisualEffects> </component> <component name="Microsoft-Windows-Sidebar" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Gadget1>%PROGRAMFILES%\Windows Sidebar\Gadgets\Clock.Gadget</Gadget1> <Gadget2>%PROGRAMFILES%\Windows Sidebar\Gadgets\Calendar.Gadget</Gadget2> <Gadget3>%PROGRAMFILES%\Windows Sidebar\Gadgets\Weather.Gadget</Gadget3> </component> </settings> </unattend> I hope that can help you! *Edit: Of course the Product Key is valid only for the same PC. One product Key for one copy of Windows!
  18. Hello! Yes it's possible, if you inject the key and in this way you don't need to add this one inside "Autounattend.xml"! You need to mount the image (install.wim) you want and after use this command, empolying Dism.exe You need to have installed WAIK for Windows 7 first! Adapt to your needs (example for Windows 7 Ultimate x86 and temp mount folder called "test") Set_Product_Key.cmd @echo off echo ==Mounting Image Index:5 Windows 7 Ultimate== "C:\Program Files\Windows AIK\Tools\x86\Servicing\Dism.exe" /Mount-Wim /WimFile:"C:\win7pro\sources\install.wim" /Index:5 /MountDir:"C:\test" pause to see if ERROR echo. echo ==Set Valid ProductKey (or Default) for Windows 7 Ultimate== "C:\Program Files\Windows AIK\Tools\x86\Servicing\Dism.exe" /Image:"C:\test" /Set-ProductKey:XXXXX-XXXXX-XXXXX-XXXXX-XXXXX pause to see if ERROR echo. echo ==Unmount and Commit Image Index:5 Windows 7 Ultimate== "C:\Program Files\Windows AIK\Tools\x86\Servicing\Dism.exe" /Unmount-Wim /MountDir:"C:\test" /commit pause to see if ERROR Cheers
  19. Very nice coucou! Useful infos. Thanks
  20. Hello coucou! You can read some informations inside the "Unattendes Windows Setup Reference for Windows 7". Inside components | Microsft-Windows-Setup | DiskConfiguration | Type Extract: Cheers
  21. Hello! You can find some Tweaks for Windows 7 here: Windows 7 Registry Tweaks Cheers
  22. Maybe, you can try: "C:\Program Files\Windows AIK\Tools\x86\Servicing\Dism.exe" /Cleanup-Wim You can also find help here: http://www.howtogeek.com/howto/windows-vista/add-take-ownership-to-explorer-right-click-menu-in-vista/ How to Take Ownership & Grant Permissions to Access Files & Folder in Windows 7 *Edit: You can also try to remount the image dism /remount-wim /MountDir:<mountDir> Help about DISM How to use Windows 7 DISM by Muiz.
  23. Hello coucou! Thanks! Really nice software! I've made an .sfx file for the new version "ClassicShell_2.9.0.exe". Fully unattended without displaying windows! Works really fine! ClassicShell.sfx ClassicShell Web site Cheers
  24. Thanks! This one works fine also: <settings pass="oobeSystem"> <Themes> <ThemeName>aero</ThemeName> <DesktopBackground>%WINDIR%\Web\Wallpaper\Landscapes\img7.jpg</DesktopBackground> <DefaultThemesOff>false</DefaultThemesOff> </Themes> Cheers
  25. Y:\0\Windows AIK\Tools\amd64\Servicing>dism.exe /Unmount-Wim /MountDir:"Z:\y\RT_Mount" /Discard Deployment Image Servicing and Management tool Version: 6.1.7600.16385 Error: 87 The unmount-wim option is unknown. For more information, refer to the help by running DISM.exe /?. The DISM log file can be found at C:\Windows\Logs\DISM\dism.log You can try: "C:\Program Files\Windows AIK\Tools\amd64\Servicing\Dism.exe" /Cleanup-Wim pause to see if errors Cheers
×
×
  • Create New...