Custom EXE file
My desktop application needs to input a document and create its exe file (maybe embed the document file into exe). When the user clicks the exe, it should validate user/pwd from online database and then output the embeded document. Can anyone tell me how to do it?
LisaPosted Mar 30, 2009, 7:53 AM
Create a windows application with a form to authenticate and the another form which has your actual application content. The exe created by the application, u can use a set up project to actually install the same.
Thanks,
Lisa