Jump to content

Recommended Posts

Posted

Is there an addon pack for all the .net frame work versions (1.1/2.0/3.5) and their updates/service packs?

Also I was wondering if it was possible to make a shortcut (on the desktop eg.) unattended?

Thanks for the help.

Offenbach


Posted (edited)

.NET all-in-one http://www.ryanvm.net/forum/viewtopic.php?t=5657

Yes, it's possible. Use the $OEM$ folders. You need to create this folder hierarchy...

$OEM$\$Docs\All Users\Desktop

i386 is here so you want oem parallel to it

Than place your shortcut in Desktop

Edit your winnt.sif to OemPreinstall="Yes" in the [unattended] section.

Edited by -X-
Posted (edited)

Try Silent .NET Maker synthesized and build your custom one.

Also if you prefer pre-made solutions there in ryanvm.net you'll find a couple more updated than the one -X- pointed, one by user_hidden and another one by Yumeyao.

Edited by strel
Posted

For create icons in desktop or other folders read here.

An example:

[Version]
Signature="$Windows NT$"

[DefaultInstall]
ProfileItems=1IconItemAdd
ProfileItems=2IconItemAdd
ProfileItems=3IconItemAdd

[1IconItemAdd]
; All Users Start Menu icon
Name = "EULA", 0x0000008, 16407
CmdLine = 16422,"Yahoo!\Widgets","EULA.rtf"
SubDir = "Yahoo! Widgets"
WorkingDir = 16422,"Yahoo!\Widgets"

[2IconItemAdd]
; All Users Start Menu icon
Name = "Yahoo! Widgets", 0x0000008, 16407
CmdLine = 16422,"Yahoo!\Widgets","YahooWidgets.exe"
SubDir = "Yahoo! Widgets"
WorkingDir = 16422,"Yahoo!\Widgets"

[3IconItemAdd]
; All Users Desktop icon
Name = "Yahoo! Widgets", 0x0000008, 16409
CmdLine = 16422,"Yahoo!\Widgets","YahooWidgets.exe"
WorkingDir = 16422,"Yahoo!\Widgets"

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...