Re: [WiX-users] How to control the enable/disable of 'x' button on up-right corner of dialog

2007-12-23 Thread Richard
In article <[EMAIL PROTECTED]>, yixie <[EMAIL PROTECTED]> writes: > Any suggestion? There are no Dialog attributes that control the appearance of the close button, so I don't see how you can control the button. -- "The Direct3D Graphics Pipeline" -- DirectX 9 draft available for download

Re: [WiX-users] In place upgradation...

2007-12-23 Thread Richard
In article <[EMAIL PROTECTED]>, V K Gangwar <[EMAIL PROTECTED]> writes: > But my customer is looking for "in place upgradation". Is there any way f= > or "in place upgradation". Hi, it sounds like you should be able to accomplish what you want by using the Upgrade table. Do you have an ent

Re: [WiX-users] How to control the enable/disable of 'x' button on up-right corner of dialog

2007-12-23 Thread yixie
Any suggestion? I'm troubled by this issue. Many thanks! yixie wrote: > > Does anyone have some suggestion? > Many thanks! > > > > yixie wrote: >> >> Hi, >> >> I've several dialogs in my msi. For some of the dialogs, the little 'x' >> buttons on up-right corner are enabled, well some of

[WiX-users] silent uninstallation using wix

2007-12-23 Thread jenefer
I am new to wix programming. I have created a wix installer that will copy files to some desired directories on installation. The current situation is such that every time i make changes to the files i need to build the new installer and uninstall the previous installed product and then install th

[WiX-users] Invoking a batch file using wix

2007-12-23 Thread jenefer
I have to invoke a batch file which is there in my system through wix, without installing the batch file prior to the invokation(that is without installing the batch file using wix)...Can you suggest me some way to do this? Can you please sent a source code of the solution as i am new to wix. Thi

[WiX-users] In place upgradation...

2007-12-23 Thread V K Gangwar
Hi, I developed an MSI installer with version 1.10.0. I want to upgrade this installer with version 1.11.0. When I double click on version 1.11.0 installer a message is displayed that "Another version of this product is already installed. Installation of this version cannot continue. To config

Re: [WiX-users] WIX and private assemblies for Windows 2000

2007-12-23 Thread Andrew Sampson
Either a transform specifically for Win2k installs, or perhaps a Qualified Component. I've never had reason to use either, but it sounds like this situation would fit. Links for Qualified Components: http://msdn2.microsoft.com/en-us/library/aa370947(VS.85).aspx http://msdn2.microsoft.com/en-us