setup & deploy question
-
hi i need to build cab setup for my project Windows-CE project - and i use Symbol scanner dll my question is, i need to Attach this dll - or - is it be Attached automatic with my .exe file project ? and how to create short-cut on Windows-CE desktop in my cab setup ? thanks in advance
-
hi i need to build cab setup for my project Windows-CE project - and i use Symbol scanner dll my question is, i need to Attach this dll - or - is it be Attached automatic with my .exe file project ? and how to create short-cut on Windows-CE desktop in my cab setup ? thanks in advance
Hi Gali, There is a way to full fill your requirement.
**1)**
If your scanner dll property is set as Build Action -> content then you have to add one more project output type from the Add Project output Group dialog window. How to add project output type? While building your Cab Setup that time Right Click on the your Cab Project --> Add --> Project Output... "Add Project output Group dialog window" will open then select Primary output and Content Files and press OK. Now you are ready to Build your Cab Setup Project :) Hope it helps.Pavan Pareta