FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit 52e67632 authored by Mr Chris B Mortimer's avatar Mr Chris B Mortimer
Browse files

changed log path to variable

parent 20ec4028
No related branches found
No related tags found
1 merge request!25Paintshoppro
......@@ -7,9 +7,9 @@
<check type="uninstall" condition="versionequalto" path="PSPPro64" value="%version%" />
<install cmd='"%WPKGSOFTWARE%\maths_dept_software\corel_paint_shop_pro\deploy\Corel\Corel PaintShop Pro %fileversion% (64-bit)\setup.exe" /q /l "c:\netinst\log\corel_psp_%fileversion%_install.log" /norestart INSTALLX86=0 INSTALLX64=1 FORCENOSHOWLIC=1 DESKTOP=NONE SKIPSILENTINIT=1' />
<install cmd='"%WPKGSOFTWARE%\maths_dept_software\corel_paint_shop_pro\deploy\Corel\Corel PaintShop Pro %fileversion% (64-bit)\setup.exe" /q /l "%WPKGLOGDIR%\corel_psp_%fileversion%_install.log" /norestart INSTALLX86=0 INSTALLX64=1 FORCENOSHOWLIC=1 DESKTOP=NONE SKIPSILENTINIT=1' />
<remove cmd='"%WPKGSOFTWARE%\maths_dept_software\corel_paint_shop_pro\deploy\Corel\Corel PaintShop Pro %fileversion% (64-bit)\setup.exe" /x /q /l "c:\netinst\log\corel_psp_%fileversion %_uninstall.log"' >
<remove cmd='"%WPKGSOFTWARE%\maths_dept_software\corel_paint_shop_pro\deploy\Corel\Corel PaintShop Pro %fileversion% (64-bit)\setup.exe" /x /q /l "%WPKGLOGDIR%\corel_psp_%fileversion %_uninstall.log"' >
<exit code="any" />
</remove>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment