开发者

setup and installation issue

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