Setup icin
esas
http://www.codeproject.com/dotnet/setupprjpwd.asp
http://www.csharpnedir.com/makalegoster.asp?MId=283
http://www.c-sharpcorner.com/UploadFile/vishnuprasad2005/SetupProjects12022005022406AM/SetupProjects.aspx
http://www.thescripts.com/forum/thread48204.html
Diger soru icin registery ye bir kayıt atman yeterli bu is icin;
private void button2_Click_1(object sender, System.EventArgs e)
{
Microsoft.Win32.RegistryKey reg = Microsoft.Win32.Registry.LocalMachine.CreateSubKey(@"SoftwareMicrosoftWindowsCurrentVersionRun");
reg.SetValue("appl",Application.ExecutablePath);
}
seklinde cakarsan registy e kaydı acılısta uygulaman calısır.
|