Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

Always Overwrite Option in InstallShield12


1 reply to this topic

Superfreak3

Superfreak3
  • Full Members
  • 437 posts

Posted 06 December 2006 - 21:06

I know in InstallShield12 there is now a file attribute that can be checked to ensure that a file is always overwritten, regardless of version, modified date, etc.

What does this translate to in the .msi file? How does it actually work during the install or what is changed in the compiled .msi file after setting the option to make it work?

Any help is greatly appreciated!!!

huh.gif

nesesser

nesesser
  • Full Members
  • 62 posts

Posted 07 December 2006 - 13:01

According to File Properties Dialog Box topic of IS help library, it would be:
QUOTE
Always overwrite
If you select this check box, the file's version is set to 65535.0.0.0. The maximum version number for a file is 65535.65535.65535.65535

In Version field of File table would be written 65535.0.0.0 in spite of real version.

Edited by nesesser, 07 December 2006 - 13:05.