I am building a setup project for my SmartDevice project, and a part of that is to add a post installation step. I have tried following the instructions found at msdn (here) but it doesn't work for me.
The installation succedes, but then nothing happens. I am "testing" this by attempting to write a file (using the code from the msdn, same link). The final goal is to start another process in the Install_Exit function.
What am I doing wrong? The only thing that MSDN doesn't specify is which SDK's to add to the DLL project - I have tried with several different options with no success. For everything else I have followed the instructions step by step. Please help!