Skip to content

Commit 70f5bdb

Browse files
committed
Changing tag from <preUninstallationActionList> to <postInstallationActionList> because it was not adding PGSvc.sh file to the uninstaller
1 parent 2875c8d commit 70f5bdb

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

PGInstaller.xml.in

+2-5
Original file line numberDiff line numberDiff line change
@@ -2365,15 +2365,12 @@ ${msg(existing.upgraded)} </explanation>
23652365
<name>project.allowAddRemoveComponents</name>
23662366
<value>1</value>
23672367
</setInstallerVariable>
2368-
</postInstallationActionList>
23692368

2370-
<preUninstallationActionList>
2371-
<addFilesToUninstaller>
2369+
<addFilesToUninstaller>
23722370
<files>${installdir}${slash}${product_version}${slash}bin${slash}PGSvc.sh</files>
23732371
</addFilesToUninstaller>
2374-
</preUninstallationActionList>
2375-
23762372

2373+
</postInstallationActionList>
23772374
<allowComponentSelection>1</allowComponentSelection>
23782375
<allowedLanguages>en fr de it es</allowedLanguages>
23792376
<createOsxBundleZip>1</createOsxBundleZip>

0 commit comments

Comments
 (0)