With my setup, some files need to be replaced after compilation. This works very well when I use the "Copy/Move Local Files" command like this:
Code: Select all
...
Copy Local Files $SFXPATH$\\file to $APPDATA$\\$TITLE$\\file
Apply Install
...
When I uninstall with the /l switch, I see the following messages in the log file:
MSI (s) (58:84) [17:47:53:448]: Product: Foo -- Error 1606. Could not access the network address \\\\server\\installfiles\\.
Any hints?