Looks like MSBuild bootstrapper does not have any means to pass the command line options to the msi. You have to either write your own setup.exe, like the one you can find in the Installer SDK samples (Microsoft Platform SDK\Samples\SysMgmt\Msi\setup.exe), Bootstrapper sample from here (http://www.microsoft.com/downloads/details.aspx?familyid=66350891-d15b-446b-bd69-f7f849224a00&displaylang=en), or just use IExpress.exe (from Windows/System32).
Alex -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of RW Sent: Friday, February 08, 2008 7:39 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Determine if running from MSBuild bootstrapper Hi, Does anyone know how to tell if an MSI was run from the MSBuild bootstrapper? I want to restrict users from running the MSI directly. I cannot see a way of setting an argument or property from the Bootstrapper setup. Thanks, RW ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users