offenbach1 Posted December 29, 2009 Posted December 29, 2009 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
Guest Posted December 29, 2009 Posted December 29, 2009 (edited) .NET all-in-one http://www.ryanvm.net/forum/viewtopic.php?t=5657Yes, 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 itThan place your shortcut in DesktopEdit your winnt.sif to OemPreinstall="Yes" in the [unattended] section. Edited December 29, 2009 by -X-
strel Posted December 30, 2009 Posted December 30, 2009 (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 December 30, 2009 by strel
radix Posted January 1, 2010 Posted January 1, 2010 For create icons in desktop or other folders read here.An example:[Version]Signature="$Windows NT$"[DefaultInstall]ProfileItems=1IconItemAddProfileItems=2IconItemAddProfileItems=3IconItemAdd[1IconItemAdd]; All Users Start Menu iconName = "EULA", 0x0000008, 16407CmdLine = 16422,"Yahoo!\Widgets","EULA.rtf"SubDir = "Yahoo! Widgets"WorkingDir = 16422,"Yahoo!\Widgets"[2IconItemAdd]; All Users Start Menu iconName = "Yahoo! Widgets", 0x0000008, 16407CmdLine = 16422,"Yahoo!\Widgets","YahooWidgets.exe"SubDir = "Yahoo! Widgets"WorkingDir = 16422,"Yahoo!\Widgets"[3IconItemAdd]; All Users Desktop iconName = "Yahoo! Widgets", 0x0000008, 16409CmdLine = 16422,"Yahoo!\Widgets","YahooWidgets.exe"WorkingDir = 16422,"Yahoo!\Widgets"
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now