| View previous topic :: View next topic |
| Author |
Message |
nonno fabio

Joined: 06 Jun 2005 Posts: 1435 Location: Northern Italy
|
Posted: Wed Jul 16, 2008 7:09 am Post subject: [Release] .NET 1.1 SP1 TRUE addon for WinXP |
|
|
Onepiece's Microsoft .NET Framework 1.1 SP1 with updates TRUE Addon for Windows XP
OnePiece Microsoft.NET Framework v1.1.4322.2502 True AddOn ENU
Update (January 11 2013)
Update (January 11 2013)
Update (January 11 2013)
Update (January 11 2013)
Hash MD5 CECE82149DF5A0F4250D766448995ADF
Filesize: 12,7 MB (13372194 byte)
The peculiarity of this addon is that it adds .NET 1.1 to your XP without using .msi files or svcpack/runonce installations, using a "true addon" integration, just like in Windows Server 2003.
So you'll get a working .NET framework already installed BEFORE T-13 (svcpack time), a very handy opportunity.
It includes all publicly released critical updates.
If you use Onepiece's XP postSP3 AIO Update Pack you don't need this addon because it is already included
Important notice for Integrator users
this addon is integrable with Nlite or RVMi 1.5.4 but not with RVMi 1.5.3 and previous builds. _________________ Don't ask for a different configuration of Onepiece's XP AIO Update Pack: use one of the existing vanilla XP UpdatePack with your preferred addons instead

Last edited by nonno fabio on Sat Jan 12, 2013 4:08 am |
|
| Back to top |
|
 |
boooggy

Joined: 16 Aug 2005 Posts: 1295 Location: Bucharest, Romania
|
Posted: Wed Jul 16, 2008 11:39 am Post subject: |
|
|
super....
question when do we see a net2 true addon?lol |
|
| Back to top |
|
 |
yumeyao Moderator

Joined: 27 Aug 2006 Posts: 1718 Location: Taiyuan, Shanxi, PR China
|
Posted: Wed Jul 16, 2008 12:06 pm Post subject: |
|
|
super one..
maybe for dotnet 2 we need more works to do than this... be patient.. _________________
My work list(Hosted by dumpydooby) |
|
| Back to top |
|
 |
nonno fabio

Joined: 06 Jun 2005 Posts: 1435 Location: Northern Italy
|
Posted: Wed Jul 16, 2008 4:54 pm Post subject: |
|
|
I guess we must wait a very long, long time before we see a .NET 2 true addon  _________________ Don't ask for a different configuration of Onepiece's XP AIO Update Pack: use one of the existing vanilla XP UpdatePack with your preferred addons instead
 |
|
| Back to top |
|
 |
cosy
Joined: 18 Apr 2006 Posts: 238
|
Posted: Wed Jul 16, 2008 5:02 pm Post subject: |
|
|
good work, but I heard Microsoft .NET Framework 1.1 SP1 makes PCs slower- is this true?
thank you |
|
| Back to top |
|
 |
Fragbert
Joined: 24 Jan 2006 Posts: 338
|
Posted: Thu Jul 17, 2008 11:37 am Post subject: |
|
|
| Are you bringing up these errors with Siginet? I see no mention of this on his forum. |
|
| Back to top |
|
 |
Siginet Site Admin

Joined: 27 May 2005 Posts: 2874 Location: Planet Earth
|
Posted: Thu Jul 17, 2008 1:11 pm Post subject: |
|
|
Hmmm... That is a very odd bug. Could it be possible that the reference to netfx.cab in txtsetup.sif SourceDisks Files is missing the _ that tells it not to compress the file?
For instance:
driver.cab = 1,,,,,,_x,39,0,0
The "_" (Before the "x" or a digit) is telling Windows Install that the file will not be compressed as a single file. It also tells the integrator not to compress the cab file as a single file.
I don't think this is a bug caused by the integrator but the syntax of the SourceDisksFiles code in the addon. If OnePiece has any info that shows I am incorrect I will redesign the integrator to never compress cab files as single files. But... as far as I know it is the SourceDisksFiles code that is incorrect.
BTW... the next integrator will no longer need the WBEM fixes.
This is a great addon... and long awaited too. Thanks OnePiece and Nonno Fabio! _________________
--Siginet--
Techware
Your Virtual Technician
Computer Management Software |
|
| Back to top |
|
 |
