 | | From: | Jonny Kwekkeboom | | Subject: | File flags? | | Date: | Thu, 16 Dec 2004 07:08:01 +0100 |
|
|
 | Hi,
how the correct flag settings for
dont overwrite newer version copy if not exixts or older
Flags: comparetimestamp Will not copy if no file found ??
Flags: promptifolder Always get a msgbox for each file....
Overlooked I a flag combination for this?
cu Jonny
|
|
 | | From: | Michael Bell | | Subject: | Re: File flags? | | Date: | Wed, 15 Dec 2004 23:49:52 -0800 |
|
|
 | copy if not exixts or older
This is the default. Without any flags Inno will copy over a file, but first check VersionStamp, then DateTime and overwrite only if newer. To always overwrite use ignoreversion
d --
"Jonny Kwekkeboom" wrote in message news:cpr8oc$mv3$1@news.jrsoftware.org... > Hi, > > how the correct flag settings for > > dont overwrite newer version > copy if not exixts or older > > Flags: comparetimestamp > Will not copy if no file found ?? > > Flags: promptifolder > Always get a msgbox for each file.... > > Overlooked I a flag combination for this? > > cu > Jonny >
|
|
 | | From: | Jonny Kwekkeboom | | Subject: | Re: File flags? | | Date: | Thu, 16 Dec 2004 10:17:09 +0100 |
|
|
 | Hi,
ahhh ;)
thanks and I look how falgs must be included ;)
cu Jonny
|
|