Jump to content

rappinhood

Member
  • Posts

    3
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by rappinhood

  1. Reboot=Suppress didn't work either; I'll try "Installer Design Studio" next. thx
  2. I can install it but the msi keeps rebooting my machine after the install. Neither REBOOT=ReallySuppress or /norestart works. My machine still reboots.
  3. I installed the .net framework 2.0 and the framework 2.0 SDK first. Then I installed Visual Studio 2005; and it worked for me. REG ADD %KEY%\029 /VE /D "Installing .NET Framework 2.0" /f REG ADD %KEY%\029 /V 1 /D "%systemdrive%\Install\DotNet_Framework_2.0\dotnet2.exe" /f REG ADD %KEY%\055 /VE /D "Installing .NET Framework 2.0 SDK" /f REG ADD %KEY%\055 /V 1 /D "%systemdrive%\Install\DotNet_2.0_SDK\install.exe /Q" /f REG ADD %KEY%\070 /VE /D "Installing Visual Studio 2005" /f REG ADD %KEY%\070 /V 1 /D "%systemdrive%\Install\VS2005\Setup\setup.exe /unattendfile %systemdrive%\Install\VS2005\vs2005.ini" /f
×
×
  • Create New...