Fragbert
Joined: 24 Jan 2006 Posts: 338
|
Posted: Thu Jul 17, 2008 1:33 pm Post subject: |
|
|
Also the wbem fix, just like the other one, does not stop the IE icon error using RVMi on a SP3 VLK |
|
| Back to top |
|
 |
ENU_user

Joined: 25 Jan 2006 Posts: 1245
|
Posted: Thu Jul 17, 2008 2:17 pm Post subject: |
|
|
its a bad idea having these mof files expanded... as you risk the out of memory setup errors
for a late breaking news the only correct wbem fix will be to simply get those line in quotation;marks
allowing txtsetup.sif to take care of their placements
| Code: | ;napclientprov.mof
;napclientschema.mof |
in extra file edits you can use it like this:
| Code: | wbemoc.inf|;napclientprov.mof|napclientprov.mof|0
wbemoc.inf|napclientprov.mof|;napclientprov.mof|1
wbemoc.inf|;napclientschema.mof|napclientschema.mof|0
wbemoc.inf|napclientschema.mof|;napclientschema.mof|1 |
or even so:
| Code: | wbemoc.inf|;napclientprov.mof,napprov.mof|napclientprov.mof|0
wbemoc.inf|napclientprov.mof|;napclientprov.mof,napprov.mof|1
wbemoc.inf|;napclientschema.mof,napschem.mof|napclientschema.mof|0
wbemoc.inf|napclientschema.mof|;napclientschema.mof,napschem.mof|1 |
or simply use the one from here: http://www.ryanvm.net/forum/viewtopic.php?t=6290
seems to do a good job anyways ...
=====================================================
for the netfx confusing the correct placement of *.ca_
there is a workaround : (RVMi only)
rename netfx.cab in the addon to netfx1.cab
in entries.ini make this change:
| Code: | [FileMove]
NETFX1.CAB,NETFX.CAB |
& presto .....
good luck  _________________ • Resource Packer • WPI Bee • Addons_Undo •
 |
|
| Back to top |
|
 |
Fragbert
Joined: 24 Jan 2006 Posts: 338
|
Posted: Thu Jul 17, 2008 3:32 pm Post subject: |
|
|
For the record, no "fix addon" has EVER fixed this error when using addons in RVMi. I either have to use nlite to disable SFC - OR skip RVMi entirely and just use nlite to integrate addons.
This is the MSDN XP SP3 native VLK.
I ABSOLUTELY know I am not alone with this problem, but very surprised nobody else is vocal about it. |
|
| Back to top |
|
 |
ENU_user

Joined: 25 Jan 2006 Posts: 1245
|
Posted: Thu Jul 17, 2008 6:19 pm Post subject: |
|
|
Fragbert my speakers almost blew at me their coil and they are not posed in any familiar position of attack!
if you are avoiding the need to use a specific tool, i cant see anyone stopping you.. & what does anyone have to do with you needing them to be "vocal"
it won't count ..
if you want, make a separate topic including details, expanding the subject...
good luck |
|
| Back to top |
|
 |
Fragbert
Joined: 24 Jan 2006 Posts: 338
|
Posted: Thu Jul 17, 2008 11:10 pm Post subject: |
|
|
| ENU_user wrote: | Fragbert my speakers almost blew at me their coil and they are not posed in any familiar position of attack!
if you are avoiding the need to use a specific tool, i cant see anyone stopping you.. & what does anyone have to do with you needing them to be "vocal"
it won't count ..
if you want, make a separate topic including details, expanding the subject...
good luck |
For somebody who calls themselves "ENU_user" I'm lucky if I understand 10% of your English
If you want details, there are few because it is very simple. Acquire a native SP3 VLK build and then integrate this addon or Kel's CPL with RVMI + the "fix" and then you see the result above.
We can certainly start a new thread about it if you want... |
|
| Back to top |
|
 |
crashfly

