Jump to content











Photo
- - - - -

dotNet Framework 2.0 Script


  • Please log in to reply
45 replies to this topic

#26 Henshaw

Henshaw

    Member

  • Advanced user
  • 68 posts
  •  
    Italy

Posted 15 May 2011 - 03:40 PM

Did you point to a directory containing "fbwf.sys" and "fbwflib.dll" in CreatISO script?
These two files are necessary for CreatISO script to activate the write filter on non-writable
discs.


These two files can be got from the XPe SP2 Feature Pack 2007.iso:

However, before you go building your custom dotNet project, verify that the
packaged project you have downloaded runs out-of-the-box
before trying to modify anything. Some small settings are crucial.

Try it this way:

- Extract Target_LiveXP_netFx2_henshaw.7z to an empty folder;
- Plug in a USB pendrive or SD-Card of at least 1Gb to your computer;
- Run PeToUSB.exe;
- Select your drive in PeToUSB and create your bootable disk (see attached image).
- When finished, boot from that pendrive and test the two dotNet applications
included (nLite and H7PluginBuilder).

If everything goes well, then there is no error with the original package.
You can now make a build of your own with fbwf included to run from CD.

Therefore, extract WinBuilder_LiveXP_netFx2_henshaw.7z to some folder
(preferably with a shallow directory path like C:\LiveXP_net)
Remember to make your build with XP SP3 (all my projects were built using SP3)
Do not forget to include fbwf.sys and fbwflib.dll in your build.
It would be better to also activate FBWF in EarlyStarter.script
to invoke the write-filter at an early boot stage.

After booting from CD, to verify that the write filter is active, try to create a text file
in the i386 folder of the CD (usually X:\i386\). If you can do that succesfully, then dotNet apps
will see the install location of NetFx.

Cache size should not be an issue.
Yes this script comes with MSI v4.5. Try it in the original build.
MSI is required for NetFx. If msi packages run on the original project build, then, there must be
some conflicting driver or reg settings in your newly added scripts. Get all your drivers from XP SP3.


Let me know !!!

Attached Thumbnails

  • 2011-05-15_164558.png


#27 oopsboy

oopsboy

    Member

  • Members
  • 30 posts
  •  
    Australia

Posted 19 May 2011 - 05:42 PM

Same here, build project correctly, X: drive is writable. When try to run .msi file, error: The Windows Installer Service coud not be accessed. "Components\Core\2 Update\Windows Installer" has been selected.

Is there any script provide WMI support?

Edited by oopsboy, 19 May 2011 - 05:42 PM.


#28 sbaeder

sbaeder

    Gold Member

  • .script developer
  • 1338 posts
  • Location:usa - massachusettes
  •  
    United States

Posted 19 May 2011 - 08:29 PM

Same here, build project correctly, X: drive is writable. When try to run .msi file, error: The Windows Installer Service coud not be accessed. "Components\Core\2 Update\Windows Installer" has been selected.

Is there any script provide WMI support?

