Hi All,
I am getting issue related to window service.
I am installing window service using WIX tool and while I install it for first time it shows only one icon in control panel but when I rebuild the application and reinstall the same installer, control panel start showing two icon.
I need to fix it, it shouldn't show two icon when installing same installer after rebuild. Also if I am installing same installer for without rebuilding the application then it just shows modify option instead of installing new one.
As we are using majorupgrade tag in WIX (.wxs) file. I tried below option but it didn't work.
https://wixtoolset.org/documentation/manual/v3/xsd/wix/majorupgrade.html
Please suggest if need to change in <InstallExecuteSequence> tag and what changes to do ?
Thanks
Shailendra Mishra