Joined: 13 Mar 2008 Posts: 788 Location: Arkansas, USA
|
Posted: Thu Jul 17, 2008 11:29 pm Post subject: |
|
|
| Fragbert wrote: | For the record, no "fix addon" has EVER fixed this error when using addons in RVMi. I either have to use nlite to disable SFC - OR skip RVMi entirely and just use nlite to integrate addons.
This is the MSDN XP SP3 native VLK.
I ABSOLUTELY know I am not alone with this problem, but very surprised nobody else is vocal about it. |
Did I miss something? I do not understand what error is being talked about. The picture offers no help of what the error might be and the text does not describe what the error is.
Maybe I just missed something?  _________________ A mind is like a parachute, it only functions when it is open.
--Anonymous
How to Ask Questions the Smart Way |
|
| Back to top |
|
 |
ENU_user

Joined: 25 Jan 2006 Posts: 1245
|
Posted: Fri Jul 18, 2008 1:29 am Post subject: |
|
|
Fragbert: using here: latest rvmupdatepack (beta) that contains a fix +this addon +cpl bonus ... etc all with RVMi only!
as I said make your own topic, you will get some help there. _________________ • Resource Packer • WPI Bee • Addons_Undo •
 |
|
| Back to top |
|
 |
nonno fabio

Joined: 06 Jun 2005 Posts: 1435 Location: Northern Italy
|
Posted: Fri Jul 18, 2008 2:15 am Post subject: |
|
|
| Siginet wrote: | Hmmm... That is a very odd bug. Could it be possible that the reference to netfx.cab in txtsetup.sif SourceDisks Files is missing the _ that tells it not to compress the file?
For instance:
driver.cab = 1,,,,,,_x,39,0,0
The "_" (Before the "x" or a digit) is telling Windows Install that the file will not be compressed as a single file. It also tells the integrator not to compress the cab file as a single file.
I don't think this is a bug caused by the integrator but the syntax of the SourceDisksFiles code in the addon. If OnePiece has any info that shows I am incorrect I will redesign the integrator to never compress cab files as single files. But... as far as I know it is the SourceDisksFiles code that is incorrect.
BTW... the next integrator will no longer need the WBEM fixes.
This is a great addon... and long awaited too. Thanks OnePiece and Nonno Fabio! |
Yes, it's so but InOnepiece'sHumbleOpinion is caused by rvmi, this because in txtsetup.sif line is
netfx.cab = 4,,,,,,_x,,3,3
It's true that RVMI reads this line and decides not to cab netfx.cab, but here problem is that rvmi confuses netfx.ca_ already in CD with netfx.cab, that is rvmi cabs netfx.cab too and the problem is here: He thinks for same reason even [movefile] command doesn't work. For example, if you go to CD and delete netfx.ca_ (netfx.cat) before integrating then you integrate the addon, in this way is all O.K. So he's almost sure that RVMi find a netfx.ca_ file in cd and confounds the 2 files. Here's an example: if you use an addon with an entries.ini file like this
; | Code: | This section allows you to edit things that normally would not be possible to edit.
[ExtraFileEdits]
SYSOC.inf|netfx=netfxocm.dll,UrtOcmProc,netfxocm.inf,hide,7|netfx=ocgen.dll,OcEntry,netfxocm.inf,hide,7|1
;This section allows you to move a file to another place in your destination.
[FileMove]
NETFX.CAB,..\cmpnents\netfx\i386\*
;This section contains a list of files in i386 which should be compressed at the very
;beginning of the integration process
[i386_compress]
rvmtemp\extracted\NETFX.CAT |
netfx.cab goes correctly in cmpnents\netfx\i386, but rvmi deletes netfx.ca_, already present before addon integration. It's odd but it's so. IOHO in a normal addon rvmi cabs netfx.cab too: it's true that RVMi wouldn't do it because it reads in txtsetup.sif the command which tells it that the CD file is not cabbed, but he thinks that rvmi cabs it anyway because it's mistaken by netfx.ca_ file in cd.
So as netfx.cab is in cd by default, you can tell rvmi when it finds a netfx.cab file to move it in cmpnents\netfx\i386 _________________ Don't ask for a different configuration of Onepiece's XP AIO Update Pack: use one of the existing vanilla XP UpdatePack with your preferred addons instead
 |
|
| Back to top |
|
 |
nonno fabio

