Re: [WiX-users] How to get result from application?

2009-04-12 Thread Taras Ko
Thanks, Yan! Glad to see you! :) You're right - the world is small. %) I'm on my way to use DTF API! ))) Taras -- View this message in context: http://n2.nabble.com/How-to-get-result-from-application--tp2610951p2623971.html Sent from the wix-users mailing list archive at Nabble.com.

[WiX-users] How to get result from application?

2009-04-09 Thread Taras Ko
Hi! How can I get a result from application running? Or any link how to create C# custom actions? Regards, Taras -- View this message in context: http://n2.nabble.com/How-to-get-result-from-application--tp2610951p2610951.html Sent from the wix-users mailing list archive at Nabble.com. --

[WiX-users] Reboot based on application exit code?

2009-04-08 Thread Taras Ko
Hi everybody! I spent few hours to find anything but didn't succeed. I have .NET application installing/uninstalling driver. This application can return result meaning the system should be (or should not be) restarted. I want to use this exit code (a file? registry entry?) to schedule reboot. H

Re: [WiX-users] Problem running app from Module

2009-03-06 Thread Taras Ko
Sorry, my fault. This works: Taras -- View this message in context: http://n2.nabble.com/Problem-running-app-from-Module-tp2431511p2437621.html Sent from the wix-users mailing list archive at Nabble.com. -- Open So

Re: [WiX-users] Problem running app from Module

2009-03-06 Thread Taras Ko
... Results in: ... MSI (s) (34:E4) [12:01:53:065]: Doing action: LaunchTray.??? Action 12:01:53: LaunchTray.???. Action start 12:01:53: LaunchTray.???. MSI (s) (34:24) [12:01:53:081]: Invoking remote custom action. DLL: C:\Windows\Installer\MSI348.tmp, Entr

Re: [WiX-users] Problem running app from Module

2009-03-06 Thread Taras Ko
Bob Arnson-6 wrote: > > Otherwise, try SuppressModularization, but be aware that means your module > will conflict with any other WixShellExecTarget. > Well, I've tried this way: The app didn't run. Log is the same. Am I missing something? -- View this message in context: http://

Re: [WiX-users] Problem running app from Module

2009-03-06 Thread Taras Ko
Bob Arnson-6 wrote: > > Do you need to use WixShellExec to launch the app? If not, just use a > CustomAction with FileKey. Otherwise, try SuppressModularization, but be > aware that means your module will conflict with any other > WixShellExecTarget. > Thanks! But I can't run the app indep

[WiX-users] Problem running app from Module

2009-03-05 Thread Taras Ko
Tray.exe application is installed from Module part of installation. I need to run it after installing. Yes, the code is: Not Installed This works fine in main element but not in (.msm file) containing the file. The reason is simple: property WixShellExecTarget for a module is regis