minor upgrade question
I have a question regarding a minor upgrade
I need to upgrade 4 files in a package. LEts call them temp1.txt,temp2.txt,temp3.txt and temp4.txt
The files does not contain any version number
File 1-3 is upgraded fine because they are larger than previous version, but number 4 is not upgraded because its identical as previous version(in size)
What would you say is the best way to get this file replaced wit the new one
I need to upgrade 4 files in a package. LEts call them temp1.txt,temp2.txt,temp3.txt and temp4.txt
The files does not contain any version number
File 1-3 is upgraded fine because they are larger than previous version, but number 4 is not upgraded because its identical as previous version(in size)
What would you say is the best way to get this file replaced wit the new one
0 Comments
[ + ] Show comments
Answers (6)
Please log in to answer
Posted by:
anonymous_9363
14 years ago
Posted by:
Bankeralle
14 years ago
Posted by:
anonymous_9363
14 years ago
Posted by:
greenmagnet
14 years ago
Instead of using the RemoveFile action, you can simply add a version value to the file table - even if the files in question aren't versioned.
This will ensure the new file overwrites the existing nonversioned file. According to the Windows Installer File Versioning Rules in the MSDN library:
"Versioned Files Win—A versioned file gets installed over a nonversioned file"
This will ensure the new file overwrites the existing nonversioned file. According to the Windows Installer File Versioning Rules in the MSDN library:
"Versioned Files Win—A versioned file gets installed over a nonversioned file"
Posted by:
anonymous_9363
14 years ago
Posted by:
Bankeralle
14 years ago
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.