Hello everyone
im looking for some help. I want to create a install package for my
application that creates 3 folders on the target device no matter what
i try it wont create my folders for me.
Can anyone point me in the right direction?
Shawrie
Peter Foot [MVP] - 30 Mar 2007 10:02 GMT
The CAB project will only create folders if there is at least one file in
the folder.
Peter

Signature
Peter Foot
Device Application Development MVP
www.peterfoot.net | www.inthehand.com
> Hello everyone
>
[quoted text clipped - 5 lines]
>
> Shawrie
Neil Cowburn - 30 Mar 2007 11:55 GMT
Create a folder with a null file (file size of 0 bytes).

Signature
Neil Cowburn
Principal Partner
OpenNETCF Consulting, LLC.
Managed Code in the Embedded World
http://www.opennetcf.com/
http://www.smartdeviceframework.com/
> Hello everyone
>
[quoted text clipped - 5 lines]
>
> Shawrie
<ctacke/> - 30 Mar 2007 13:18 GMT
Create a custom installer DLL that generates them.

Signature
Chris Tacke - Embedded MVP
OpenNETCF Consulting
Managed Code in the Embedded World
www.opennetcf.com
--
> Hello everyone
>
[quoted text clipped - 5 lines]
>
> Shawrie
Arun - 30 Mar 2007 17:19 GMT
Sample setup dll,
http://www.codeproject.com/ce/setupdll.asp
> Create a custom installer DLL that generates them.
>
[quoted text clipped - 15 lines]
>
> - Show quoted text -