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
: 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
> 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
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
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://
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
6 matches
Mail list logo