0

I am trying to create patch(.msp) with some registry changes using InstallShield QuickPatch project. But the registry changes moved to WOW6432Node key, however msi used as baseline was 64-bit.

Vivek Jaiswal
  • 861
  • 1
  • 7
  • 20
  • [Maybe have a quick look here](https://stackoverflow.com/a/57048822/129130). Is the component set 64-bit? – Stein Åsmul Jul 16 '19 at 19:01
  • In the property page for the component look for `64-bit component` = `yes` or `no`. – Stein Åsmul Jul 16 '19 at 19:09
  • My personal opinion: avoid QuickPatch. Create a patch by building a minor upgrade and then using the patch design view. – Michael Urman Jul 17 '19 at 01:50
  • @SteinÅsmul 64-bit component is not set when i check the .msp file.When updating it manually , it works fine. But problem is there is no option in QuickPatch for setting component 64-bit. – Vivek Jaiswal Jul 17 '19 at 04:42
  • @MichaelUrman We can't avoid QuickPatch for now as we have automated the process for quickpatch as there are hundreds of patches build using that. – Vivek Jaiswal Jul 17 '19 at 04:45

1 Answers1

0

This is a known issue with InstallShield QuickPatch project. Support had confirmed that.

Vivek Jaiswal
  • 861
  • 1
  • 7
  • 20