Just starting out. wxs includes: <Icon Id="MyAppIcon" SourceFile="$(var.MyApplication.TargetFileName)" /> under Product. When compiling, I get: The system cannot find the file "MyApplication.exe" which is the reference above (var.MyApplication.TargetFileName) The same reference is used in a File tag with no apparent error: <File Id="MyApplicationFile" Name="$(var.MyApplication.TargetFileName)" Source="$(var.MyApplication.TargetPath)" DiskId="1"> <Shortcut Id="desktopMyApplication" Directory="DesktopFolder" Name="MyApplication" Description="My Simple Application" WorkingDirectory="INSTALLDIR" Icon="MyAppIcon" IconIndex="0"/> </File> If I change SourceFile to MyApplication.exe I get the same error. Suggestions? thanks, /steveA Stephen R. Alpert, PhD GE Healthcare Clinical Business Solutions Principal Technical Architect T 617 519 2216 F 617 519 2625 E [EMAIL PROTECTED] <blocked::mailto:[EMAIL PROTECTED]> www.gehealthcare.com ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users
[WiX-users] newbie: SourceFile in Icon using votive/wix 3 can't be resolved?
Alpert, Stephen R (GE Healthcare) Thu, 14 Aug 2008 10:41:49 -0700
- [WiX-users] newbie: SourceFile in Icon u... Alpert, Stephen R (GE Healthcare)
- Re: [WiX-users] newbie: SourceFile ... Bob Arnson