[WiX-users] How to fire event without waiting for focus change

2008-09-05 Thread Krzysztof Kozmic
I now have in my UI a custom step that requires user to enter some data until he can proceed to the next step. However, the Next button won't get enabled, until user changes focus from the last entry box. I'd rather, if it went enabled as soon as user enters first character, without waiting for

[WiX-users] Uninstall certificate error

2008-09-04 Thread Krzysztof Kozmic
My installer fails during uninstallation. Here's the part of log. MSI (s) (48:98) [12:40:20:375]: Executing op: ActionStart(Name=DeleteMachineCertificate,,) MSI (s) (48:98) [12:40:20:375]: Executing op: CustomActionSchedule(Action=DeleteMachineCertificate,ActionType=11265,Source=BinaryData,Targ

[WiX-users] Certificate error

2008-09-04 Thread Krzysztof Kozmic
I updated to the most recent WiX build. Now I get errors even during instalation InstallCertificates: Error 0x80070057: Failed to open PFX file. InstallCertificates: Error 0x80070057: Failed to get SHA1 hash of certificate. InstallCertificates: Error 0x80070057: Failed to resolve certificate:

Re: [WiX-users] Odp: Re: Disposable files

2008-08-28 Thread Krzysztof Kozmic
ould also do it in your CA if you really have to. Cheers, James -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Krzysztof Kozmic Sent: 28 August 2008 12:39 To: wix-users@lists.sourceforge.net Subject: [WiX-users] Odp: Re: Disposable files This is more trick

[WiX-users] Odp: Re: Disposable files

2008-08-28 Thread Krzysztof Kozmic
This is more tricky than I thought. How do I remove fiels during installation. I want to do the folliwing. Copy files into target folder. Run custom action on those files Remove the files (some, not all) CONFIDENTIALITY NOTICE This message is intended exclusively for the individual or entity to

[WiX-users] Disposable files

2008-08-28 Thread Krzysztof Kozmic
Ok, one more thing. What is the right way of adding disposable files to the project. By disposable I mean: I want to have few files (certificates to be precise) that I want to have in the installer, copy them somewhere, install to the certificate store, and then I want to remove the files. I can

[WiX-users] WIX and MSMQ

2008-08-28 Thread Krzysztof Kozmic
Is there a way of doing the following in wix? - ensuring MSMQ is installed - check if queue exists - if not create it I know there is WixMsmqExtension.dll, but its documentation is practically nonexistent, and it doesnt have anything that even remotely looks like something I need. I currently

Re: [WiX-users] Odp: Re: Need help with QtExec

2008-08-27 Thread Krzysztof Kozmic
Actually I want it to run ONLY when installing. when I set it to Not Installed, they have been firing as well. CONFIDENTIALITY NOTICE This message is intended exclusively for the individual or entity to which it is addressed. This communication may contain information that is proprietary, priv

Re: [WiX-users] Odp: Re: Need help with QtExec

2008-08-27 Thread Krzysztof Kozmic
EMAIL PROTECTED] 8/27/2008 1:35 pm >>> "NOT Installed" is correct but you need it on the other CustomAction (CertsBatPath) or both. Neil Neil Sleightholm X2 Systems Limited [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> ____ From: [EMAIL PROTE

Re: [WiX-users] Odp: Re: Need help with QtExec

2008-08-27 Thread Krzysztof Kozmic
lt;mailto:[EMAIL PROTECTED]> From: [EMAIL PROTECTED] on behalf of Krzysztof Kozmic Sent: Wed 27/08/2008 09:09 To: wix-users@lists.sourceforge.net Subject: [WiX-users] Odp: Re: Need help with QtExec It works, when I change it to: Seems odd to me. And error m

[WiX-users] Odp: Re: Need help with QtExec

2008-08-27 Thread Krzysztof Kozmic
______ From: [EMAIL PROTECTED] on behalf of Krzysztof Kozmic Sent: Wed 27/08/2008 08:14 To: wix-users@lists.sourceforge.net Subject: [WiX-users] Need help with QtExec Ok, I tried the approach with second action, but this time when I compile I get error. Error 1 ICE68: Invalid cu

[WiX-users] Odp: Re: Need help with QtExec

2008-08-27 Thread Krzysztof Kozmic
ems Limited [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> From: [EMAIL PROTECTED] on behalf of Krzysztof Kozmic Sent: Wed 27/08/2008 08:14 To: wix-users@lists.sourceforge.net Subject: [WiX-users] Need help with QtExec Ok, I tried the approach with second ac

[WiX-users] Need help with QtExec

2008-08-27 Thread Krzysztof Kozmic
Ok, I tried the approach with second action, but this time when I compile I get error. Error 1 ICE68: Invalid custom action type for action 'SetCertsBatPath'. The actual script looks like this: I basically copy/pasted from help. Why it doesn't w