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
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
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:
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
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
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
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
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
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
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
______
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
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
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
13 matches
Mail list logo