Making Interactive CAB.
Mobile
2
Posts
2
Posters
0
Views
1
Watching
-
Hello, I am developing a smart device application on windows mobile 6.0, for which I want cirtain input from user at the time of deployment. So could anyone tell me how can I make an interactive CAB or how can I add user interface to CAB project. Thanks in advance. Mayur.
-
Hello, I am developing a smart device application on windows mobile 6.0, for which I want cirtain input from user at the time of deployment. So could anyone tell me how can I make an interactive CAB or how can I add user interface to CAB project. Thanks in advance. Mayur.
add a setup.dll to your CAB and there you can show a dialog in install_exit() or whenever you need it.