install location

  1. P

    Question autostart the application when windows starts

    what is the best way to add the vb.net application in startup apps of windows ? I got this code Dim regKey As Microsoft.Win32.RegistryKeyregKey regKey = Registry.LocalMachine.OpenSubKey("SOFTWARE\Microsoft\Windows\CurrentVersion\Run", True) regKey.SetValue("YourApplicationName"...
  2. G

    My program is missing from program files after I deploy it.

    After I publish a program, and copy it to a virgin virtual machine, I run the install. It installs and runs fine, but when I look in the Program Files it is not there. This is a hard one to google - I try install files vb.net and it provides no good responses, so I ask again in here. I don't...
Back
Top