Hi 

Thanks for respones.

Log says:

Action 18:50:25: UninstallLogonHandler. 
Error 1721. There is a problem with this Windows Installer package. A
program required for this install to complete could not be run. Contact your
support personnel or package vendor. Action: UninstallLogonHandler,
location: C:\program files\Client\xyz.exe, command: UninstallLogonHandler 
DEBUG: Error 2888:  Executing the TextStyle view failed
The installer has encountered an unexpected error installing this package.
This may indicate a problem with this package. The error code is 2888. The
arguments are: TextStyle, , 

The same custom action( UninstallLogonHandler and File Key: XYZ.exe) is
working fine with XP

Thanks

 


Johan Appelgren wrote:
> 
> On Jan 23, 2008 2:20 PM, SaiTeja <[EMAIL PROTECTED]> wrote:
>>
>> Hi,
>>
>> I have created a WIX installer that works perfectly on XP.
>>
>> But When I try in Vista Business, my custom actions are failing
>>
>> Below is the custom action
>>
>> <CustomAction Id="UninstallLogonHandler" Return="check"
>> Execute="deferred"
>> ExeCommand="UninstallLogonHandler" FileKey="xyz.exe">
>> </CustomAction>
>>
>> <InstallExecuteSequence>
>>     <Custom Action="UninstallLogonHandler" Sequence="4400">Not
>> Installed</Custom>
>> </InstallExecuteSequence>
>>
>>
>> I tried with Impersonate="yes" and Impersonate="no". Still it is failing
>>
>> Any ideas of what might be this issue would be greatly appreciated.
>>
>>
>> I want my installer should work on xp,vista,windows server2003 per
>> machine.
>>
>>
>> please suggest solution for general cases like admin check, registry, COM
>> objects etc also.
> 
> What does a log of a failed install say? msiexec /i your.msi /lv*
> install.log
> 
> What does xyz.exe do?
> 
> /Johan
> 
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Custom-actions-working-fine-in-xp---failing-in-Vista-tp15041566p15041914.html
Sent from the wix-users mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to