myselfidem Posted December 10, 2010 Posted December 10, 2010 (edited) Hi Bensam,AWESOME program you have developed! I LOVE IT! THANK YOU!I have a question about one of the tweaks: I built a DVD with the Change CMD Prompt Color tweak, which worked, of course! but now I need to change the colors of those prompts which I start as Admin, and said changes do not stick! next time I open the prompt, it is back tot he tweaked green over black... can you plese indicate where I can disable this tweak on a live system?Thanks!You can use Start |Run and write cmdtype: color /?Sets the default console foreground and background colors.COLOR [attr]attr Specifies color attribute of console outputColor attributes are specified by TWO hex digits -- the first corresponds to the background; the second the foreground. Each digit can be any of the below values.0 = Black 8 = Gray 1 = Blue 9 = Light Blue 2 = Green A = Light Green 3 = Aqua B = Light Aqua 4 = Red C = Light Red 5 = Purple D = Light Purple 6 = Yellow E = Light Yellow 7 = White F = Bright White If no argument is given, this command restores the color to what it was when CMD.EXE started. This value either comes from the current console window, the /T command line switch or from the DefaultColor registry value. The COLOR command sets ERRORLEVEL to 1 if an attempt is made to execute the COLOR command with a foreground and background color that are the same. Reg file for white colorWindows Registry Editor Version 5.00; White color[HKEY_CURRENT_USER\Software\Microsoft\Command Processor]"CompletionChar"=dword:00000009"DefaultColor"=dword:0000000f"EnableExtensions"=dword:00000001[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Command Processor]"AutoRun"="""CompletionChar"=dword:00000040"DefaultColor"=dword:0000000f"EnableExtensions"=dword:00000001"PathCompletionChar"=dword:00000040 Edited December 10, 2010 by myselfidem
Zumoc Posted December 10, 2010 Posted December 10, 2010 (edited) Hi, i have integrated the SP1 on Win7 . Normally before this integration ,the size of the "tweaked" ISO was 1.5gb. Now after the integration of the SP1 the size is arrived at 2,5gb. I'ts normal this? Also the size of installed Sysop is increased for some gb.ByeAuto quote me.Sorry if a topic is already covered. 1) I read that had been resolved the problem of removal of the snipping tool. I removed the Tablet PC is gone but also the snipping tool.2) Is possible to disable the swap file like as the ibernation ?3) Is possible to config the Lan setting? I can't find a cofig section if present.ByeIf tablet PC was selected then snipping tool will also be deleted.There is a way to keep the file to run? Perhaps it would be enough to constrain the program does not delete them regardless. So takes up little space and is very useful. Edited December 10, 2010 by Zumoc
Pistolero Posted December 10, 2010 Posted December 10, 2010 @myselfidem, thank you very, very much for the reply. This is actually my workaround (I use a little BAT file int he Command Prompt autorun reg key - HKEY_CURRENT_USER\Software\Microsoft\Command Processor\autorun - to set my network drive and change colors). However, my question to bensam is how he implemented this tweak, because CMD does NOT respect any custom settings put in its shortcut properties, so the tweak applied by RT7Lite is always active on ALL new CMD windows, regardless of whatever settings I choose as defaults...@Bensam, can you please describe what the CMD prompt color change tweak does and how?Thanks!Hi Bensam,AWESOME program you have developed! I LOVE IT! THANK YOU!I have a question about one of the tweaks: I built a DVD with the Change CMD Prompt Color tweak, which worked, of course! but now I need to change the colors of those prompts which I start as Admin, and said changes do not stick! next time I open the prompt, it is back tot he tweaked green over black... can you plese indicate where I can disable this tweak on a live system?Thanks!You can use Start |Run and write cmdtype: color /?Sets the default console foreground and background colors.COLOR [attr]attr Specifies color attribute of console outputColor attributes are specified by TWO hex digits -- the first corresponds to the background; the second the foreground. Each digit can be any of the below values.0 = Black 8 = Gray 1 = Blue 9 = Light Blue 2 = Green A = Light Green 3 = Aqua B = Light Aqua 4 = Red C = Light Red 5 = Purple D = Light Purple 6 = Yellow E = Light Yellow 7 = White F = Bright White If no argument is given, this command restores the color to what it was when CMD.EXE started. This value either comes from the current console window, the /T command line switch or from the DefaultColor registry value. The COLOR command sets ERRORLEVEL to 1 if an attempt is made to execute the COLOR command with a foreground and background color that are the same. Reg file for white colorWindows Registry Editor Version 5.00; White color[HKEY_CURRENT_USER\Software\Microsoft\Command Processor]"CompletionChar"=dword:00000009"DefaultColor"=dword:0000000f"EnableExtensions"=dword:00000001[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Command Processor]"AutoRun"="""CompletionChar"=dword:00000040"DefaultColor"=dword:0000000f"EnableExtensions"=dword:00000001"PathCompletionChar"=dword:00000040
myselfidem Posted December 10, 2010 Posted December 10, 2010 Thanks Pistolero!Just simply specify that the default value for white color is:"DefaultColor"=dword:00000000This value is for Bright white color"DefaultColor"=dword:0000000f Cheers
Ganbayar Posted December 11, 2010 Posted December 11, 2010 i don't understand one thing.re-build image?yesnowhat does it mean?if want just all my drivers integrated version, which i choose?sorry my bad english.
myselfidem Posted December 11, 2010 Posted December 11, 2010 Hello!About the images:TutorialsStep 6: RT Seven Lite now enters to log section once after Apply button was clicked. You can select either Build current image (Deletes all other images in WIM except the one which you are customizing) or Re-build all the images (It will not delete any other images in WIM). Optimize boot.wim and install.wim will be enabled only if select Advanced preset settings in task section or if select Winsxs for removal. Now click commit button to start the operation.
myselfidem Posted December 12, 2010 Posted December 12, 2010 (edited) @coucouAbout your question by PM.To disable Hibernation and Screensaver you can use a batch file like this and choose your prefered plan before:Help inside "Unattended Setup Reference for Windows 7.chm".C:\>powercfg -LISTExisting Power Schemes (* Active)-----------------------------------Power Scheme GUID: 381b4222-f694-41f0-9685-ff5bb260df2e (Balanced)Power Scheme GUID: 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c (High performance)Power Scheme GUID: a1841308-3541-4fab-bc81-f71556f20b4a (Power saver) *Power.cmd@echo offPOWERCFG -SETACTIVE 381b4222-f694-41f0-9685-ff5bb260df2ePOWERCFG -X -monitor-timeout-ac 0POWERCFG -H OFFexit(You can add this command inside "clean.cmd" if you want at last.).More help here:Powerplan setting by unattend.xml *Edit:Powercfg Command-Line Options Edited December 15, 2010 by myselfidem
coucou Posted December 14, 2010 Posted December 14, 2010 @coucouMaybe you can try to set the Updates files for integration inside C:\ and not D:\!I use this reg file to have permissions with my two partitions:Windows Registry Editor Version 5.00; Conserver le jeu de permissions NTFS attachées à un fichier ou à un dossier lors de la copie[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]"ForceCopyAclwithFile"=dword:00000001"NoLowDiskSpaceChecks"=dword:00000001"LinkResolveIgnoreLinkInfo"=dword:00000001"NoResolveSearch"=dword:00000001"NoResolveTrack"=dword:00000001"NoInternetOpenWith"=dword:00000001Hello myselfidem,Although, I didn't thought that setting the Updates files for integration inside C:\ and not D:\ will help, I had gived a try yesterday.I rebuild for the nth time another Win7DVD by using "RT Se7en Lite RC build 1.70" to integrate 97 Updates by following yr advice (set the updates in ascending order).I Installed it and checked if the updates were integrated... Only 20 updates were installed (see image bellow as well as the Lastsession file and the actal list files in %systemdrive%\Windows\Servicing\Packages.BTW, As i wrote here above I've added 97 updates (see Lastsession.inf). I've only 20 integrated updates in %systemdrive%\Windows\Servicing\Packages (see ServicingPackages.txt). WHY???I've already asked bensam56 HERE and never got an answer!I'll appreciate any helpRegardsServicingPackages.txt
myselfidem Posted December 14, 2010 Posted December 14, 2010 You can check the installation result inside %Windir%\Panther\setupact.log (setuperr.log)See also inside %Windir%\Panther\UnattendGC\setupact.log (setuperr.log)More help: Windows 7, Windows Server 2008 R2, and Windows Vista setup log file locations
coucou Posted December 14, 2010 Posted December 14, 2010 You can check the installation result inside %Windir%\Panther\setupact.log (setuperr.log)See also inside %Windir%\Panther\UnattendGC\setupact.log (setuperr.log)More help: Windows 7, Windows Server 2008 R2, and Windows Vista setup log file locationsTNX for the info.I checked the .log filzes and couldn't find any about the updatesHere are the 2 setupxxx.log files
myselfidem Posted December 14, 2010 Posted December 14, 2010 Look inside %Windir%\Panther\setupact.logExample inside my setupact.log:---Startup: Package: Package_10_for_KB983590~31bf3856ad364e35~x86~~6.1.1.0 completed startup processing, new state: Installed, original: Absent, targeted: Installed. hr = 0x02010-12-02 11:03:27, Info CBS Startup: Package: Package_11_for_KB2388210~31bf3856ad364e35~x86~~6.1.1.1 completed startup processing, new state: Installed, original: Absent, targeted: Installed. hr = 0x02010-12-02 11:03:27, Info CBS Startup: Package: Package_11_for_KB2416471~31bf3856ad364e35~x86~~6.1.1.0 completed startup processing, new state: Installed, original: Absent, targeted: Installed. hr = 0x02010-12-02 11:03:27, Info CBS Startup: Package: Package_16_for_KB982307~31bf3856ad364e35~x86~~6.1.1.0 completed startup processing, new state: Installed, original: Absent, targeted: Installed. hr = 0x02010-12-02 11:03:27, Info CBS Startup: Package: Package_1_for_KB2028551~31bf3856ad364e35~x86~~6.1.2.0 completed startup processing, new state: Installed, original: Absent, targeted: Installed. hr = 0x02010-12-02 11:03:27, Info CBS Startup: Package: Package_1_for_KB2028560~31bf3856ad364e35~x86~~6.1.2.0 completed startup processing, new state: Installed, original: Absent, targeted: Installed. hr = 0x02010-12-02 11:03:27, Info CBS Startup: Package: Package_1_for_KB2120976~31bf3856ad364e35~x86~~6.1.1.0 completed startup processing, new state: Installed, original: Absent, targeted: Installed. hr = 0x02010-12-02 11:03:27, Info CBS Startup: Package: Package_1_for_KB2124261~31bf3856ad364e35~x86~~6.1.1.0 completed startup processing, new state: Installed, original: Absent, targeted: Installed. hr = 0x0-----
coucou Posted December 14, 2010 Posted December 14, 2010 (edited) TNX again,The above setupact.log was in %Windir%\Panther\UnattendGC\setupact.log.Here bellow the complete %Windir%\Panther\setupact.logYou can notice in this underneath example content, KB947821 is installed (successfully) and right after that a failed sequence. The best for the end, Windows update show this KB947821as installed (see the image above).2010-12-13 21:05:36, Info CBS Startup: Package: Package_4_for_KB974431~31bf3856ad364e35~x86~~6.1.1.5 completed startup processing, new state: Installed, original: Absent, targeted: Installed. hr = 0x02010-12-13 21:05:36, Info CBS Startup: Package: Package_for_KB947821_RTM~31bf3856ad364e35~x86~~6.1.8.0 completed startup processing, new state: Installed, original: Absent, targeted: Installed. hr = 0x02010-12-13 21:05:36, Info CBS Failed to get execution SQM build number value for package: Package_for_KB947821~31bf3856ad364e35~x86~~6.1.8.0, execution sequence: 20 [HRESULT = 0x80070490 - ERROR_NOT_FOUND]2010-12-13 21:05:36, Info CBS Failed to get execution SQM result appid value for package: Package_for_KB947821~31bf3856ad364e35~x86~~6.1.8.0, execution sequence: 20 [HRESULT = 0x80070490 - ERROR_NOT_FOUND]2010-12-13 21:05:36, Info CBS Failed to get merged execution SQM build number value. [HRESULT = 0x80070490 - ERROR_NOT_FOUND]2010-12-13 21:05:36, Info CBS Failed to get merged execution SQM poqexec appid value. [HRESULT = 0x80070490 - ERROR_NOT_FOUND]2010-12-13 21:05:36, Info CBS SQM: Reporting package change completion for package: Package_for_KB947821~31bf3856ad364e35~x86~~6.1.8.0, current: Installed, original: Absent, target: Installed, status: 0x0, failure source: Not Applicable, failure details: "(null)", client id: DISM Package Manager Provider, initiated offline: True, execution sequence: 20, first merged sequence: 42010-12-13 21:05:36, Info CBS SQM: Unable to gather perf datapoints because there are no active sessions.2010-12-13 21:05:36, Info CBS SQM: Upload requested for report: PackageChangeEnd_Package_for_KB947821~31bf3856ad364e35~x86~~6.1.8.0, session id: 142862, sample type: Standard2010-12-13 21:05:36, Info CBS SQM: Ignoring upload request because the sample type is not enabled: Standard2010-12-13 21:05:36, Info CBS Startup: Package: Package_for_KB947821~31bf3856ad364e35~x86~~6.1.8.0 completed startup processing, new state: Installed, original: Absent, targeted: Installed. hr = 0x02010-12-13 21:05:36, Info CBS Failed to get execution SQM build number value for package: Package_for_KB958488~31bf3856ad364e35~x86~~6.2.7600.16513, execution sequence: 22 [HRESULT = 0x80070490 - ERROR_NOT_FOUND]2010-12-13 21:05:36, Info CBS Failed to get execution SQM result appid value for package: Package_for_KB958488~31bf3856ad364e35~x86~~6.2.7600.16513, execution sequence: 22 [HRESULT = 0x80070490 - ERROR_NOT_FOUND]2010-12-13 21:05:36, Info CBS Failed to get merged execution SQM build number value. [HRESULT = 0x80070490 - ERROR_NOT_FOUND]2010-12-13 21:05:36, Info CBS Failed to get merged execution SQM poqexec appid value. [HRESULT = 0x80070490 - ERROR_NOT_FOUND]2010-12-13 21:05:36, Info CBS SQM: Reporting package change completion for package: Package_for_KB958488~31bf3856ad364e35~x86~~6.2.7600.16513, current: Installed, original: Absent, target: Installed, status: 0x0, failure source: Not Applicable, failure details: "(null)", client id: DISM Package Manager Provider, initiated offline: True, execution sequence: 22, first merged sequence: 42010-12-13 21:05:36, Info CBS SQM: Unable to gather perf datapoints because there are no active sessions.2010-12-13 21:05:36, Info CBS SQM: Upload requested for report: PackageChangeEnd_Package_for_KB958488~31bf3856ad364e35~x86~~6.2.7600.16513, session id: 142862, sample type: Standard2010-12-13 21:05:36, Info CBS SQM: Ignoring upload request because the sample type is not enabled: Standard2010-12-13 21:05:36, Info CBS Startup: Package: Package_for_KB958488~31bf3856ad364e35~x86~~6.2.7600.16513 completed startup processing, new state: Installed, original: Absent, targeted: Installed. hr = 0x02010-12-13 21:05:36, Info CBS Startup: Package: Package_for_KB972270_RTM~31bf3856ad364e35~x86~~6.1.1.0 completed startup processing, new state: Installed, original: Absent, targeted: Installed. hr = 0x02010-12-13 21:05:36, Info CBS Failed to get execution SQM build number value for package: Package_for_KB972270~31bf3856ad364e35~x86~~6.1.1.0, execution sequence: 24 [HRESULT = 0x80070490 - ERROR_NOT_FOUND]2010-12-13 21:05:36, Info CBS Failed to get execution SQM result appid value for package: Package_for_KB972270~31bf3856ad364e35~x86~~6.1.1.0, execution sequence: 24 [HRESULT = 0x80070490 - ERROR_NOT_FOUND]2010-12-13 21:05:36, Info CBS Failed to get merged execution SQM build number value. [HRESULT = 0x80070490 - ERROR_NOT_FOUND]2010-12-13 21:05:36, Info CBS Failed to get merged execution SQM poqexec appid value. [HRESULT = 0x80070490 - ERROR_NOT_FOUND]2010-12-13 21:05:36, Info CBS SQM: Reporting package change completion for package: Package_for_KB972270~31bf3856ad364e35~x86~~6.1.1.0, current: Installed, original: Absent, target: Installed, status: 0x0, failure source: Not Applicable, failure details: "(null)", client id: DISM Package Manager Provider, initiated offline: True, execution sequence: 24, first merged sequence: 42010-12-13 21:05:36, Info CBS SQM: Unable to gather perf datapoints because there are no active sessions.2010-12-13 21:05:36, Info CBS SQM: Upload requested for report: PackageChangeEnd_Package_for_KB972270~31bf3856ad364e35~x86~~6.1.1.0, session id: 142862, sample type: Standard2010-12-13 21:05:36, Info CBS SQM: Ignoring upload request because the sample type is not enabled: Standard2010-12-13 21:05:36, Info CBS Startup: Package: Package_for_KB972270~31bf3856ad364e35~x86~~6.1.1.0 completed startup processing, new state: Installed, original: Absent, targeted: Installed. hr = 0x0setupact.logRegards Edited December 14, 2010 by coucou
myselfidem Posted December 14, 2010 Posted December 14, 2010 (edited) First thing, I can see inside your setupact.log:[quote]----DiskSpaceReqs: Windows image size (from metadata) = [15551918882] bytes2010-12-13 20:40:38, Info [0x0601bb] IBS DiskSpaceReqs: Windows image size (after padding) = [17643981682] bytes2010-12-13 20:40:38, Info IBS DiskSpaceReqs: Windows image contents: [17643981682] bytes2010-12-13 20:40:38, Info IBS DiskSpaceReqs: ~BT volume (estimate): [0] bytes2010-12-13 20:40:38, Info IBS DiskSpaceReqs: Install volume (estimate): [17643981682] bytes2010-12-13 20:40:38, Info IBS DiskSpaceReqs: ~LS volume (estimate w/o padding): [0] bytes2010-12-13 20:40:38, Info IBS CalculatingRecommendedSpaceForWindows: RequiredSize [17643981682] bytes2010-12-13 20:40:38, Info IBS CalculatingRecommendedSpaceForWindows: Recommending [21610728306] bytes2010-12-13 20:40:38, Info IBS Callback_ValidateInstallDrive:Install volume -- required free space = [17643981682] bytes2010-12-13 20:40:38, Info IBS Callback_ValidateInstallDrive:Install volume -- recommended free space = [21610728306] bytes2010-12-13 20:40:38, Info IBS Callback_ValidateInstallDrive:Summary - CCP check passed; able to calculate space reqs; able to find install location; location type meets installation reqs; size of location IS too small; location free space is NOT enough; location free space does NOT meet the recommendation----And you have many updates not installed:Failed to get execution SQM build number value for package: Package_for_KB972270~31bf3856ad364e35~x86~~6.1.1.0, execution sequence: 24 [hrESULT = 0x80070490 - ERROR_NOT_FOUND]2010-12-13 21:05:36, Info CBS Failed to get execution SQM result appid value for package: Package_for_KB972270~31bf3856ad364e35~x86~~6.1.1.0, execution sequence: 24 [hrESULT = 0x80070490 - ERROR_NOT_FOUND]2010-12-13 21:05:36, Info CBS Failed to get merged execution SQM build number value. [hrESULT = 0x80070490 - ERROR_NOT_FOUND]2010-12-13 21:05:36, Info CBS Failed to get merged execution SQM poqexec appid value. [hrESULT = 0x80070490 - ERROR_NOT_FOUND] Edited December 14, 2010 by myselfidem
zimzum Posted December 14, 2010 Posted December 14, 2010 On driver integration have 3 options boot.wim, for integrate driver into "boot.wim" , install.wim for integrate into "install.wim" and the option "clear"?
coucou Posted December 14, 2010 Posted December 14, 2010 (edited) TNX again myselfitem,I'm surprise regarding the inside my setupact.log.In fact they are many "NOT enough space" as well as "free space is enough" (see here bellow). Moreover, I've allocated 55 GB (55000000000 bytes) to my VMware machine when Microsoft recommend ~25GB.2010-12-13 20:40:09, Info IBS Callback_ValidateInstallDrive:-----------------------------------------------------------2010-12-13 20:40:09, Info IBS Callback_ValidateInstallDrive:====== Does disk [0] offset [0x6500000] meet installation reqs? ======2010-12-13 20:40:09, Info [0x0601ba] IBS DiskSpaceReqs: Windows image size (from metadata) = [15551918882] bytes2010-12-13 20:40:09, Info [0x0601bb] IBS DiskSpaceReqs: Windows image size (after padding) = [17643981682] bytes2010-12-13 20:40:09, Info IBS DiskSpaceReqs: Windows image contents: [17643981682] bytes2010-12-13 20:40:09, Info IBS DiskSpaceReqs: ~BT volume (estimate): [0] bytes2010-12-13 20:40:09, Info IBS DiskSpaceReqs: Install volume (estimate): [17643981682] bytes2010-12-13 20:40:09, Info IBS DiskSpaceReqs: ~LS volume (estimate w/o padding): [0] bytes2010-12-13 20:40:09, Info IBS CalculatingRecommendedSpaceForWindows: RequiredSize [17643981682] bytes2010-12-13 20:40:09, Info IBS CalculatingRecommendedSpaceForWindows: Recommending [21610728306] bytes2010-12-13 20:40:09, Info IBS Callback_ValidateInstallDrive:Install volume -- required free space = [17643981682] bytes2010-12-13 20:40:09, Info IBS Callback_ValidateInstallDrive:Install volume -- recommended free space = [21610728306] bytes2010-12-13 20:40:09, Info IBS Callback_ValidateInstallDrive:Summary - CCP check passed; able to calculate space reqs; able to find install location; location type meets installation reqs; size of location is not too small; location free space is enough; location free space meets the recommendationAs well for the NOT installed updates, the KB947821. Many times it's "installed" and also "ERROR_NOT_FOUND"2010-12-13 21:05:36, Info CBS Startup: Package: Package_1_for_KB947821~31bf3856ad364e35~x86~~6.1.8.0 completed startup processing, new state: Installed, original: Absent, targeted: Installed. hr = 0x02010-12-13 21:05:36, Info CBS Startup: Package: Package_2_for_KB947821~31bf3856ad364e35~x86~~6.1.8.0 completed startup processing, new state: Installed, original: Absent, targeted: Installed. hr = 0x02010-12-13 21:05:36, Info CBS Startup: Package: Package_for_KB947821_RTM~31bf3856ad364e35~x86~~6.1.8.0 completed startup processing, new state: Installed, original: Absent, targeted: Installed. hr = 0x02010-12-13 21:05:36, Info CBS Failed to get execution SQM build number value for package: Package_for_KB947821~31bf3856ad364e35~x86~~6.1.8.0, execution sequence: 20 [hrESULT = 0x80070490 - ERROR_NOT_FOUND]2010-12-13 21:05:36, Info CBS Failed to get execution SQM result appid value for package: Package_for_KB947821~31bf3856ad364e35~x86~~6.1.8.0, execution sequence: 20 [hrESULT = 0x80070490 - ERROR_NOT_FOUND]2010-12-13 21:05:36, Info CBS Failed to get merged execution SQM build number value. [hrESULT = 0x80070490 - ERROR_NOT_FOUND]2010-12-13 21:05:36, Info CBS Failed to get merged execution SQM poqexec appid value. [hrESULT = 0x80070490 - ERROR_NOT_FOUND]2010-12-13 21:05:36, Info CBS SQM: Reporting package change completion for package: Package_for_KB947821~31bf3856ad364e35~x86~~6.1.8.0, current: Installed, original: Absent, target: Installed, status: 0x0, failure source: Not Applicable, failure details: "(null)", client id: DISM Package Manager Provider, initiated offline: True, execution sequence: 20, first merged sequence: 42010-12-13 21:05:36, Info CBS SQM: Unable to gather perf datapoints because there are no active sessions.2010-12-13 21:05:36, Info CBS SQM: Upload requested for report: PackageChangeEnd_Package_for_KB947821~31bf3856ad364e35~x86~~6.1.8.0, session id: 142862, sample type: Standard2010-12-13 21:05:36, Info CBS SQM: Ignoring upload request because the sample type is not enabled: Standard2010-12-13 21:05:36, Info CBS Startup: Package: Package_for_KB947821~31bf3856ad364e35~x86~~6.1.8.0 completed startup processing, new state: Installed, original: Absent, targeted: Installed. hr = 0x0I don't know really what to do Regards Edited December 14, 2010 by coucou
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now