Groups | Blog | Home
all groups > visual studio .net setup > september 2006 >

visual studio .net setup : ADDLOCAL=ALL as a property in MSI


stefania77
9/1/2006 4:23:01 AM
I have an MSI package
I would like to create a MST transform file that makes an MSI package to
install all features, the same behaviour as "msiexec.exe setup.msi
ADDLOCAL=ALL".

I don't want to start my installation compiling the command line with the
parameter "ADDLOCAL=ALL" but I want insert this request inside the MSI, using
Orca.

Which table/property I need to modify?
Some idea?
thankyou


Phil Wilson
9/4/2006 10:24:15 AM
It doesn't really work like that. A property like ADDLOCAL needs setting
with a custom action (such as a type 51). What problem are you trying to
solve?
--
Phil Wilson
[Microsoft MVP-Windows Installer]
Definitive Guide to Windows Installer
http://apress.com/book/bookDisplay.html?bID=280

[quoted text, click to view]

AddThis Social Bookmark Button