Skip to content
Discussion options

You must be logged in to vote

Hi,
here the following of my experience....

  1. i wasn't aware that the CA dll has to be a strong name assembly, which creates many problems after trying to install (exception in rundll32.exe? , severe difficulties to uninstall,...)
  2. the feature test was incorrect, below a one that works
<InstallExecuteSequence>
	<Custom Action="InstallUsbXpress" 
			After="InstallFiles"
			Condition="NOT Installed AND &amp;Driver_USBXpress_67_Feature=3"
	/>
</InstallExecuteSequence>

So, now my custom action starts, but fails because it tries to launch a x64 process (C:\Windows\System32\pnpuil.exe) although the generated CA.dll is a x86 dll. I tried other dll generations but without success until now. But i…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@robmen
Comment options

@pas059
Comment options

Answer selected by robmen
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants