Re: [WiX-users] Quiet Execution Custom Action - run a temporary executable

2009-12-09 Thread dB .
, 2009 2:26 AM To: 'General discussion for Windows Installer XML toolset.' Subject: Re: [WiX-users] Quiet Execution Custom Action - run a temporary executable You would need code (in a custom action, most likely) that would extract the EXE from the Binary table so that you could execute

Re: [WiX-users] Quiet Execution Custom Action - run a temporary executable

2009-12-09 Thread Blair
: [WiX-users] Quiet Execution Custom Action - run a temporary executable Fyi, there's an immediate CA that extracts a binary stream into a file in http://msiext.codeplex.com/. CA_API UINT __stdcall BinaryWrite ( MSIHANDLE hInstall ) Saves a binary stream into a file. Parameters

Re: [WiX-users] Quiet Execution Custom Action - run a temporary executable

2009-12-09 Thread dB .
...@live.com] Sent: Wednesday, December 09, 2009 1:33 PM To: 'General discussion for Windows Installer XML toolset.' Subject: Re: [WiX-users] Quiet Execution Custom Action - run a temporary executable dB, do you have a commit/rollback action that will subsequently erase that file from the disk

Re: [WiX-users] Quiet Execution Custom Action - run a temporary executable

2009-12-08 Thread Blair
Subject: [WiX-users] Quiet Execution Custom Action - run a temporary executable Hi All, I have an executable which has to be launched as a custom action. It is a temporary one, I have to run and delete it after that. When I add it as a Binary and Custom action it works. Binary Id

[WiX-users] Quiet Execution Custom Action - run a temporary executable

2009-12-07 Thread Vladimir Iahnenco
Hi All, I have an executable which has to be launched as a custom action. It is a temporary one, I have to run and delete it after that. When I add it as a Binary and Custom action it works. Binary Id=SetConfigExe SourceFile=$(var.SetConfig.TargetDir)SetConfig.exe / CustomAction