Hello Nadav,
For the VS Setup project, most of them are actually defined in the platform
windows installer sdk. Here is the complete property list in MSDN:
#Property Reference
http://msdn2.microsoft.com/en-us/library/aa370905.aspx
For web setup project, there are some specific (customized for web setup
project)properties which are not included in the standard setup properties.
One means to check all the available properties is use the "Orca" utility
to open the MSI file and loop up all the table items to see those available
properties.
Based on my reserach, so far for web setup project, you have the following
specific properties:
TARGETVDIR, TARGETSITE, TARGETURL
Hope this helps.
Sincerely,
Steven Cheng
Microsoft MSDN Online Support Lead
This posting is provided "AS IS" with no warranties, and confers no rights.
Nadav Popplewell - 15 Feb 2007 07:27 GMT
Hi Steven,
Yes, It does help!
This it exactly what I was looking for.
Thanks,
Nadav
> Hello Nadav,
>
[quoted text clipped - 25 lines]
>
> This posting is provided "AS IS" with no warranties, and confers no rights.
Steven Cheng[MSFT] - 15 Feb 2007 07:32 GMT
You're welcome.
Sincerely,
Steven Cheng
Microsoft MSDN Online Support Lead