Andrew Kendall-2 wrote: > > Given that no dialogs appear for a client install, how do you control what > gets installed? Is there some default value for each button/checkbox that > the user is not seeing!? > For a per-machine installation via group policies, only the InstallExecuteSequence is run. By default, it uses the values of properties specified in the property table and it installs features depending on the "level" of the feature. You can simulate this by running "msiexec /qn Package.msi". Note however, that during group policy installation, the package has no access to any user-profile data.
If you want a customized group policy installation, you need to assign a transform file (.mst) to the group policy object. The MST-file is then applied "on-the-fly" during installation of the package to change/add/remove some properties. For instance, the transform could supply the ADDLOCAL property to specify which features to install. Look in MSDN how transforms are created. -- View this message in context: http://n2.nabble.com/Network-Install%3A-How-To-Control-What-User-Sees--tp1633615p1638742.html Sent from the wix-users mailing list archive at Nabble.com. ------------------------------------------------------------------------------ SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada. The future of the web can't happen without you. Join us at MIX09 to help pave the way to the Next Web now. Learn more and register at http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/ _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users