Re: [WiX-users] Overwrite an existing file

2007-11-29 Thread Szentpali Janos
Basically you are right (though in this case all what you pointed out does not apply). But it makes me think that this is a serious problem for any installer. I mean if someone wants to sabotage an install, all it has to do is to place bogus exe files, with the same name as the installed ones in th

Re: [WiX-users] Overwrite an existing file

2007-11-29 Thread Szentpali Janos
János Brezniczky wrote: > Let's assume the file has been successfully replaced by the new "version". > Should that new version be later uninstalled together with the package which > overwritten it? > > > 2007/11/29, Szentpali Janos <[EMAIL PROTECTED]>: > >> I have an executable x.exe that I need

Re: [WiX-users] Overwrite an existing file

2007-11-29 Thread János Brezniczky
Let's assume the file has been successfully replaced by the new "version". Should that new version be later uninstalled together with the package which overwritten it? 2007/11/29, Szentpali Janos <[EMAIL PROTECTED]>: > > I have an executable x.exe that I need to install over x.exe if it > already

[WiX-users] Overwrite an existing file

2007-11-28 Thread Szentpali Janos
I have an executable x.exe that I need to install over x.exe if it already exists. I want to replace an existing executable which may or may not be there. I want to do that overwriting no matter what :D. If it is there it is not through MSI installation but through manual copying. How can I do that

Re: [WiX-users] Overwrite an Existing File (More Info)

2007-08-25 Thread Darrell ([EMAIL PROTECTED])
PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Darrell ([EMAIL PROTECTED]) Sent: Friday, August 24, 2007 1:36 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Overwrite an Existing File (More Info) Looking into this I found the following from the Windows Installer Log. MSI (s) (BC:A8)

Re: [WiX-users] Overwrite an Existing File (More Info)

2007-08-24 Thread Wilson, Phil
ied - hash matches source file" Phil Wilson -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Darrell ([EMAIL PROTECTED]) Sent: Friday, August 24, 2007 1:36 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Overwrite an Existing File (Mo

Re: [WiX-users] Overwrite an Existing File (More Info)

2007-08-24 Thread Darrell ([EMAIL PROTECTED])
Looking into this I found the following from the Windows Installer Log. MSI (s) (BC:A8) [16:12:38:802]: Executing op: FileCopy(SourceName=iumwmdfq.con|docinfo.exe.config,SourceCabKey=config,DestName=docinfo.exe.config,Attributes=512,FileSize=11567,PerTick=32768,,VerifyMedia=1,CheckCRC=0,,,Ins

[WiX-users] Overwrite an Existing File

2007-08-24 Thread darrell_list
I am moving my project from the install being just unzipping it to being installed through a WiX created installer package (via Visual Studio Plug In). I ran into an issue where WiX will not overwrite files in the folder with the newer files from the installer. Keep in mind this is not an upg