PDA

View Full Version : Install a file under a different name?


Zabu
08-19-2004, 08:41 AM
Hi,

how can I install a file under another filename?

Example:


In my setup Archive there are 3 files:

File1.xxx
File2.xxx
File3.xxx

In an option-dialog the user selects:

Option1
or Option2
or Option3

And now if the user selected Option1 I want to install File1.xxx to Data.xxx


Is this possible with SetupFactory?


Thanks in advance


Zabu

Ted Sullivan
08-19-2004, 01:56 PM
No problem. They easiest way is to just install the file with the original name and then use a "File Rename" action after the installation to change it to whatever you want.

Zabu
08-19-2004, 02:14 PM
But only with a lot of :huh IF statements :huh . I think there should be an easier way to do that.


Zabu