Trying to get a shortcut Icon in the StartUp group of windowsCE4.1

J

jayderk

Hello all,
I am trying to get the *.inf file correct so it sends a shortcut to the
"\Windows\StartUp" directory with no luck on the CE 4.1 Operating System.

here is my inf code..
I have tried many different things like
MetroTrack,0,Metro.exe,%CE2%\StartUp

help if you can.. or if you know of a link.

[DefaultInstall]
CEShortcuts=Shortcuts
CopyFiles=Files.Common

[DefaultInstall.ARMV4T]
CopyFiles=Files.ARMV4T
CESetupDLL=vsd_setup.dll

[SourceDisksNames]
1=,"Common1",,"C:\dev\Metro\Metro\obj\Release\"
2=,"Common2",,"C:\dev\Metro\Metro\Images\"

[SourceDisksNames.ARMV4T]
4=,"ARMV4T4",,"C:\dev\Metro\Metro\obj\Release\"
5=,"ARMV4T_Setup",,"C:\Program Files\Microsoft Visual Studio .NET
2003\CompactFrameworkSDK\v1.0.5000\Windows CE\wce400\ARMV4T\"

[SourceDisksFiles]
Metro.exe=1
Buzzer2.wav=2

[SourceDisksFiles.ARMV4T]
vsd_config.txt.ARMV4T=4
vsd_setup.dll=5

[DestinationDirs]
Files.Common=0,%InstallDir%
Shortcuts=0,%CE2%\Start Menu
Files.ARMV4T=0,%InstallDir%

[Files.Common]
Metro.exe,,,0
Buzzer2.wav,,,0

[Files.ARMV4T]
vsd_config.txt,vsd_config.txt.ARMV4T,,0
vsd_setup.dll,,,0

[Shortcuts]
MetroTrack,0,Metro.exe,%CE11%
 
R

r_z_aret

Hello all,
I am trying to get the *.inf file correct so it sends a shortcut to the
"\Windows\StartUp" directory with no luck on the CE 4.1 Operating System.

here is my inf code..
I have tried many different things like
MetroTrack,0,Metro.exe,%CE2%\StartUp

I think you will be better off using the predefined variable for the
startup directory. Possibly CE3 or CE4.
help if you can.. or if you know of a link. http://www.codeproject.com/ce/pocketpc_deploy.asp

-----------------------------------------
To reply to me, remove the underscores (_) from my email address (and please indicate which newsgroup and message).

Robert E. Zaret, eMVP
PenFact, Inc.
500 Harrison Ave., Suite 3R
Boston, MA 02118
www.penfact.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top