Re: [WiX-users] Regasm custom action Fails intermittently in Windows XP 64bit.

2008-03-31 Thread Bob Arnson
Abdullah Ahmed wrote: > For an install we have a custom action in our wixscript performing > Regasm in windows xp x64 environment. The install periodically fails > at that point. Sometimes it works..sometimes it doesnt. That's a great reason to not use custom actions to self-register stuff. Us

[WiX-users] Regasm custom action Fails intermittently in Windows XP 64bit.

2008-03-31 Thread Abdullah Ahmed
Hey Guys, For an install we have a custom action in our wixscript performing Regasm in windows xp x64 environment. The install periodically fails at that point. Sometimes it works..sometimes it doesnt. When I try to run regasm manually using the command prompt on the same dll it always works. Her