I am using wix installer to install my windows service. After installation when 
I go to services and check the path of the installed service, it is showing the 
path of program files location but not from program files (x86).

<Component Id="test Win64="yes">
<File Id="service" Source="service.exe" Vital="yes" KeyPath="yes" DiskId="1"/>
<ServiceInstall Id="service1" Type="ownProcess" Vital="yes" Name=" Service" 
DisplayName=" Service" Description=" Service" Start="auto" 
Account="LocalSystem" ErrorControl="ignore" Interactive="no"></ServiceInstall>
<ServiceControl Id="service2" Start="install" Stop="both" Remove="uninstall" 
Name=" Service" Wait="yes" />
</Component>

Please help me to find the solution to solve the following issue.

1.       I don't required to install my files in program files location. They 
needs be installed in program files (x86) folder only.

2.       How I can change the settings to install the service from program 
files (x86) but not from program files.


Please help me solve these issue.

Thank You,
Satyendra
This e-mail and any files transmitted with it are for the sole use of the 
intended recipient(s) and may contain confidential and privileged information. 
If you are not the intended recipient(s), please reply to the sender and 
destroy all copies of the original message. Any unauthorized review, use, 
disclosure, dissemination, forwarding, printing or copying of this email, 
and/or any action taken in reliance on the contents of this e-mail is strictly 
prohibited and may be unlawful.
------------------------------------------------------------------------------
Subversion Kills Productivity. Get off Subversion & Make the Move to Perforce.
With Perforce, you get hassle-free workflows. Merge that actually works. 
Faster operations. Version large binaries.  Built-in WAN optimization and the
freedom to use Git, Perforce or both. Make the move to Perforce.
http://pubads.g.doubleclick.net/gampad/clk?id=122218951&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