Which "project" are you using? Originally this was for LiveXP (I guess from looking at post #1)...have you tried to build a Win7PE_SE...it has a script to enable the MSI installer...Just remember that you are installing to a RAM disk and it all goes away when you reboot...

The more information and detail the better (and maybe a separate topic in a separate forum???)

#29 Henshaw

Henshaw

    Member

  • Advanced user
  • 68 posts
  •  
    Italy

Posted 20 May 2011 - 09:58 PM

Same here, build project correctly, X: drive is writable. When try to run .msi file, error: The Windows Installer Service coud not be accessed. "Components\Core\2 Update\Windows Installer" has been selected.

Is there any script provide WMI support?


Did you follow my guidelines in post #26 above?
The MSI v4.5 embeded in dotNet2 script is partly derived from XP SP3.
If you make your build with SP2, it will be lacking in some necessary
function calls to run things smoothly.

However, as I said, I will update the script this weekend to v6.

Stay tuned!

#30 oopsboy

oopsboy

    Member

  • Members
  • 30 posts
  •  
    Australia

Posted 21 May 2011 - 12:41 PM

Did you follow my guidelines in post #26 above?
The MSI v4.5 embeded in dotNet2 script is partly derived from XP SP3.
If you make your build with SP2, it will be lacking in some necessary
function calls to run things smoothly.

However, as I said, I will update the script this weekend to v6.

Stay tuned!



Yes, I followed your guideline, using XP SP3 and downloaded LiveXP project from your first POST

#31 Henshaw

Henshaw

    Member

  • Advanced user
  • 68 posts
  •  
    Italy

Posted 24 May 2011 - 10:59 AM

During the weekend I did some testing. Here are the findings:

- The dotNet2 script setup is ok!
- Microsoft Net Framework Native Assemblies do not support live
compilation from CDFS filesystem

Now testing some possible work-arounds...

Stay tuned...

#32 Henshaw

Henshaw

    Member

  • Advanced user
  • 68 posts
  •  
    Italy

Posted 24 May 2011 - 01:09 PM

Wait, wait, wait a moment...!!!

I was mistaking...
I just caught a bug in dnr.exe that makes dotNetRunner to point automatically
to "C:\Windows" instead of "X:\i386" when executed from CDFS environment, making
the system to believe there is no Farmework installed. So the battle continues...

Stay tuned...

#33 Henshaw

Henshaw

    Member

  • Advanced user
  • 68 posts
  •  
    Italy

Posted 24 May 2011 - 04:10 PM

Updated dnr.exe to point to CD...
Here is it running from Qemu...
Tomorrow, I'll update and upload all files.

Here is the test ISO file:
LiveXP_netFx_ISO_beta_2011-05-24.7z

Attached Thumbnails

  • 2011-05-24_175708.png


#34 Tiến Văn

Tiến Văn
  • Members
  • 9 posts
  •  
    Vietnam

Posted 25 May 2011 - 03:52 AM

Thanks a lot!!!!!

#35 Henshaw

Henshaw

    Member

  • Advanced user
  • 68 posts
  •  
    Italy

Posted 27 May 2011 - 11:09 PM

Version 6.2 Final is out!
dotNet apps run from ISO, CD and all other media.
Embeds FBWF supporting up to 1GB cache size.

Please refer to the first post

#36 Henshaw

Henshaw

    Member

  • Advanced user
  • 68 posts
  •  
    Italy

Posted 27 May 2011 - 11:10 PM

Version 6.2 Final is out!
dotNet apps run from ISO, CD and all other media.
Embeds FBWF supporting up to 1GB cache size.

Download: (Please refer to the first post for the most recent version)

#37 izx

izx
  • Members
  • 3 posts

Posted 28 May 2011 - 05:54 AM

Thank you VERY much, Henshaw! I'm sorry I didn't follow up earlier because I was busy, but I will give this new version a try ASAP!

#38 Henshaw

Henshaw

    Member

  • Advanced user
  • 68 posts
  •  
    Italy

Posted 28 May 2011 - 06:18 PM

Now you can build your project without Imdisk or other RAM disk by using dotNet2 script v6.2

See how to do it here: (LiveXP without Imdisk with dotNet2.script).

#39 MrChucong™

MrChucong™

    Member

  • Members
  • 59 posts
  • Location:Small City
  • Interests:Life Or Death
  •  
    Vietnam

Posted 18 September 2011 - 04:11 AM

thank for share...

#40 teksigns

teksigns
  • Members
  • 1 posts
  •  
    United States

Posted 06 February 2012 - 06:05 PM

anyway to still get these ... the downloads are all broken

#41 Henshaw

Henshaw

    Member

  • Advanced user
  • 68 posts
  •  
    Italy

Posted 07 March 2012 - 08:55 AM

Thank you for the alert! I will update links within the next 24 hours.

#42 Henshaw

Henshaw

    Member

  • Advanced user
  • 68 posts
  •  
    Italy

Posted 08 March 2012 - 09:51 AM

All links have been updated to torrent downloads. I will later change them to direct downloads.

Have a nice time!

#43 Henshaw

Henshaw

    Member

  • Advanced user
  • 68 posts
  •  
    Italy

Posted 09 March 2012 - 01:49 AM

All download links have been updated. The downloads are now hosted in 4shared.com

Download: (Please refer to the first post for the most recent version)

#44 TheHive

TheHive

    Platinum Member

  • .script developer
  • 4204 posts

Posted 09 March 2012 - 05:44 AM

Cool Project. Missed it, in its inception. Thanks!

Only First link available to download. The other links on 4shared.com asked you to sign-up.
:good:

#45 MrChucong™

MrChucong™

    Member

  • Members
  • 59 posts
  • Location:Small City
  • Interests:Life Or Death
  •  
    Vietnam

Posted 11 March 2012 - 03:42 AM

megaupload.com is die

#46 Henshaw

Henshaw

    Member

  • Advanced user
  • 68 posts
  •  
    Italy

Posted 11 March 2012 - 09:56 PM

Cool Project. Missed it, in its inception. Thanks!

Only First link available to download. The other links on 4shared.com asked you to sign-up.
:good:


I did not notice that, but registration on 4hared.com is free. However, I will upload them somewhere else and add more links. I wil also add again torrent dowloads.

Coming up soon:
In a couple of weeks from now, I will start woking again on .Net Framework Full that will now include also dotNetFx4.5 (from 1.1 to 4.5 in a comprehensive package). I will try to make it as slim as possible and compatible to all live systems (from LiveXP up to Win8PE).

So, if you have any nice dotNet dream for Windows Live, it's time to make a suggestion.

Stay tuned!
  • Hunter23071985 likes this




3 user(s) are reading this topic

0 members, 3 guests, 0 anonymous users