Joined: 06 Jun 2005 Posts: 1435 Location: Northern Italy
|
Posted: Fri Jul 18, 2008 2:35 am Post subject: |
|
|
| ENU_user wrote: | its a bad idea having these mof files expanded... as you risk the out of memory setup errors
for a late breaking news the only correct wbem fix will be to simply get those line in quotation;marks
allowing txtsetup.sif to take care of their placements
| Code: | ;napclientprov.mof
;napclientschema.mof |
in extra file edits you can use it like this:
| Code: | wbemoc.inf|;napclientprov.mof|napclientprov.mof|0
wbemoc.inf|napclientprov.mof|;napclientprov.mof|1
wbemoc.inf|;napclientschema.mof|napclientschema.mof|0
wbemoc.inf|napclientschema.mof|;napclientschema.mof|1 |
or even so:
| Code: | wbemoc.inf|;napclientprov.mof,napprov.mof|napclientprov.mof|0
wbemoc.inf|napclientprov.mof|;napclientprov.mof,napprov.mof|1
wbemoc.inf|;napclientschema.mof,napschem.mof|napclientschema.mof|0
wbemoc.inf|napclientschema.mof|;napclientschema.mof,napschem.mof|1 |
or simply use the one from here: http://www.ryanvm.net/forum/viewtopic.php?t=6290
seems to do a good job anyways ...
=====================================================
for the netfx confusing the correct placement of *.ca_
there is a workaround : (RVMi only)
rename netfx.cab in the addon to netfx1.cab
in entries.ini make this change:
| Code: | [FileMove]
NETFX1.CAB,NETFX.CAB |
& presto .....
good luck  |
Onepiece thanks you very much
He knows already those codelines but in his opinion he never thought they was O.K. because he can't modify an .inf file, when its lines are written in txtsetup.sif file and above all in LAYOUT.inf in a different way. also Nuhi has dropped them in his Nlite since sp3 beta because those line don't work always. Onepiece is very similar to current Nuhi's one and doesn't touch nothing in those files or in cd. Windows usa Onepiece's command only in case of error. If not, it never read Onepiece's .inf file lines but it will refer directly to layout.inf; in other words those lines are written by Microsoft itself: he will modify them only if it is necessary, so he thinks.
about
[FileMove]
NETFX1.CAB,NETFX.CAB
yes, we know it works but we can't do it because it breaks Nlite integration instead: Nlite knows it by name and so it can't be renamed.
This would mean two different addons for Nlite and RVMi  _________________ Don't ask for a different configuration of Onepiece's XP AIO Update Pack: use one of the existing vanilla XP UpdatePack with your preferred addons instead
 |
|
| Back to top |
|
 |
nonno fabio

Joined: 06 Jun 2005 Posts: 1435 Location: Northern Italy
|
Posted: Fri Jul 18, 2008 2:44 am Post subject: |
|
|
| Fragbert wrote: | | Are you bringing up these errors with Siginet? I see no mention of this on his forum. |
Old PVTs..
About first screenshot, I think is my fault too: Addon was silently updated and destination directory was changed.
You should redownload it and follow these instuctions:
| Quote: | | it is required to save a copy of netfx.cab file from i386 source folder to another place, execute the integration and when finished and before making the .iso, place back the netfx.cab copy inside your source "cmpnents\netfx\i386" folder |
_________________ Don't ask for a different configuration of Onepiece's XP AIO Update Pack: use one of the existing vanilla XP UpdatePack with your preferred addons instead
 |
|
| Back to top |
|
 |
Fragbert
Joined: 24 Jan 2006 Posts: 338
|
Posted: Fri Jul 18, 2008 10:31 am Post subject: |
|
|
| nonno fabio wrote: | | Fragbert wrote: | | Are you bringing up these errors with Siginet? I see no mention of this on his forum. |
Old PVTs..
About first screenshot, I think is my fault too: Addon was silently updated and destination directory was changed.
You should redownload it and follow these instuctions:
| Quote: | | it is required to save a copy of netfx.cab file from i386 source folder to another place, execute the integration and when finished and before making the .iso, place back the netfx.cab copy inside your source "cmpnents\netfx\i386" folder |
|
I still get the error, it wont integrate. Is there something I need to do BEFORE I integrate? |
|
| Back to top |
|
 |
Siginet Site Admin

