Link to home
Start Free TrialLog in
Avatar of Parth48
Parth48Flag for India

asked on

how can i packaging my window application in C#.net ?

i want to know that how can i packaging my window application in C#.net ?

i want to make setup project for my application so user can install my application on windows and user can see it in start menu also ....

but how can i do this ??

can u please tell me step by step procedure ??
ASKER CERTIFIED SOLUTION
Avatar of Carl Tawn
Carl Tawn
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Parth48

ASKER

hi @carl_tawn: u r right , but where i can put license key information in installation package ??

so whenever user try to install the application , user has to input the license key and it will validate over the internet ....

can u please tell me the procedure ??
You can't do that out of the box with a Setup Project, it is a custom function which would be better as part of your applications first time startup routine rather than being part of the installation package.