Re: [WiX-users] Why is my conditional statement not working, installer crashes

2007-05-18 Thread Stefan Pavlik
You should check the log created by the installer. It will containt the error (why the installation ends) msiexec /i you_msi.msi /l*vx logFile.log regards Stefan Venkatesh wrote: > Looks like I am struck here. Do I need to publish the radiobutton value > just after "install" button.Like this: >

Re: [WiX-users] Why is my conditional statement not working, installer crashes

2007-05-17 Thread Venkatesh
Sorry, My publish event is like the follwoing. Venkatesh <[EMAIL PROTECTED]> wrote:Looks like I am struck here. Do I need to publish the radiobutton value just after "install" button.Like this: "> It compiles and links, however when I try to install the installer crashes in

Re: [WiX-users] Why is my conditional statement not working, installer crashes

2007-05-17 Thread Venkatesh
Looks like I am struck here. Do I need to publish the radiobutton value just after "install" button.Like this: "> It compiles and links, however when I try to install the installer crashes in the install ready dialog after selecting Install button. How should I amke it to work?. Ple