Re: [WiX-users] HI WIX 3.0 FileShare question

2007-10-22 Thread Bob Arnson
Krishna Sapkota (Solutions IQ) wrote: > This is what I was trying but it didn't work. It creates the physical folder > named "[BLA]" in the InstalledDIR and creates the file-share on it. It does > not create the D:\Share1 folder but creates a folder named "[BLA]". > You need to use a custom a

Re: [WiX-users] HI WIX 3.0 FileShare question

2007-10-19 Thread Krishna Sapkota (Solutions IQ)
: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] HI WIX 3.0 FileShare question I'm not sure if this works, but give it a try: You can create a new Directory element: .../> and call the msi (using msiexec) with the parameter BLA=D:\Share1 The location of the new Directo

Re: [WiX-users] HI WIX 3.0 FileShare question

2007-10-19 Thread Sebastian Brand
> Technical Services & Engineering | [EMAIL PROTECTED] | > 425.703.7327 > Tell me how TS&E can improve here > > -Original Message- > From: Sebastian Brand [mailto:[EMAIL PROTECTED] > Sent: Friday, October 19, 2007 12:33 AM > To: Krishna Sapkota (Solutions

Re: [WiX-users] HI WIX 3.0 FileShare question

2007-10-19 Thread Krishna Sapkota (Solutions IQ)
ix-users@lists.sourceforge.net Subject: Re: [WiX-users] HI WIX 3.0 FileShare question What does your wix file look like? FileShare uses the component's directory. If you want to use different drives for the fileshares your structure must be correct. How do you get those E:\.. and D:\.. folders on the

Re: [WiX-users] HI WIX 3.0 FileShare question

2007-10-19 Thread Sebastian Brand
What does your wix file look like? FileShare uses the component's directory. If you want to use different drives for the fileshares your structure must be correct. How do you get those E:\.. and D:\.. folders on the target system? Best regards, Sebastian Brand Instyler Software - http://

[WiX-users] HI WIX 3.0 FileShare question

2007-10-18 Thread Krishna Sapkota (Solutions IQ)
Hi, I am trying to create a FileShare using WIX 3.0, how can I give the folder path dynamically to create different file share. Look like it always creates a folder in the same root. I am trying to do something like below Want to create \\computer1\Share1 for E:\root1\Share1 And \\computer1\S