English 中文(简体)
Inno Setup reg edits . Best way
原标题:Inno Setup reg edits .. best way

我只剩下了 in,我的问题更多地是安装战略。

是否有向用户机器复制垃圾档案的优势,然后操作,而不是没有创造我所需要的所有垃圾(其中几个是空洞的)。

Considerations:

  1. a reg file approach would allow for an install repair option for the user.
  2. a reg file approach would be easier to code and edit.
  3. a reg file approach might have problems with UAC.
  4. a reg file approach would require, likely a separate uninstall process to remove reg keys (-regfile,reg).

这里是否有任何想法? 感谢任何反馈。

最佳回答

无,没有好处,但存在不利之处。

答复你的意见:

  1. So does inno, but with more control.
  2. You can create it by an export, but it s no easier to edit, it s still just a text line for each entry.
  3. It shouldn t do as it runs with full access of the user.
  4. Correct. Inno does all this automatically as part of its uninstall process if it created the keys, once again with far more control.

如果你有reg子,你可以将其进口到Inno档案库中。

问题回答

暂无回答




相关问题
Is CLSID in registry for windows operating system is constant

I am developing a windows mobile application where i need to get a registry value of notification settings ,that is stored with CLSID as a key .Can i depend on the CLSID for retrieving the value of a ...

登记许可问题

vs2008, c. First time myhons# , it needs to establish a LM LMSoftware. 湿租赁

Reading registry values with cmake

On a Windows 7 machine I cannot read any registry values that contain a semicolon. For example if you have 7-zip, running the following SET(MYPATH [HKEY_LOCAL_MACHINE\SOFTWARE\7-Zip;Path]) ...

How to check visible resolution of system

I am not entirely sure how to word this questions so I am just going to explain my problem. My VB 6 program saves the location of the screen in the registry so that when it loads up again it can have ...

How to read and write to registry using VB.NET

How do I read, write and delete a registry using VB 2005/2008? Please give your explanation to your answer. I am really a registry noob... Thanks. I can t read any programming language other than vb.

Installing a Windows Service as a user

I m currently in the process of creating a Windows service application which will monitor changes to certain keys made in the HKEY_USERS registry. The way I do this is by collecting the SID of the ...

热门标签