Jump to content

Recommended Posts


Posted

@j4ever

You can simply wait till RyanVM releases the new 7zip-SFX-installer for .NET 1.1 with SP1. It will run without your problems from svcpack.inf. Ryan already has the file, so I expect he will release it tomorrow. If not I will write a step-by-step guide to let you create your own.

Posted
@j4ever

To install .NET framework as a component of windows (just like the IE/WMP, etc.) is possible. That's what you need to do to make ATi's CPL install and work.

Follow the steps given in this thread - netfx install the way TabletPC and MCE do.

maybe you don't understand what it is that i am doing. i don't care about the menu button working or not.

i am trying to get .net framework 1.1 sp1 to install DURING windows setup. that means that it must be in svcpack.inf! if you read this thread you will understand what I am talking about. The thread that you linked me to is absolutly of no help at all.

Posted

@j4ever

The TabletPC-way will also work, as far is I understand it. Because it will install .NET as a windows component, it will already be installed when RuneOnceEx executes the ATI-install. So his suggestion is also helpful (but complicated).

Posted

i have a DOTNETFX folder in my dvd so that the button will work. but thats all that it does...enable the button.

im gonna wait for RyanVM to release a version that will work with svcpack.

Posted

Hey j4ever,

before you conclude that something is useless for you, would be nice to read the entire thread...

Anyways, in the first page of that thread, there's a post by sleepnmojo that kick started the rest of the posts. Svcpack is a set of commands executed much later in the setup than what would otherwise be the case if you integrated it the way described in that thread.

But yes, its up to you to decide what method you want to follow. Whatever is easier and more suited to your needs....

Posted

I'll put the 7z version up tomorrow evening (EDT). I'm in the process of switching residence halls at school right now, so my main computer is sitting in a box currently.

Posted

So that wasn't such a bad idea to use 7-zip finally!!! ^-^

Anyway, I would give my file, but it's with the french language pack...

Posted

i created teh 7zip archive of the .net framework. and i created the config.txt. i don't know how to merge them with the a command line! i hate 7zip's ugly UI. **** I wish winrar could work.

Posted

You also need a copy of 7zS.sfx in the same folder.

Then you launch that command to create the sfx :

copy /b 7zS.sfx + config.txt + archive.7z archive.exe

(-y switch for installer module specifies quiet mode for extracting.)

Posted

hmmmm 7zip is a yucky program! i have some problems still:

on a post in this thread it says that i must include msiexec.exe. where do i get it? also you say that i need 7zS.sfx? where/how do i get that!

Posted

ok i tried vmware again:

WMP10 worked perfectly in svcpack. I used 7zip and the sfx to do it. My config is this:

;!@Install@!UTF-8!
Title="Windows Media Player 10"
RunProgram="setup_wm.exe /DisallowSystemRestore /Q:A /R:N"
;!@InstallEnd@!

Now, for .net framework, the screen popped up to extract and when it was done it said something about the specified file can't be found. and .net didnt install.

;!@Install@!UTF-8!
Title=".NET Framework 1.1 SP1"
RunProgram="msiexec.exe /i netfx.msi /qb"
;!@InstallEnd@!

i didnt fully understand the msiexec.exe part. am i supposed to put that file in the arcive too?

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...