Now the displayname contains the arch, lets make the regex less strict

tags/wpkg-notepad++-7.5.2-0.beta1 7.1_el5
Daniel Berteaud 8 years ago
parent 5c3d6313e2
commit 066237e824
  1. 2
      packages/notepad++.xml

@ -10,7 +10,7 @@
<variable architecture="x86" name="INSTALL_PATH" value="%PROGRAMFILES%\Notepad++" /> <variable architecture="x86" name="INSTALL_PATH" value="%PROGRAMFILES%\Notepad++" />
<variable architecture="x64" name="INSTALL_PATH" value="%PROGRAMFILES(x86)%\Notepad++" /> <variable architecture="x64" name="INSTALL_PATH" value="%PROGRAMFILES(x86)%\Notepad++" />
<check type="uninstall" condition="versionequalto" path="Notepad\+\+" value="%PKG_VERSION%" /> <check type="uninstall" condition="versionequalto" path="Notepad\+\+.*" value="%PKG_VERSION%" />
<!-- remove plug-ins to prevent installer hanging --> <!-- remove plug-ins to prevent installer hanging -->
<!-- Exit code of "1" can occur if there are no .dll files in the plugins dir. This happens if a previous installation has been uninstalled, <!-- Exit code of "1" can occur if there are no .dll files in the plugins dir. This happens if a previous installation has been uninstalled,

Loading…
Cancel
Save