开发者

setup and installation issue

开发者 https://www.devze.com 2022-12-14 22:04 出处:网络
how to resume installation after restarting pc in c# in S开发者_如何学JAVAetup and Deployment project?

how to resume installation after restarting pc in c# in S开发者_如何学JAVAetup and Deployment project?


  1. Create a registry entry indicating where your installer left off.
  2. Make an entry in HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce with your installer name and location.
  3. Your installer will be run after the PC reboots.
  4. Read the registry entry and continue your installation.
0

精彩评论

暂无评论...
验证码 换一张
取 消