Question
How to use Custom Actions in silent installation?
Hello!
For Creo 3 I'm trying to copy additional files using silent installation.
For this I'm write a custom action in "pma.p.xml":
<CUSTOM_ACTION dest="C:\Users\Public\Desktop\readme.txt" dll="" file="C:\readme.txt" name="CopyFileToDest" when="PostInstall"/>
To start installer:
setup.exe -xml pma.p.xml
But "readme.txt" file is not copied to the desktop (or any other destination).
Is it possible to write user actions? Any tips are welcome!

