Skip to content
  • Brad King's avatar
    Revert "CPack/NSIS: Sign the uninstaller" · 1b1ad2a2
    Brad King authored
    This reverts commit 09475c29 (CPack/NSIS: Sign the uninstaller,
    2017-03-01) and follow-up commit e1ee7b43 (CPack/NSIS: Avoid a race
    condition when generating the installer, 2017-03-22).  The signing
    implementation does not work on Linux for a couple reasons:
    
    * The script tries to run the temporary uninstaller executable,
      but of course this cannot be done except on a Windows host.
    
    * The `${NSISDIR}\makensis` file does not exist because `makensis`
      is installed elsewhere.
    
    The result is that existing package configurations can break on Linux.
    For example, the CPackComponents test fails.
    
    Revert the feature until an alternative implementation approach can be
    found.
    1b1ad2a2