1.Create a new entry in the registry during installation.
HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Windows/CurrentVersion/Uninstall/YourProgram.
2.The values are of type REG_DWORD and neet to be set to 1 fro active and 0 for inactive. The values are:
NoRepair NoMoify NoRemove
本文介绍了一种在软件安装过程中创建注册表项的方法,并详细解释了如何通过设置特定的DWORD值来控制安装行为,包括禁用修复、修改及卸载选项。


被折叠的 条评论
为什么被折叠?



