Hi Rob,

Thanks for the reply.

I am developing the msi through Votive.

The version of windows installer XML is v3.

Thank You,
Madhavi.

From: Rob Mensching-2 [mailto:[EMAIL PROTECTED]
Sent: Monday, October 06, 2008 11:42 PM
To: Madhavi Athota (HCL Technologies Ltd)
Subject: Re: [WiX-users] Having issue with Variable.

What version of the WiX toolset are you using

-----Original Message-----
From: MadhaviAthota [mailto:[EMAIL 
PROTECTED]<http://n2.nabble.com/user/SendEmail.jtp?type=node&node=1301557&i=0>]
Sent: Monday, October 06, 2008 02:50
To: [EMAIL 
PROTECTED]<http://n2.nabble.com/user/SendEmail.jtp?type=node&node=1301557&i=1>
Subject: [WiX-users] Having issue with Variable.


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
[EMAIL 
PROTECTED]<http://n2.nabble.com/user/SendEmail.jtp?type=node&node=1301557&i=2>
https://lists.sourceforge.net/lists/listinfo/wix-users
-------------------------------------------------------------------------
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
[EMAIL 
PROTECTED]<http://n2.nabble.com/user/SendEmail.jtp?type=node&node=1301557&i=3>
https://lists.sourceforge.net/lists/listinfo/wix-users

________________________________
View message @ 
http://n2.nabble.com/Having-issue-with-Variable.-tp1300465p1301557.html
To unsubscribe from Having issue with Variable., click here< (link removed) =>.


-- 
View this message in context: 
http://n2.nabble.com/Having-issue-with-Variable.-tp1300465p1302653.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