Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/csharp/330.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
C# 使用InstallShield安装程序卸载时从注册表中删除值_C#_Asp.net_Windows_Installshield - Fatal编程技术网

C# 使用InstallShield安装程序卸载时从注册表中删除值

C# 使用InstallShield安装程序卸载时从注册表中删除值,c#,asp.net,windows,installshield,C#,Asp.net,Windows,Installshield,是否可以使用InstallShield installer在卸载时从注册表中删除字符串键值。尽管我已经搜索了很多次,但还是找不到答案。可能有点晚,但我认为您需要在注册表表中添加一行(您可以在InstallShield的Direct Editor视图下找到)。这将允许您指定将在RemoveRegistryValues操作期间删除的注册表 有关此表的更多信息,请查看以下内容: 或者,您可以编写自定义操作以在卸载时运行,并使用InstallScript将其删除。你可以在这里找到一个例子: 希望这有

是否可以使用InstallShield installer在卸载时从注册表中删除字符串键值。尽管我已经搜索了很多次,但还是找不到答案。

可能有点晚,但我认为您需要在注册表表中添加一行(您可以在InstallShield的Direct Editor视图下找到)。这将允许您指定将在RemoveRegistryValues操作期间删除的注册表

有关此表的更多信息,请查看以下内容:

或者,您可以编写自定义操作以在卸载时运行,并使用InstallScript将其删除。你可以在这里找到一个例子:

希望这有帮助


Andy

可能有点晚了,但我认为您需要在注册表表中添加一行(您可以在InstallShield的Direct Editor视图下找到这一行)。这将允许您指定将在RemoveRegistryValues操作期间删除的注册表

有关此表的更多信息,请查看以下内容:

或者,您可以编写自定义操作以在卸载时运行,并使用InstallScript将其删除。你可以在这里找到一个例子:

希望这有帮助

安迪