2014/1/14 Suvrajyoti Panda <suvrajyo...@contata.co.in>:
> Hi All,
>
> I want to create an installer in WIX that has spaces in its name something as
> shown below:
>
> light -out C:\Pipeline Scheduler Tortoise.msi C:\TortInstall.wixobj 
> C:\db.wixobj
>
> How can i achieve the same? Please help on this if any body has encountered 
> this before.
>
> Regards,
> SuvraJyoti

Same way you handle that problem with any other command: add quotes
around the path.
light -out "C:\Pipeline Scheduler Tortoise.msi" C:\TortInstall.wixobj
C:\db.wixobj

Why are you putting those files directly in C:\ ?

-- 
Nicolás

------------------------------------------------------------------------------
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Critical Workloads, Development Environments & Everything In Between.
Get a Quote or Start a Free Trial Today. 
http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to