hi sir this is vivek kumar i am looking for procedure to make a setup
for my software i made one winforms application using c# and access as backend and
now i want to make a setup for that so there will be no need to install
visual studio to run it. i used access as a database and c# as a
coding. now i want to know the procedure to make setup where that will
ask for serial number while installing and how to make that serial key
for every pc different? please provide me the full detail as i am new
to this forum...
thanking you
Loading
Sam HobbsPosted Nov 28, 2009, 1:01 PM
keshav singhPosted Nov 28, 2009, 4:04 AM
here is the method
if you like the answer please mark it as Accepted
Kirtan PatelPosted Nov 28, 2009, 2:46 AM
Setup and deployment options is there in .net 2.0 also and no problem to use MySql also
but make sure when you make setup then include MySQl Server Setup also in Setup Project so user dont need to find it on net :)
Here is Video How to Do it Just See the Video its About 15 mins and you will learn how to create setup ;)
http://msdn.microsoft.com/en-us/vstudio/cc178521.aspx
SreekanthPosted Nov 27, 2009, 12:07 AM
Kirtan PatelPosted Nov 26, 2009, 9:53 PM
if my answer helps you then please check "Do you like this answer check box " :)
Step 1
========
Step 2
----------
Step 3
---------
Step 4 :
Add Files to Application Folder that you want to Include in Setup
Configure the Setup more By Right Clicking Setup Project In Solution Explorer .
Step 5
Build The Stup and You are Done :)
and For Serial Key Solution you need to use Some Third Party SDK to Implement Registration Logic in Application Program :)
like
http://www.ionworx.com/solutions.html
jingePosted Nov 26, 2009, 9:43 PM