View Single Post
  #3 (permalink)  
Old 06-01-2008, 10:32 AM
rstoyguy's Avatar
rstoyguy
SuperNoob
Offline
Location: Wichita, KS
 
Join Date: Jan 2008
Posts: 6,309
Reputation: 23264
rstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation levelrstoyguy can't get a higher reputation level
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Tutorial: Making CABs without WinCE CAB Manager

Quote:
Originally Posted by GoodThings2Life View Post

Variables for Standard Directories:

%CE1% \Program Files
%CE2% \Windows
%CE3% \Windows\Desktop
%CE4% \Windows\StartUp
%CE5% \My Documents
%CE6% \Program Files\Accessories
%CE7% \Program Files\Communications
%CE8% \Program Files\Games
%CE9% \Program Files\Pocket Outlook
%CE10% \Program Files\Office
%CE11% \Windows\Programs
%CE12% \Windows\Programs\Accessories
%CE13% \Windows\Programs\Communications
%CE14% \Windows\Programs\Games
%CE15% \Windows\Fonts
%CE16% \Windows\Recent
%CE17% \Windows\Favorites
Great write up! Here is a link to the macro strings supported by windows mobile. And a link to the SDK documentation.
(no biggy, folks confuse themselves with these all the time!)

Quote:
SDK Documentation for Windows Mobile-Based Pocket PCs
Installation Macro Strings for Mobile Applications


The following table shows the installation macros that you can use for Windows Mobile-based applications. Use these macros in the DestinationDirs section of the CabWiz setup .inf file.
Note Windows CE supports other predefined installation macros, such as %CE3% for \Windows\Desktop. However, these are not supported on Windows Mobile-based Pocket PCs, and their usage in an .inf file on a Pocket PC may have unexpected results.
Macro string.....Pocket PC directory
- - - - - - - - - - - - - - - - - - - - -
%CE1%...........\Program Files
%CE2%...........\Windows
%CE4%...........\Windows\StartUp
%CE5%...........\My Documents
%CE8%...........\Program Files\Games
%CE11%..........\Windows\Start Menu\Programs
%CE14%..........\Windows\Start Menu\Programs\Games
%CE15%..........\Windows\Fonts
%CE17%..........\Windows\Start Menu
__________________
If this post was helpfull, let me know by clicking Thanks!

Reply With Quote
This post has been thanked 2 times.