Re: [WiX-users] Files protected by windows

2007-11-07 Thread Mike Dimmick
and Windows Vista is 600. See 'Operating System Property Values' in the Windows Installer SDK. -- Mike Dimmick -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Craig0ss Sent: 07 November 2007 11:59 To: wix-users@lists.sourceforge.net Subject: [Wi

Re: [WiX-users] Files protected by windows

2007-11-07 Thread Wilson, Phil
eam, "%S\n", aFile.FileName); } fclose (stream); return 0; } Phil Wilson -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Craig0ss Sent: Wednesday, November 07, 2007 3:59 AM To: wix-users@lists.sourceforge.net Subject: [WiX-us

[WiX-users] Files protected by windows

2007-11-07 Thread Craig0ss
hi guys when im installing on win2k i get errors saying that the file being copied is being protected by windows, these files are going into the system32 folder, these files already exist on win2k but not not on others likw xp, will i need to diable these files being installed to a win2k system?