Copy Files from speicified location during installation
Hi,
I am using Wise Installation Studio 7.0 for packing my application. I am relatively new to this technology. I want to create a package where i want to copy the files from a specified location while installation is in progress. For ex: I had a following structure in my installer C:\ProgramFiles\App\Manuals\. I need to copy the manuals into the following directory from a specified location while the installation of App is in progress. Can anyone guide how to acheive this?
Thanks & Regards
Sudhi
I am using Wise Installation Studio 7.0 for packing my application. I am relatively new to this technology. I want to create a package where i want to copy the files from a specified location while installation is in progress. For ex: I had a following structure in my installer C:\ProgramFiles\App\Manuals\. I need to copy the manuals into the following directory from a specified location while the installation of App is in progress. Can anyone guide how to acheive this?
Thanks & Regards
Sudhi
0 Comments
[ + ] Show comments
Answers (7)
Please log in to answer
Posted by:
anonymous_9363
15 years ago
Posted by:
sudhi_hebbarms
15 years ago
Is the 'specified location' part of the installation structure or is it external to the installation e.g. a nework drive?
Hi,
The speciifed location is external to installation. I had on structure in the installation which needs to pick the file from the external stucture when installation process is in progress.
Posted by:
AngelD
15 years ago
Posted by:
sudhi_hebbarms
15 years ago
Posted by:
anonymous_9363
15 years ago
Posted by:
sudhi_hebbarms
15 years ago
Posted by:
anonymous_9363
15 years ago
....ssssssssso what's wrong with just copying the files from there? I cannot recall how WIS works (it's been a while since I used it) but, if it has a means to directly edit the MSI tables, you could use the DuplicateFile table. Or you could use Orca to do that.
Depending on your requirement, you might want to add an AppSearch for the source folder, though, and condition the component so that it doesn't attempt an install of that component if the source folder isn't present. Personally, I wouldn't do that (they're only manuals, after all).
Depending on your requirement, you might want to add an AppSearch for the source folder, though, and condition the component so that it doesn't attempt an install of that component if the source folder isn't present. Personally, I wouldn't do that (they're only manuals, after all).
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.