 Issue 6003395731128320:
  Only take into account processes that have our plugin loaded  (Closed)
    
  
    Issue 6003395731128320:
  Only take into account processes that have our plugin loaded  (Closed) 
  | Index: installer/installer.gyp | 
| =================================================================== | 
| --- a/installer/installer.gyp | 
| +++ b/installer/installer.gyp | 
| @@ -801,7 +801,7 @@ | 
| '<(build_dir_arch)/test-installer-lib.wixobj' | 
| ], | 
| 'action': | 
| - [ 'candle -nologo -dNoDefault ', '-out', '<@(_outputs)', '<@(_inputs)' ] | 
| + [ 'candle -nologo -arch <(candle_arch) -dNoDefault ', '-out', '<@(_outputs)', '<@(_inputs)' ] | 
| } ] | 
| }, |