Re: [WiX-users] How to implement repair option without UI

2008-11-16 Thread Raj P
Hi Zett, Thanks for the help, Can you please help me how to implement repair for the mentioned scenario (without UI). Currently by using "msiexec /fe sample.msi", I am reinstalling the above mentioned (code) msi. This case is not working for 1. Xp if 3 or more files are missing or corrupted 2.

Re: [WiX-users] How to implement repair option without UI

2008-11-14 Thread zett42
Because the files are non-versioned, MSI treats them as user-files and does not reinstall them if they are modified. See http://msdn.microsoft.com/en-us/library/aa368599(VS.85).aspx Raj P wrote: > > Hi, >The current problem, that I am fighting with is > > I have an msi which has simple UI

[WiX-users] How to implement repair option without UI

2008-11-13 Thread Raj P
Hi, The current problem, that I am fighting with is I have an msi which has simple UI (shown in the first lesson of the tutorial), and its copying (two) files to the defined directory. Due to some actions one of the file got deleted and the other file got edited. Now when I execute my msi (same