
myselfidem
MemberContent Type
Profiles
Forums
Events
Everything posted by myselfidem
-
Hello winterstorm! You can read the RT Se7en Lte French guide updated if you want: RT Se7en Lite French guide About the key inside some images. I've used the default key for Windows 7 Ultimate. Everyone can use this key for an unattended install. Of course after 30 days it's needed to validate the Windows 7 copy with the original key. You can find these keys inside: %DVD%\sources\product.ini Many thanks about your advice! Regards
-
Hello! I've made successfuly an installation with RT Se7en Lite for x64! No problems found to start the program! I think you can try: 1) Delete "dism.log" file inside "C:\Programs\Logs\DISM\dism.log". The file will be created a new time with DISM! 2) Mount the image you want with DISM (index number) 3) Create an tempory file, example "C:\test" 3) Use "Command for deploiement tools" as Administrator. Browse to the Dism for amd64. 4) Select the path where is located "install.wim" cd.. cd amd64 cd Servicing >Dism.exe /Mount-Wim /WimFile:"C:\Win7\sources\install.wim" /index:4 /MountDir:"C:\test" 5) If you get errors, you can post the "dism.log" created as attachment. 6) Unmount = >Dism.exe /Unmount-Wim /MountDir:"C:\test" /Commit (or Discard) Regards *Edit: Before to try mounting the image, see inside your %temp% folder if there are RT_Mount and RT_Mount_Boot! If you see these folders, you can use: >Dism.exe /UnMount-Wim /MountDir:%temp%\RT_Mount /Discard >Dism.exe /UnMount-Wim /MountDir:%temp%\RT_Mount_Boot /Discard If you get no success, use: >Dism.exe /Cleanup-Wim After: You can try to create a new temp folder for RT Se7en Lite like "C:\RT_TEMP" and select this one to mount the images when you launch RT Se7en Lite!
-
Migrating to Win7 and WPI 8.03
myselfidem replied to coucou's topic in Windows Post-Install Wizard (WPI)
Hello coucou! You can download the "Tools archive" with CDSwitch include, but I see that it is missing! Weird If you have an older WPI version you have it, but with "Tools"! Tools archive Norton Internet Security 2010 try to delete the "CDSwitch.exe" and "CDswitchGenerator.exe" files because detection "Downloader"; inside my older DVD with Windows XP! But it's a false positive: CDSwitch.exe (download) Regards -
I found: 1) If you keep the monted folders inside %temp% as default you can use "Secure files"! 2) If the temp folder is an other part like "%SystemDrive%\RT_TEMP" this feature doesn't work! It's not possible to use "Secure files"!! I think it's possible to save only files located inside system32! After some seraching,you can find the drivers inside (Windows x86): You can save the dll's working for Adaptive Brigtness, and do not select inside "Features removal\Services": "Adaptive Brightness: Windows 7 DLL File Information I hope that will help you!
-
Ok! I will make some search! I think you must choose the files inside the mounted folder inside "%userprofile%\%temp%" or your new temp folder created; example: "%SystemDrive%\RT_TEMP" It seems useful for dll's inside System32: RT Se7en Lite tutorials: How to secure files using RT Seven Lite? Regards
-
Hello! A - If you want to remove all Gadgets: Inside "Features removal" 1) On right pane = Deselect: "Windows Sidebar&Gadgets" 2) On left pane = Select: "Windows Sidebar" 3) If you want restore use the button "Revert" 4) You can see after inside "Customization section", with the tab "Gadgets" that the lines are write in dark. That means there will be removed. 5) Do the reverse operation to restore B - If you want only remove unwanted Gadgets 1) Inside Customization section a - click the text Here (to delete before commit) or select the button "Delete". A window is open and you can choose the Gadgets you want to delete You must takeOwnership for the folders b - Delete all the files inside the folder and after delete the folder Now you have only the Gadgets you want to install and the Gadgets deleted were displayed with an red icons Cheers
-
Many thanks winterstorm! Thanks for your suggestions! I will modify the guide! I see a little "bug" because when I use temporary folder inside "C:\RTtemp" (my example) I have two "Lastsession.inf" created! One file created inside my Windows customized folder location (always "Lastsession.inf" without number); and another inside: %SystemDrive%\Programs\Rockers Team\RT Lite x86\Preset\Lastsession(X).inf If it's your case you can delete this one inside your folder location befor create the iso file! I tell you when the new guide is made! Thank you again! *Edit: New with RT Se7en Lite 1.5.0 RC = the path for the "Lastsession(X).inf" is modded, now: "%SystemDrive%\Programs\Rockers Team\RT 7 Lite x86\Preset\Laatsession(X).inf" And the last "Lastsession.inf" file inside the folder location where is Windows 7 customized is here to have an easy access for this one It's not a bug, but it's new!
-
Many Thanks winterstorm! If you use the same modded image already customized you have the same parameters! You need to do an new copy Windows 7 inside your folder and launch a new time RT Se7en Lite! Because if at first time IE8 has been removed you can't have IE8 another time! You need to make a fresh Windows 7 copy! 1) To Remove= it's needed to deselect a feature on the right pane and after select an component on left pane to remove it . 2) To Add= deselect an component on left pane to enable a feature (select) on right pane. I will update the "RT Se7en Lite French guide" with more informations! Regards
-
I think I understand! RT Se7en Lite copy only the exe files and no all others files and folders! You can see that if you mount the image you have customized. The applications needs to be Standalone or SFX or RAR archive self extracting to be installed! You can see the programs inside: "Mounted Folder\Windows\Setup\scripts" after mounting your image (install.wim) Regards
-
My Computer and Show Desktop lost icons
myselfidem replied to Sp0iLedBrAt's topic in Wallpapers & Icons
Hello Sp0iLedBrAt I think you can just copy the original file "Explorer.exe" (SP3)[6.00.2900.5512 (xpsp.080413-2105)] inside "C:\WINDOWS" Cheers -
Overwrite some files when copied to empty location ?
myselfidem replied to Ponch's topic in Windows XP
I use also this reg file for Copy a Folder to Another Folder and Retain its Permissions: Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer] "ForceCopyAclwithFile"=dword:00000001 -
Overwrite some files when copied to empty location ?
myselfidem replied to Ponch's topic in Windows XP
Hello! Maybe the problem is happening with the cache memory or with the buffer: http://en.wikipedia.org/wiki/Cache Data buffer Some times I use this reg file to clear Page File: Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management] "ClearPageFileAtShutdown"=dword:00000001 Regards -
My Computer and Show Desktop lost icons
myselfidem replied to Sp0iLedBrAt's topic in Wallpapers & Icons
Fine Sp0iLedBrAt -
My Computer and Show Desktop lost icons
myselfidem replied to Sp0iLedBrAt's topic in Wallpapers & Icons
Hello! Maybe you can try: Right-click on the Desktop; select: Properties; Desktop: Customize Desktop and select: My Computer; validate:OK. I give you new reg file! I hope that will help you! -
@winterstorm Hello! About your PM's questions! To use safely RT Se7en Lite you can choose "Custom settings" and it's needed to take care when you select "Advanced settings"! If you've made errors, you must delete your folders where is located Windows (example: C:\Win7) and make an new Windows DVD copy, because RT Se7en Lite use the same modded folder - already customized - to create a new time your unattended DVD ! You can post your "Lastsession.inf" (see inside: %systemdrive%\Program Files\RT 7 Lite\Preset\Lastsession(X).inf [example for x86]) and bensam56 and members can give you more help! I will make an new "RT Se7en Lite French guide", and I tell you you when it's done! Cheers *Edit: The new path for the "Lastsession(X).inf" is: %SystemDrive%\Programs\Rockers Team\RT 7 Lite x86\Preset\Lastsession(X).inf
-
@Maxfutur I will try how HFSLIP works now! Cheers
-
Hello! I've found the reason! Using unattended method for Windows 7: if I use the new file "tokens.dat" activated online inside the folder "SCRIPTS"...I've only 3 days to activate my Windows 7 copy, that means the virtual machine can't do really take into consideration that the activation is done! If I don't use the new "tokens.dat" file activated, I've 30 days with the original key or with the default key! Regards
-
My Computer and Show Desktop lost icons
myselfidem replied to Sp0iLedBrAt's topic in Wallpapers & Icons
OK! If it's needed, I give you another reg file with HKLM reg for MY_Computer inside! Cheers -
My Computer and Show Desktop lost icons
myselfidem replied to Sp0iLedBrAt's topic in Wallpapers & Icons
Hello Sp0LedBrAt ! I give you here as attachment! But maybe the reason is that it's an reg file for my localised Windows French version? Cheers