Jump to content

.net and shortcuts


offenbach1

Recommended Posts


.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-
Link to comment
Share on other sites

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"

Link to comment
Share on other sites

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