Installer - Files don't copy to the Data directoryadoucette - January 21, 2010 - 10:36am
Using the installer 1.02, the files in that should go in the Data directory don't get put there when the portable app is installed. There are 3 files that need to go into the Data directory on install, 2 txt and one ini. I've tried putting them in the App\DefaultData folder before packaging with the PortableApps.com Installer 1.0.2. (also tried just putting them in the \Data directory and also tried in both directories)
So how can I get them to be put into the \Data directory when the portable app is installed? ( categories: )
|

The Launcher moves the files not the Installer
Those files do not get moved with the installer. The files in the DefaultData folder get copied to the Data folder by the launcher. This is generally done if there are no files in the Data folder.
Thanks for the reply I'll put
Thanks for the reply
I'll put the code into my app launcher to do that
Ari