Using Installshield how can I add a set of files (sames files) to different Locations?
I want to add a set of files into 8 different locations i.e
So under Program Files there are 8 directories I will be creating with the names as below, and under the directories a set of 4 different files but I need them to be installed (same set) into the Other directories (Location2 , Location3 etcc.>):
Location1
-File1
-File2
-File3
-File4
Location2
-File1
-File2
-File3
-File4
Location3
-File1
-File2
-File3
-File4
Location 4
-File1
-File2
-File3
-File4
and so on until the 8th Directory.
How do I use the DuplicateFile table?
Answers (1)
I tried using the Duplicate file table. The project builds with no errors, when it comes to installing it, the custom setup area shows the message "Compiling Cost for this feature ...." for the features. I click Next then install, the installation GUI closes and nothing happens. What step am I missing?
Comments:
-
...and what did the verbose log you took tell you had happened?
The DuplicateFile table is, like all the tables, well documented on MSDN. - anonymous_9363 10 years ago