Joined: 27 May 2005 Posts: 2874 Location: Planet Earth
|
Posted: Fri Jul 18, 2008 4:47 pm Post subject: |
|
|
| nonno fabio wrote: | | Siginet wrote: | Hmmm... That is a very odd bug. Could it be possible that the reference to netfx.cab in txtsetup.sif SourceDisks Files is missing the _ that tells it not to compress the file?
For instance:
driver.cab = 1,,,,,,_x,39,0,0
The "_" (Before the "x" or a digit) is telling Windows Install that the file will not be compressed as a single file. It also tells the integrator not to compress the cab file as a single file.
I don't think this is a bug caused by the integrator but the syntax of the SourceDisksFiles code in the addon. If OnePiece has any info that shows I am incorrect I will redesign the integrator to never compress cab files as single files. But... as far as I know it is the SourceDisksFiles code that is incorrect.
BTW... the next integrator will no longer need the WBEM fixes.
This is a great addon... and long awaited too. Thanks OnePiece and Nonno Fabio! |
Yes, it's so but InOnepiece'sHumbleOpinion is caused by rvmi, this because in txtsetup.sif line is
netfx.cab = 4,,,,,,_x,,3,3
It's true that RVMI reads this line and decides not to cab netfx.cab, but here problem is that rvmi confuses netfx.ca_ already in CD with netfx.cab, that is rvmi cabs netfx.cab too and the problem is here: He thinks for same reason even [movefile] command doesn't work. For example, if you go to CD and delete netfx.ca_ (netfx.cat) before integrating then you integrate the addon, in this way is all O.K. So he's almost sure that RVMi find a netfx.ca_ file in cd and confounds the 2 files. Here's an example: if you use an addon with an entries.ini file like this
; | Code: | This section allows you to edit things that normally would not be possible to edit.
[ExtraFileEdits]
SYSOC.inf|netfx=netfxocm.dll,UrtOcmProc,netfxocm.inf,hide,7|netfx=ocgen.dll,OcEntry,netfxocm.inf,hide,7|1
;This section allows you to move a file to another place in your destination.
[FileMove]
NETFX.CAB,..\cmpnents\netfx\i386\*
;This section contains a list of files in i386 which should be compressed at the very
;beginning of the integration process
[i386_compress]
rvmtemp\extracted\NETFX.CAT |
netfx.cab goes correctly in cmpnents\netfx\i386, but rvmi deletes netfx.ca_, already present before addon integration. It's odd but it's so. IOHO in a normal addon rvmi cabs netfx.cab too: it's true that RVMi wouldn't do it because it reads in txtsetup.sif the command which tells it that the CD file is not cabbed, but he thinks that rvmi cabs it anyway because it's mistaken by netfx.ca_ file in cd.
So as netfx.cab is in cd by default, you can tell rvmi when it finds a netfx.cab file to move it in cmpnents\netfx\i386 |
OK... guess that's what I get for assuming before looking at the addon's contents. I have confirmed it is officially a bug with the integrator. Not sure how something like this slipped into the integrator. But I will make sure to fix this before the next release is final. _________________
--Siginet--
Techware
Your Virtual Technician
Computer Management Software |
|
| Back to top |
|
 |
nonno fabio

Joined: 06 Jun 2005 Posts: 1435 Location: Northern Italy
|
Posted: Mon Jul 21, 2008 2:17 am Post subject: |
|
|
thank you very much, Siginet
EDIT: New silent release. The Nlite issue was caused by an Onepiece's mistake in entries.ini file, now fixed. _________________ Don't ask for a different configuration of Onepiece's XP AIO Update Pack: use one of the existing vanilla XP UpdatePack with your preferred addons instead
 |
|
| Back to top |
|
 |
