当前位置: 代码迷 >> C# >> C#依据注册表路径启动程序
  详细解决方案

C#依据注册表路径启动程序

热度:34   发布时间:2016-05-05 03:15:19.0
C#根据注册表路径启动程序

MyInstaller installer = new MyInstaller();

installer.InstallApplication(@"C:\Program Files\Microsoft\Setup1\");

MessageBox.Show("Installer object created.");

  相关解决方案