I wanna assign value to variable after compiling . As example I wanna save computer information and date of starting and ... .
It saves this information into the .exe file and if user copy this file to another computer , Program will be automatically compare this information and current computer information (And disable to run).
Is it possible ? How can I save this data in .exe file without using database , or file or registry ?!
I am using C#
Thank u for read .