copy files failure
Posted: Sun Jun 21, 2015 10:04 pm
We have an app with an existing user base. Due to some company changes, we want to change the program data folder. The app creates files that are not part of the installation package (therefore they remain after uninstall).
To assist the user, I want to copy these files. I am using IA Studio 12. I opened the project, went to the MSIcode tab, and after "Apply Install" I added two "Copy/Move Local Files" tasks, copying from $ALLAPPDATA$\FCG\RBRVS Calculator to $ALLAPPDATA$\DoctorsMgmt\RBRVS Calculator. One task specifies the source files = "FeeSchedule*.tps", the other is "Pr*.tps".
No files are copied. The project has "Requested Elevation Level" = "Elevate Administrators Only (highest available)"
I have never used the "Copy/Move Local Files" task before - have I missed something? The installer installs files to $ALLAPPDATA$\DoctorsMgmt\RBRVS Calculator - I assume the copy task runs with the same permissions - is that correct?
Best,
Scott
To assist the user, I want to copy these files. I am using IA Studio 12. I opened the project, went to the MSIcode tab, and after "Apply Install" I added two "Copy/Move Local Files" tasks, copying from $ALLAPPDATA$\FCG\RBRVS Calculator to $ALLAPPDATA$\DoctorsMgmt\RBRVS Calculator. One task specifies the source files = "FeeSchedule*.tps", the other is "Pr*.tps".
No files are copied. The project has "Requested Elevation Level" = "Elevate Administrators Only (highest available)"
I have never used the "Copy/Move Local Files" task before - have I missed something? The installer installs files to $ALLAPPDATA$\DoctorsMgmt\RBRVS Calculator - I assume the copy task runs with the same permissions - is that correct?
Best,
Scott