When it reaches its final stage of the installation starts to back down, meaning it is not the process of installing the program!
Why????
look to photos::::
final stage of installation

back down stage of installation
Posted 04 March 2009 - 03:19 AM

Posted 04 March 2009 - 10:30 AM
Posted 04 March 2009 - 01:22 PM
This post has been edited by anti1986: 04 March 2009 - 01:49 PM
Posted 05 March 2009 - 05:48 AM
reg add "HKLM\SYSTEM\Setup" /v "SystemSetupInProgress" /d "0" /f reg add "HKLM\Software\Policies\Microsoft\Windows\Installer" /v "DisableRollback" /d "1" /f reg add "HKCU\Software\Policies\Microsoft\Windows\Installer" /v "DisableRollback" /d "1" /f reg delete "HKLM\Software\Microsoft\PCHealth\ErrorReporting\DW" /f
rem Now your the .msi-based setup can run setup.exe rem clean up, please do this not if Windows is already installed
reg add "HKLM\SYSTEM\Setup" /v "SystemSetupInProgress" /d "1" /f reg add "HKLM\Software\Policies\Microsoft\Windows\Installer" /v "DisableRollback" /d "0" /f reg add "HKCU\Software\Policies\Microsoft\Windows\Installer" /v "DisableRollback" /d "0" /f
Posted 09 March 2009 - 09:14 AM
ddf.JPG (22.26K)
Posted 10 March 2009 - 03:24 AM
Posted 10 March 2009 - 08:38 AM