Hi all,

 

If I want to uninstall my product over Add/Remove programs it does not
work

 

 

Here are some code snippets:

 

 

Snippet 1:

 

<Component Id="Service" Guid="" SharedDllRefCount="no" KeyPath="no"
NeverOverwrite="no" Permanent="no" Transitive="no" Location="either"
Win64="$(var.Is64Bit)">

              <File Id="ApplstrudlagentEXE" Name="applstrudlagent.exe"
DiskId="1" Source="$(var.BinaryFolder)/applstrudlagent.exe"
ReadOnly="no" Compressed="yes" KeyPath="yes" Vital="yes" Hidden="no"
System="no" Checksum="no" />

              <ServiceInstall Id="ServiceInstall"
DisplayName="appl.strudl Software-Telemetry 2008 Agent"
Name="ApplStrudlAgent" ErrorControl="normal" Start="auto"
Type="ownProcess" Vital="no" Description="$(var.Platform)Monitors and
records infrastructure data on behalf of Appl.Strudl Server" />

              <ServiceControl Id="ServiceControl" Name="ApplStrudlAgent"
Wait="yes" Start="install" Stop="uninstall" Remove="uninstall"/>

 </Component>

 

 

Snippet 2:

 

 

<InstallExecuteSequence>

      <RemoveExistingProducts After="InstallFinalize" />

    </InstallExecuteSequence>

 

 

Can anybody say what is missing?

 

Best regards

 

Silvio

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to