PDA

View Full Version : rename file during installation (Basic MSI Project)



>Wolf<
04-19-2002, 10:16 AM
Hi,


during my installation i must rename a file of a other application, so that i can it rename again when user remove my application.

Example:

Suppose under C:\OtherApplication there is a file called test.txt

When i now installing my files i must replace the text.txt file with my own test.txt file, but i want save the original one.

Note: Basic MSI Project

How i can do that??

Wolf

RobertDickau
04-19-2002, 10:23 AM
Perhaps use the Direct Editor to add a record to the MoveFile table (about which see the MSI Help Library page "MoveFile Table")...