Hello,
I'd like to ask a help for the following question. I'm creating an install
package for a server application that can be run in console application mode
without more UI, but when I create shortcuts the following way:
<File Id="WarehouseCacheLevelHostFile"
Name="$(var.WarehouseCacheLevelHost.TargetFileName)"
Source="$(var.WarehouseCacheLevelHost.TargetPath)">
<Shortcut Id="desktopShortcut" Directory="DesktopFolder"
Name="$(var.ProductName)" WorkingDirectory="INSTALLLOCATION" Advertise="yes"
Icon="DesktopIcon.exe" IconIndex="0" />
<netfx:NativeImage Id="ngen_WarehouseCacheLevelHost.exe"
Platform="all" Priority="0" AppBaseDirectory="ProgramFilesFolder" />
<Shortcut Id="ExeShortcut" Directory="ProgramMenuDir"
Name="$(var.ProductName)" Advertise="yes" Icon="StartMenuIcon.exe"
IconIndex="0" />
</File>
After its installation the shortcuts (both) start debugging of the
application but not only the application itself. I've met such situation for
the first time and longtime already I can't understand what's wrong, why the
debugger starts instead of the application. By the way it occurs both for
debug and release configurations.
------------------------------------------------------------------------------
Put Bad Developers to Shame
Dominate Development with Jenkins Continuous Integration
Continuously Automate Build, Test & Deployment
Start a new project now. Try Jenkins in the cloud.
http://p.sf.net/sfu/13600_Cloudbees_APR
_______________________________________________
WiX-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wix-users