Hi, I want to run an .exe file after installation in user context.

I use the following code:

<!-- BEGINN Application start -->
<CustomAction Id='LaunchFile' FileKey='APPLICATION.EXE' ExeCommand=''
Return='asyncNoWait' />
<InstallExecuteSequence>
  <Custom Action='LaunchFile' After='InstallFinalize'>NOT Installed</Custom>
</InstallExecuteSequence>
<!-- END Application start -->

The installation is started by a user without admin rights.
In the UAC I log in as an administrator or User with Admin rights.
My application is started but unfortunately in the context of the admin.
What can i do to start my Application as an User after installation?

Thanks and Regards

Ronny
------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to