Answered by:
Install font files when running CAB file

Question
-
Hi,
Is it possible to install some fonts (.ttf files) in the PDA folder Windows/Fonts while the main application is being installed? I mean, is there any way of indicating this into the CAB file created?
Thanks in advance.Monday, July 13, 2009 8:27 AM
Answers
-
Hi,
To create the CAB file, follow this link:
http://msdn.microsoft.com/en-us/library/aa446504.aspx
To add the files like font or other :
http://msdn.microsoft.com/en-us/library/Aa446504.deploy_cf2_apps_cab_msi_17(en-us,MSDN.10).gif
in the above window:
1) Right click on File System on Target machine
2) Add special folder --> Select Windows from the sub menu
3) Add your fonts files to Windows folder.
Please let me know if it does not work.
Regards,
Malleswar- Proposed as answer by Malleswara Reddy [MCTS, MCP] Monday, July 13, 2009 9:32 AM
- Marked as answer by lopezavila69 Monday, July 13, 2009 9:47 AM
Monday, July 13, 2009 9:31 AM
All replies
-
-
Hi,
I am developing an application with specific fonts so I would like to install them on a PDA with Windows mobile professional. What should I do when I am generating the CAB file which will install my application into the PDA?
I´m afraid the links above doesn´t help me at all, but thanks for replying.
Best regards.Monday, July 13, 2009 8:52 AM -
Hi,
If you want to install font using programmatically then you have to write code for copying @"\Windows\Font\"
Hope this may be help
Pavan Pareta | If you find my post is helpful for you then mark as a answer.- Proposed as answer by WmDev Monday, July 13, 2009 9:43 AM
Monday, July 13, 2009 8:57 AM -
Hi,
To create the CAB file, follow this link:
http://msdn.microsoft.com/en-us/library/aa446504.aspx
To add the files like font or other :
http://msdn.microsoft.com/en-us/library/Aa446504.deploy_cf2_apps_cab_msi_17(en-us,MSDN.10).gif
in the above window:
1) Right click on File System on Target machine
2) Add special folder --> Select Windows from the sub menu
3) Add your fonts files to Windows folder.
Please let me know if it does not work.
Regards,
Malleswar- Proposed as answer by Malleswara Reddy [MCTS, MCP] Monday, July 13, 2009 9:32 AM
- Marked as answer by lopezavila69 Monday, July 13, 2009 9:47 AM
Monday, July 13, 2009 9:31 AM