What sort of syntax is used? In the File System setup, I tried creating
a "custom folder" with a DefaultLocation of [SYSTEMDRIVE]. Then the
subfolder under that, that I wanted. Installation still created the
subfolder off the [TARGETDIR], or app's install path.
I then just made a "custom folder" with no sub folders, and set it's
DefaultLocation to [SYSTEMDRIVE]\ISISTest. When I run *that* install, I
get an error box "Could not access network location \ISISTest."
I'm not sure where to use this env var.
Thanks!
Gabriel Lozano-Mor?n - 04 Apr 2005 14:19 GMT
My mistake I though it was possible this way because I have used it several
times when I define the path using the /i commando line parameter of the
msi.
To get the systemdrive in the setup you need [WindowsVolume]\ISISTest
Please reply if this still doesn't help you.
Gabriel Lozano-Mor?n
> What sort of syntax is used? In the File System setup, I tried creating
> a "custom folder" with a DefaultLocation of [SYSTEMDRIVE]. Then the
[quoted text clipped - 8 lines]
>
> Thanks!
Vipul Patel - 05 Apr 2005 17:25 GMT
Hello Steven,
What you need to do is to modify the DefaultLocation property of your
Application folder to [WindowsVolume]\DesiredFolderName
This will make the contents of the application folder go to the destined
location as desired by you.
Regards
Vipul
C# MVP
> What sort of syntax is used? In the File System setup, I tried creating
> a "custom folder" with a DefaultLocation of [SYSTEMDRIVE]. Then the
[quoted text clipped - 8 lines]
>
> Thanks!
Vipul Patel - 05 Apr 2005 17:27 GMT
Hello Steven,
You need not add a custom folder. Instead modify the Default Location
property of your application folder to [WindowsVolume]\DesiredFolderName.
That shoudl achive what you want.
Regards
Vipul
> What sort of syntax is used? In the File System setup, I tried creating
> a "custom folder" with a DefaultLocation of [SYSTEMDRIVE]. Then the
[quoted text clipped - 8 lines]
>
> Thanks!