Hi, I am trying to create a setup program for my application with Microsoft's Package and Deployment Wizard.
I encounter a problem trying to include files with the same name but in different folders.
For instance, I want to include file1.txt in folder1 and also file1.txt in folder2. The wizard only saves one copy of the file into the cab. When I run setup the wizard will extract the file1.txt from folder1 into BOTH folder1 and folder2.
How should I go about solving this ?
OR Is there a way where I can name the file in folder2 to file2.txt when it is saved into the cab and rename it to file1.txt when it is extracted again ?
Really appreciate any help ! Thanks !!
I encounter a problem trying to include files with the same name but in different folders.
For instance, I want to include file1.txt in folder1 and also file1.txt in folder2. The wizard only saves one copy of the file into the cab. When I run setup the wizard will extract the file1.txt from folder1 into BOTH folder1 and folder2.
How should I go about solving this ?
OR Is there a way where I can name the file in folder2 to file2.txt when it is saved into the cab and rename it to file1.txt when it is extracted again ?
Really appreciate any help ! Thanks !!