Windows 10上的visual studio 2012中的InstallShield限量版提供了BSOD

时间:2021-12-21 22:37:03

I'm working with installshield 2013 limited edition in visual studio 2012. This used to work fine on windows 8.1. After upgrading to windows 10 installshield produces a BSOD: registry_filter_driver_exception; ISRegFlt64.sys problem. This is a known problem for Flexera but they don't seem to offer an upgrade. Or am I missing something?

我正在使用visual studio 2012中的installshield 2013限量版。这在Windows 8.1上运行良好。升级到Windows 10后,installshield会生成一个BSOD:registry_filter_driver_exception; ISRegFlt64.sys问题。这是Flexera的一个已知问题,但它们似乎没有提供升级。或者我错过了什么?

1 个解决方案

#1


1  

The fix is present in InstallShield 2015, including the 2015 Limited Edition. If you can't use that because of editions of Visual Studio, you should be able to just take the updated driver and replace it per (tweaked) instructions on the community (except for the bug fix, the driver is shared and hasn't changed lately):

该修复程序存在于InstallShield 2015中,包括2015限量版。如果由于Visual Studio的版本而无法使用它,您应该能够只使用更新的驱动程序并根据社区中的(调整的)指令替换它(除了错误修复,驱动程序是共享的,没有最近改变了):

... copy ISRegFlt.sys (ISRegFlt64.sys on 64-bit machines) from \Program Files (x86)\InstallShield\2015\System to the System folders of any other recent versions of [InstallShield] on the machine.

...将\ Program Files(x86)\ InstallShield \ 2015 \ System中的ISRegFlt.sys(64位计算机上的ISRegFlt64.sys)复制到计算机上[InstallShield]的任何其他最新版本的System文件夹中。

#1


1  

The fix is present in InstallShield 2015, including the 2015 Limited Edition. If you can't use that because of editions of Visual Studio, you should be able to just take the updated driver and replace it per (tweaked) instructions on the community (except for the bug fix, the driver is shared and hasn't changed lately):

该修复程序存在于InstallShield 2015中,包括2015限量版。如果由于Visual Studio的版本而无法使用它,您应该能够只使用更新的驱动程序并根据社区中的(调整的)指令替换它(除了错误修复,驱动程序是共享的,没有最近改变了):

... copy ISRegFlt.sys (ISRegFlt64.sys on 64-bit machines) from \Program Files (x86)\InstallShield\2015\System to the System folders of any other recent versions of [InstallShield] on the machine.

...将\ Program Files(x86)\ InstallShield \ 2015 \ System中的ISRegFlt.sys(64位计算机上的ISRegFlt64.sys)复制到计算机上[InstallShield]的任何其他最新版本的System文件夹中。