I have a .CAB file that runs as part of an installer process on a Windows CE box. The CAB is written in C++.
The CAB file is ran twice as part of an upgrade process but in different locations at different times. How can I find out what directory the .CAB file is being executed from (executing directory) using C++ only?
Thanks