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

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

2009-03-05 Thread Bob Arnson
Taras Ko 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. -- sig://boB http://joyofsetup.com/ --

[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