TechnoHunter
Joined: 26 Feb 2006 Posts: 506
|
Posted: Fri Jul 25, 2008 1:52 am Post subject: |
|
|
anyone else have a prompt show up with "insert windows xp professional cd2" asking for web_mediumtrust.config as a file if you integrate this addon? or is that somehow related to the webmoc_repair addon?
any advise much appreciated as the only results from a search of the forums is in an abandoned .net 1 + 2 addon (keytotime's post about duplicate files)
thanks in advance!
TechnoHunter |
|
| Back to top |
|
 |
nonno fabio

Joined: 06 Jun 2005 Posts: 1435 Location: Northern Italy
|
Posted: Fri Jul 25, 2008 2:24 am Post subject: |
|
|
If you're an RVMi user (I suppose so as you add WBEM fix) you must manually copy new Netfx.cab file from addon to your new Win CD \CMPNENTS\NETFX\I386 folder, at the end of integration process before making iso.
I know it's a little annoying but it will be fixed in next RVMi release _________________ Don't ask for a different configuration of Onepiece's XP AIO Update Pack: use one of the existing vanilla XP UpdatePack with your preferred addons instead
 |
|
| Back to top |
|
 |
TechnoHunter
Joined: 26 Feb 2006 Posts: 506
|
Posted: Fri Jul 25, 2008 3:29 pm Post subject: |
|
|
ahh.. i must have mis-understood the directions.. i grabbed the cab file from the iso, moved it, integrated the addon, then copied the cab back into the folder mentioned above... what i didnt do was grab the one from the addon.. -blush- my bad
thanks for clearing up my confusion! |
|
| Back to top |
|
 |
nonno fabio

Joined: 06 Jun 2005 Posts: 1435 Location: Northern Italy
|
Posted: Fri Jul 25, 2008 3:48 pm Post subject: |
|
|
don't worry: it's not your fault. The addon was silently changed and the previous description was not so clear... _________________ Don't ask for a different configuration of Onepiece's XP AIO Update Pack: use one of the existing vanilla XP UpdatePack with your preferred addons instead
 |
|
| Back to top |
|
 |
kal Moderator

Joined: 06 Nov 2005 Posts: 292 Location: Paris/FRANCE
|
Posted: Mon Aug 04, 2008 5:55 am Post subject: |
|
|
Awesome AddOn! Any chance to see it in French ?
I tried to look at the structure, but it seems really complex... |
|
| Back to top |
|
 |
thedexmonster
Joined: 15 Apr 2008 Posts: 8
|
Posted: Wed Aug 20, 2008 8:12 pm Post subject: |
|
|
OK... I have a stupid question
Does this just update the current files?
Meaning, can I remove the dot net files using nlite and integrate this in the same session?
I ask because there are 2 folders on the cd. cmpnents and dotnetfx. They use 65MB as opposed to a 12MB addon. |
|
| Back to top |
|
 |
Kelsenellenelvian Moderator

Joined: 30 Nov 2004 Posts: 4228 Location: Pocatello, ID
|
|
| Back to top |
|
 |
thedexmonster
Joined: 15 Apr 2008 Posts: 8
|
Posted: Fri Aug 22, 2008 3:34 am Post subject: |
|
|
| I thought so... thanks for replying! |
|
| Back to top |
|
 |
alur

Joined: 16 Aug 2007 Posts: 53
|
Posted: Fri Aug 22, 2008 8:46 am Post subject: |
|
|
| Fragbert wrote: |
For the record, no "fix addon" has EVER fixed this error when using addons in RVMi. I either have to use nlite to disable SFC - OR skip RVMi entirely and just use nlite to integrate addons.
This is the MSDN XP SP3 native VLK.
I ABSOLUTELY know I am not alone with this problem, but very surprised nobody else is vocal about it. |
If you are referring to IE and etc not getting installed during the setup this is usually due to some .inf loaded by sysoc.ing not working, which seems to cause every component in that file to not get installed. Just try removing whatever you suspect might be broken from there and give it another try. _________________ A sufficient amount of googling is indistinguishable from actual knowledge. |
|
| Back to top |
|
 |
Fragbert
Joined: 24 Jan 2006 Posts: 338
|
Posted: Sun Aug 24, 2008 3:43 pm Post subject: |
|
|
| FYI: Still need the fix addon for RVMi 1.5.4 beta, otherwise the same broken stuff. |
|
| Back to top |
|
 |
Siginet Site Admin

Joined: 27 May 2005 Posts: 2874 Location: Planet Earth
|
Posted: Tue Aug 26, 2008 2:21 am Post subject: |
|
|
RVM Integrator v1.5.4 Beta 2 should fix the issues with this addon not integrating properly. You also no longer will need the wbemoc fix anymore.  _________________
--Siginet--
Techware
Your Virtual Technician
Computer Management Software |
|
| Back to top |
|
 |
dougiefresh

Joined: 11 May 2005 Posts: 948 Location: Murfreesboro, Tennessee
|
Posted: Mon Sep 29, 2008 6:30 pm Post subject: |
|
|
I can't seem to download from Sharebee. Can you upload to Rapidshare? Thanks! _________________ Visit me at home: http://xptsp.filetap.com |
|
| Back to top |
|
 |
nonno fabio

Joined: 06 Jun 2005 Posts: 1435 Location: Northern Italy
|
Posted: Tue Sep 30, 2008 3:46 am Post subject: |
|
|
Sharebee means also Rapidshare: when you click on it, you get this link too _________________ Don't ask for a different configuration of Onepiece's XP AIO Update Pack: use one of the existing vanilla XP UpdatePack with your preferred addons instead
 |
|
| Back to top |
|
 |
dougiefresh

Joined: 11 May 2005 Posts: 948 Location: Murfreesboro, Tennessee
|
Posted: Tue Sep 30, 2008 3:53 am Post subject: |
|
|
All I was getting was links back to Sharebee, not Rapidshare or anything else. Thanks for posting that link! _________________ Visit me at home: http://xptsp.filetap.com |
|
| Back to top |
|
 |
nonno fabio

Joined: 06 Jun 2005 Posts: 1435 Location: Northern Italy
|
Posted: Tue Sep 30, 2008 9:24 am Post subject: |
|
|
Clicking on the link (with IE7) should take you to this page:
  _________________ Don't ask for a different configuration of Onepiece's XP AIO Update Pack: use one of the existing vanilla XP UpdatePack with your preferred addons instead
 |
|
| Back to top |
|
 |
mionica

Joined: 11 Mar 2006 Posts: 30 Location: Timisoara TM, RO
|
Posted: Sun Oct 12, 2008 5:17 pm Post subject: |
|
|
Integrating into a Tablet PC 2005 SP3 source breaks the TabletPC input panel. I've noticed tabletpc.inf copies a .cfg as copy2gac.config in the framework folder, however copy2gac is missing from (this) the 1.1 package.
Any ideas? _________________ Mircea Horea IONICA
mionica@as.ro
+40 (0)766 694495 |
|
| Back to top |
|
 |
nonno fabio

Joined: 06 Jun 2005 Posts: 1435 Location: Northern Italy
|
Posted: Thu Oct 16, 2008 1:51 am Post subject: |
|
|
Copy2gac.exe is no more present in .Net 1.1 (it uses gacutil.exe). About copy2gac.config read this: Microsoft considers that TabletPCs can use not only 1.0 but 1.1 too.
But if it isn't so, that is TabletPC needs 1.0, I'll put a note on the first post about non-compatibility of the addon with it _________________ Don't ask for a different configuration of Onepiece's XP AIO Update Pack: use one of the existing vanilla XP UpdatePack with your preferred addons instead
 |
|
| Back to top |
|
 |
mionica

Joined: 11 Mar 2006 Posts: 30 Location: Timisoara TM, RO
|
Posted: Sat Oct 18, 2008 11:50 am Post subject: |
|
|
Okay, put the note there...
SP3 edition of tabletpc.inf does that by itself - a file with those exact contents gets copied as Copy2gac.exe.config in the %windir%\Microsoft.NET\Framework\v1.0.3705 folder. Apparently, that's not good enough.
Strange enough, I didn't know 1.1 was not downwards compatible with 1.0. _________________ Mircea Horea IONICA
mionica@as.ro
+40 (0)766 694495 |
|
| Back to top |
|
 |
Fragbert
Joined: 24 Jan 2006 Posts: 338
|
Posted: Sun Oct 19, 2008 11:33 am Post subject: Re: [Release] Onepiece .NET 1.1 SP1 TRUE addon for WinXP |
|
|
Link appears broken today. |
|
| Back to top |
|
 |
pen25jf

Joined: 17 Feb 2007 Posts: 151
|
Posted: Sun Oct 19, 2008 1:22 pm Post subject: |
|
|
| Just a question: what's the difference between this add-on and RogueSpear's? I run RogueSpear's at 0_dotnet.exe so I know it's running first, OR, am I missing something, which is very possible about the "true" addon thingy?? Thanks! |
|
| Back to top |
|
 |
compstuff

Joined: 11 Aug 2006 Posts: 392 Location: Florida
|
Posted: Sun Oct 19, 2008 5:04 pm Post subject: |
|
|
Great questions since I too am wondering the same thing
I have been using RogueSpear's for a very long time with no problems so I am wondering if their is any benefit to changing? |
|
| Back to top |
|
 |
lespea

Joined: 22 Jun 2007 Posts: 138
|
Posted: Mon Oct 20, 2008 2:50 am Post subject: |
|
|
| It is my understanding that this doesn't actually install anything.... it "inserts" it into the windows disc as if it were installed. Sort of like slipstreaming a service pack. |
|
| Back to top |
|
 |
nonno fabio

Joined: 06 Jun 2005 Posts: 1435 Location: Northern Italy
|
Posted: Mon Oct 20, 2008 3:08 am Post subject: |
|
|
the difference with this true addon is that you have a .Net framework already installed and working before T13 (svcpack) stage of Windows setup. _________________ Don't ask for a different configuration of Onepiece's XP AIO Update Pack: use one of the existing vanilla XP UpdatePack with your preferred addons instead
 |
|
| Back to top |
|
 |
compstuff

Joined: 11 Aug 2006 Posts: 392 Location: Florida
|
Posted: Mon Oct 20, 2008 11:01 am Post subject: |
|
|
Thanks for the responses... I am going to try a change to the true addon and do some experimenting... my initila thoughts are:
take XP-SP3
update latest POST SP3 package
then add the true .NET1
I could then use that as a my "base" for the rest of my addon tests... |
|
| Back to top |
|
 |
mionica

Joined: 11 Mar 2006 Posts: 30 Location: Timisoara TM, RO
|
Posted: Mon Oct 20, 2008 2:40 pm Post subject: |
|
|
To put it plainly: it replaces .Net framework 1.0 (meaning, if you install this, .Net 1.0 is gone) , and also it makes sure it installs (Windows XP Home/Pro doesn't install .Net by default - but Tablet PC Edition and Media Center Edition do).
An unfortunate effect is that at least the TPC software won't work on 1.1, it requiring 1.0. I don't know about MCE, but I expect that might also break.
This is very good though for XP Home/Pro users who, for whatever reason, choose to have .Net 1.1 installed. I've never heard of any commercial software which used 1.0, so if you don't use TabletPC or MediaCenter, it's a worthy addition. _________________ Mircea Horea IONICA
mionica@as.ro
+40 (0)766 694495 |
|
| Back to top |
|
 |
lsrkin
Joined: 22 May 2008 Posts: 13
|
Posted: Mon Oct 20, 2008 3:49 pm Post subject: |
|
|
Links are broken :/
Upd.: hmm, seems they didn't work for some time. |
|
| Back to top |
|
 |
nonno fabio

Joined: 06 Jun 2005 Posts: 1435 Location: Northern Italy
|
Posted: Tue Oct 21, 2008 1:45 am Post subject: |
|
|
@lsrkin: down for maintainance: sorry. Try now
@mionica: thanks for your clear explanation: I couldn't do better! _________________ Don't ask for a different configuration of Onepiece's XP AIO Update Pack: use one of the existing vanilla XP UpdatePack with your preferred addons instead
 |
|
| Back to top |
|
 |
lespea

Joined: 22 Jun 2007 Posts: 138
|
Posted: Tue Oct 21, 2008 7:08 pm Post subject: |
|
|
| I just get a blank page (ie and firefox) |
|
| Back to top |
|
 |
Fragbert
Joined: 24 Jan 2006 Posts: 338
|
Posted: Mon Nov 03, 2008 9:48 am Post subject: |
|
|
I use the MSDN XP SP3 native ISO so I noticed the new addon made just for this version - this is what happens:
The other addon has no problems. |
|
| Back to top |
|
 |
nonno fabio

Joined: 06 Jun 2005 Posts: 1435 Location: Northern Italy
|
Posted: Tue Nov 04, 2008 2:53 am Post subject: |
|
|
We have retried one more time but we don't see that error.
Could you retry on a clean XP MSDN source with RVMi and dotnet addon only? Maybe you have in your integration list another addon which needs .Net and it has been integrated before .Net addon...?
Thanks!
Oops... and please verify that the hash is the same of the one you have downloaded, because the addon is silently changed some days ago _________________ Don't ask for a different configuration of Onepiece's XP AIO Update Pack: use one of the existing vanilla XP UpdatePack with your preferred addons instead
 |
|
| Back to top |
|
 |
|