From: Jason Jarrett <sta...@gmail.com>
Date: Wed, 8 Aug 2012 11:20:59 -0700
Local: Wed, Aug 8 2012 2:20 pm
Subject: Re: Exec failing when there are spaces in parameters
You might give one of the following a try...
Exec { $msdeploy -verb:sync -source:package="$package" -dest:dest}
The above sometimes doesn't work (haven't figured out when/why it
Or
Exec { $msdeploy -verb:sync "-source:package=$package" -dest:dest}
It's just a guess, but hope one of these might help.
On Wed, Aug 8, 2012 at 1:07 AM, ER <sam...@electricocean.co> wrote:
> Hi Guys > I am trying to use Exec to run msdeploy and having some issues. One of the
> $package may have spaces in the path like c:\some data\package files\
> How do I handle this?
> --
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||