Interesting: So, what exactly is going on with these files? Can you see
them
in the CAB (you can open it on desktop to check)?
Are subfolders created? If they are not deployed correctly (how?), are
other
files deployed?
Basically these files are no different from any other file in the CAB,
CabWiz is not aware of their nature.
I've one comment on the INF, but it should not be an issue - you've
declared
InstallDir macro:
InstallDir=%CE1%\%AppName%
However, it's not actually used.
--
Best regards,
Ilya
This posting is provided "AS IS" with no warranties, and confers no
rights.
*** Want to find answers instantly? Here's how... ***
1. Go to
http://groups-beta.google.com/group/microsoft.public.dotnet.framework.compactframework?hl=en
2. Type your question in the text box near "Search this group" button.
3. Hit "Search this group" button.
4. Read answer(s).
Dear Ilya,
thanks, but localized resource files were not deployed correctly!!!
The shortcuts problem has only been the second question.
The most important question is the issue with localized dlls.
Thanks
Michael
Newsbeitrag
I see... I though localized resource files were not deployed correctly
which is not the case.
What you see is expected as CabWiz from from WM 2003 SDK does not
support
Unicode, you can only use ASCII characters in INF.
My recommendation would be to avoid any none-ASCII characters in INF
files.
CabWiz from WM 5.0 offers limited Unicode support.
In this particular case you might be able to use macros:
[Shortcuts]
"Sales",0,"CONVENO Sales.exe", %CE11%\CONVENO
--
Best regards,
Ilya
This posting is provided "AS IS" with no warranties, and confers no
rights.
*** Want to find answers instantly? Here's how... ***
1. Go to
http://groups-beta.google.com/group/microsoft.public.dotnet.framework.compactframework?hl=en
2. Type your question in the text box near "Search this group" button.
3. Hit "Search this group" button.
4. Read answer(s).
Ilya,
enclosed, please find my INF file.
As you can see, i also have to manually create startmenu subfolders
for
different languages because the Setup Project does not place links in
localized versions of Windows Mobile 2003 at all. It seems to me that
Setup CAB Wizzard has only been tested for english versions of WM
2003.
I have no experience jet if these issues also affect WM5 devices in
different languages.
Thanks a lot in advance for your help.
Michael
Newsbeitrag Have you included subfolder(s) and files into the CAB? Please post
CAB's INF
file.
--
Best regards,
Ilya
This posting is provided "AS IS" with no warranties, and confers no
rights.
*** Want to find answers instantly? Here's how... ***
1. Go to
http://groups-beta.google.com/group/microsoft.public.dotnet.framework.compactframework?hl=en
2. Type your question in the text box near "Search this group"
button.
3. Hit "Search this group" button.
4. Read answer(s).
When i deploy a localized solution directly from VS2005 to a
device,
the
resource DLLs embed correctly into their language dependent
folders.
When creating a CAB-File (with localized resources) and install it
on
a
device, the resource DLLs copy randomly in any localized
sub-folder.
Any workaround available??