Hi all,

I am defining a variable like this

 <?define XYZInetPubPath = “C:\inetpub\wwwroot\XYZ” ?>

and using it in a property 

<Property Id="XYZFolderPATH"
Value="$(var.XYZInetPubPath)\XYZFolder"></Property>

and using the above property in 

<CopyFile Id='XYZBKFiles' DestinationProperty='XYZBKFilesPATH'
SourceProperty=XYZFolderPATHSourceName='*' />

When I am running the MSI, I am getting the error specifying

Could not access network location
?C:\inetpub\wwwroot\XYZ?\XYZFolder

Please suggest me a solution for the above problem. '?' is getting
concatenated to the variable value.

Thanks in advance,
Madhavi.
-- 
View this message in context: 
http://n2.nabble.com/Having-issue-with-Variable.-tp1300465p1300465.html
Sent from the wix-users mailing list archive at Nabble.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

Reply via email to