MSFN Forum: My .NET Framework 2.0 silently can not complete installer from SVCPACK - MSFN Forum

Jump to content



Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

My .NET Framework 2.0 silently can not complete installer from SVCPACK Rate Topic: -----

#1 User is offline   anti1986 

  • Newbie
  • Group: Banned
  • Posts: 25
  • Joined: 02-January 09

  Posted 04 March 2009 - 03:19 AM

My .NET Framework 2.0 silently can not complete installer from SVCPACK????

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

Posted Image

back down stage of installation

Posted Image


#2 User is offline   jfx_ 

  • Newbie
  • Group: Members
  • Posts: 17
  • Joined: 22-August 08

Posted 04 March 2009 - 10:30 AM

there are same registry keys that must be changed:

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

#3 User is offline   anti1986 

  • Newbie
  • Group: Banned
  • Posts: 25
  • Joined: 02-January 09

Posted 04 March 2009 - 01:22 PM

how i'll do that ..... copy this code to notepad and save it as .reg???? :wacko:

ok...in after that can i change msi program to .exe with WinRaR , and add it to SVCPACK.. it work normaly or not ?

This post has been edited by anti1986: 04 March 2009 - 01:49 PM


#4 User is offline   jfx_ 

  • Newbie
  • Group: Members
  • Posts: 17
  • Joined: 22-August 08

  Posted 05 March 2009 - 05:48 AM

As you create a silent SVCPACK installer I thought you would know what a batch file is. :huh: (save the text as *.bat or *.cmd)

This allow and force a Windows Installer Package to installed

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


This is where the normal setup of NET Framework start
change setup.exe to dotnetfx.exe /q:a /c:"install.exe /q" or how ever you start the .net setup

rem Now your the .msi-based setup can run

setup.exe

rem clean up, please do this not if Windows is already installed


If Setup is finished these Settings should changed back to normal
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



you can pack the files with winrar and let Winrar start the the Batchfile

#5 User is offline   anti1986 

  • Newbie
  • Group: Banned
  • Posts: 25
  • Joined: 02-January 09

Posted 06 March 2009 - 04:04 AM

Thanx A lot..... :thumbup

#6 User is offline   anti1986 

  • Newbie
  • Group: Banned
  • Posts: 25
  • Joined: 02-January 09

Posted 09 March 2009 - 09:14 AM

Its not work...... :wacko:

when i tried your code in Svpack stage (setup stage)

1-Netframwork.exe has not work
2- the ""exe"" silent programs not work

look what happend with my pc i cant open any program:::

Attached File  ddf.JPG (22.26K)
Number of downloads: 7

i tried to back it normal with this code

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

cant to back normal

#7 User is offline   jfx_ 

  • Newbie
  • Group: Members
  • Posts: 17
  • Joined: 22-August 08

Posted 10 March 2009 - 03:24 AM

Oh, what have you done? Maybe I've to get my hands dirty.

Here is a Installer for .NET Framework 2.0 SP2, running on SVCPACK Stage, RunOnceEx or normal Windows without problem.
Ready to use just copy to SVCPACK Folder and add it to SVCPACK.inf under [SetupHotfixesToRun].

Just a thing I assume you have XP SP3, then nothing to care about. But if you have SP2 or older you have to prior integrate Windows Installer 3.1 or later.

http://www.mediafire.com/?sharekey=990741c...04e75f6e8ebb871

#8 User is offline   strel 

  • segmentation fault
  • PipPipPipPip
  • Group: Members
  • Posts: 629
  • Joined: 24-February 08
  • OS:XP Pro x86
  • Country: Country Flag

Posted 10 March 2009 - 08:38 AM

Essentially similar to jfx solution: try Silent .NET Maker synthesized.

#9 User is offline   anti1986 

  • Newbie
  • Group: Banned
  • Posts: 25
  • Joined: 02-January 09

Posted 11 March 2009 - 02:02 AM

thanx alot its work......

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy