IPB

Google Frontpage Forums Unattended CD/DVD Guide
 Forum Rules Unattended CD/DVD Guide Homepage · MSFN Forum Rules
 
Reply to this topicStart new topic
> Desktop Shortcuts
dbunch
post Jun 26 2008, 09:23 AM
Post #1





Group: Members
Posts: 1
Joined: 30-May 08
Member No.: 194567
OS: XP Pro x86
Country Flag


I am trying to find a way to place shortcuts on the Desktop for WinPE 2.1


I was trying to create a little menu so that I could setup a Ghost PE disk.

I want my users to be able to choose the image they want to deploy from the desktop..

I can do this by using shortcuts or use some type of a menu program (Which I do not really want to do)


Thanks
Go to the top of the page
 
+Quote Post
Tripredacus
post Jun 27 2008, 09:49 AM
Post #2


K-Mart-ian Legend
******

Group: Members
Posts: 1208
Joined: 28-April 06
From: Buffalo, NY
Member No.: 94953
OS: Server 2008 x64
Country Flag


Have you looked into using an HTA? Technically there is no desktop in the PE, since its default shell is the command prompt. You see wallpaper of course, but the explorer doesn't run. Is yours set up to use explorer as the shell?
Go to the top of the page
 
+Quote Post
srk999
post Jul 7 2008, 08:31 AM
Post #3


Newbie


Group: Members
Posts: 20
Joined: 7-July 08
Member No.: 199775
OS: none
Country Flag


I am looking for the same thing. I need to add a shortcut to something (executable) that is already on the DVD. There has to be a way we can do that. Maybe start menu shortcut if not desktop?
Go to the top of the page
 
+Quote Post
Tripredacus
post Jul 8 2008, 01:34 PM
Post #4


K-Mart-ian Legend
******

Group: Members
Posts: 1208
Joined: 28-April 06
From: Buffalo, NY
Member No.: 94953
OS: Server 2008 x64
Country Flag


Well there is no start menu either. You could use a batch file with a menu, a script (like autoit or kixtart), or perhaps create your own HTA to launch the program from. Or, until you figure out how to do either of those two, you can just run the app from the command prompt, as I am currently doing as a workaround.
Go to the top of the page
 
+Quote Post
jaclaz
post Jul 8 2008, 03:55 PM
Post #5


MSFN Junkie
Group Icon

Group: Software Developers
Posts: 3623
Joined: 23-July 04
From: Italy
Member No.: 25215
OS: none
Country Flag


Wouldn't something like these:
http://launchy.net/
http://www.nymtec.com/desktop-lite-thingy
be handy? unsure.gif

Would they run in PE 2.1? unsure.gif


jaclaz
Go to the top of the page
 
+Quote Post
Tripredacus
post Jul 11 2008, 02:47 PM
Post #6


K-Mart-ian Legend
******

Group: Members
Posts: 1208
Joined: 28-April 06
From: Buffalo, NY
Member No.: 94953
OS: Server 2008 x64
Country Flag


QUOTE (jaclaz @ Jul 8 2008, 05:55 PM) *
Wouldn't something like these:
http://launchy.net/
http://www.nymtec.com/desktop-lite-thingy
be handy? unsure.gif

Would they run in PE 2.1? unsure.gif


jaclaz


They might. You just need to have a 32bit app to run in the PE. 16bit apps won't run, so example you can't run DEVCON in the PE like you could from a boot disk.

EDIT: I'd like to add if you try to run a 16bit app from the PE, it returns an error stating it can't find the file. ex: "Cannot find devcon.exe" would appear if you tried running devcon.

This post has been edited by Tripredacus: Jul 11 2008, 02:49 PM
Go to the top of the page
 
+Quote Post
jaclaz
post Jul 12 2008, 04:26 AM
Post #7


MSFN Junkie
Group Icon

