我想知道如何使用visual studio 2012中installsheild限量版中的注册表编辑器在Windows启动时运行我的程序。该程序是个人用户的计时器,并且它正常工作它需要能够在启动时自动运行。它是用vb.net编写的,因为它非常重要。
我确实看到了一个类似的问题,指出我可以使用以下行来完成它:
My.Computer.Registry.LocalMachine.OpenSubKey("SOFTWARE\Microsoft\Windows\CurrentVersion\Run", True).SetValue(Application.ProductName, Application.ExecutablePath)
但我想知道如何使用installsheild。