MSI / upon installation...
I'm creating a few directories on a network drive.
data\.prefs
data\.config
When the MSI attempts to write to thee folders, it gives me some errors. This is a java based application. When launching the application, it's able to copy these files with no problem. I'm assuming because it is java based. Is there something I can do to make this work via the MSI?
Thank You!
data\.prefs
data\.config
When the MSI attempts to write to thee folders, it gives me some errors. This is a java based application. When launching the application, it's able to copy these files with no problem. I'm assuming because it is java based. Is there something I can do to make this work via the MSI?
Thank You!
0 Comments
[ + ] Show comments
Answers (2)
Please log in to answer
Posted by:
AngelD
18 years ago
Posted by:
Secondlaw
18 years ago
The directories are being created within the package, not via custom action but via 'createfolder' then adding the appropriate settings into the directories table. This does create the directories with no problem, but when it's time to copy files to these directories via the package, I get some errors. I don't have the package in front of me at the moment so I'll answer the other questions tomorrow morning. Thanks for your assistance!
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.