Group: Software Developers
Posts: 3623
Joined: 23-July 04
From: Italy
Member No.: 25215
OS: none
Country Flag


QUOTE (Tripredacus @ Jul 11 2008, 10:47 PM) *
They might. You just need to have a 32bit app to run in the PE. 16bit apps won't run, so example you can't run DEVCON in the PE like you could from a boot disk.

EDIT: I'd like to add if you try to run a 16bit app from the PE, it returns an error stating it can't find the file. ex: "Cannot find devcon.exe" would appear if you tried running devcon.


FYI, something can be done with 16 bit apps, too newwink.gif:
http://www.boot-land.net/forums/?showtopic=5105

jaclaz
Go to the top of the page
 
+Quote Post
yaleyu
post Jul 30 2008, 08:23 PM
Post #8





Group: Members
Posts: 5
Joined: 26-July 08
Member No.: 202614
OS: none
Country Flag


I'm going to build an WinPE 2.1 image to include some useful tools, VistaPE project have it but I don't need some of its build, by analyzing and decoding VistaPE scripts, I have done some hands-on work to have my WinPE 2.1 image run well with Vista default Explorer as shell, MMC and IE are also working well, thus it's easy to add desktop/start menu shortcuts.

I will upload my image once it looks better and integrated more useful tools.
Go to the top of the page
 
+Quote Post
jaclaz
post Aug 1 2008, 04:03 AM
Post #9


MSFN Junkie
Group Icon

Group: Software Developers
Posts: 3623
Joined: 23-July 04
From: Italy
Member No.: 25215
OS: none
Country Flag


QUOTE (yaleyu @ Jul 31 2008, 04:23 AM) *
I'm going to build an WinPE 2.1 image to include some useful tools, VistaPE project have it but I don't need some of its build, by analyzing and decoding VistaPE scripts, I have done some hands-on work to have my WinPE 2.1 image run well with Vista default Explorer as shell, MMC and IE are also working well, thus it's easy to add desktop/start menu shortcuts.

I will upload my image once it looks better and integrated more useful tools.


Well, NO. realmad.gif

Anyone would be pleased to see your modified VistaPE winbuilder .scripts smile.gif, but uploading (read distributing) a pre-built image would not be legal.

BTW, did you check the PE 2.1 project by allanf unsure.gif:
http://www.boot-land.net/forums/index.php?...ic=4431&hl=

There are several interesting points in it.

jaclaz
Go to the top of the page
 
+Quote Post
yaleyu
post Aug 6 2008, 08:22 PM
Post #10





Group: Members
Posts: 5
Joined: 26-July 08
Member No.: 202614
OS: none
Country Flag


QUOTE (jaclaz @ Aug 1 2008, 06:03 PM) *
QUOTE (yaleyu @ Jul 31 2008, 04:23 AM) *
I'm going to build an WinPE 2.1 image to include some useful tools, VistaPE project have it but I don't need some of its build, by analyzing and decoding VistaPE scripts, I have done some hands-on work to have my WinPE 2.1 image run well with Vista default Explorer as shell, MMC and IE are also working well, thus it's easy to add desktop/start menu shortcuts.

I will upload my image once it looks better and integrated more useful tools.


Well, NO. realmad.gif

Anyone would be pleased to see your modified VistaPE winbuilder .scripts smile.gif, but uploading (read distributing) a pre-built image would not be legal.

BTW, did you check the PE 2.1 project by allanf unsure.gif:
http://www.boot-land.net/forums/index.php?...ic=4431&hl=

There are several interesting points in it.

jaclaz


OK, see, I will follow the rules seriously.
Go to the top of the page
 
+Quote Post

Google Frontpage Forums Unattended CD/DVD Guide

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



Lo-Fi Version Time is now: 8th January 2009 - 01:31 AM
All trademarks mentioned on this page are the property of their respective owners
MSFN is not affiliated with Microsoft
Copyright © 2001-2008 msfn.org
Privacy Policy