|
From: Rob M. <ro...@us...> - 2007-09-21 07:59:12
|
Update of /cvsroot/wix/wix/src/chm/html In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv19110/src/chm/html Modified Files: shellexec.htm Log Message: AaronSte: Creating separate Votive and Sconce DLLs for VS 2005 and VS 2008. Adding the VS 2008 SDK source code that is needed to build the VS 2008 Votive and Sconce dlls. HeathS: SFBUG:1789825 - CreationTimeUTC documents wrong format SFFEATURE:1768845 - Patch element should support MinorUpdateTargetRTM attribute SFFEATURE:1735295 - Patch build should add PATCHNEW* properties to patch transform Added support for ignorables to CompareUnit in WixUnit HeathS: SFBUG:1768842 - PatchProperty does not allow Company RobMen: Ensure RegistryKey element never ends up as KeyPath because MSI SDK says it isn't allowed. RobMen: Component guid generation. RobMen: SFBUG:1795309 - respect the rollback flag for the last SQL string like all the other strings. RobMen: SFBUG:1787888 - correctly handle certificates that are in Components that are conditioned out. RobMen: SFBUG:1675194 - loop through all server bindings when searching for a match. Index: shellexec.htm =================================================================== RCS file: /cvsroot/wix/wix/src/chm/html/shellexec.htm,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** shellexec.htm 18 Oct 2006 07:12:06 -0000 1.1 --- shellexec.htm 21 Sep 2007 07:58:33 -0000 1.2 *************** *** 25,29 **** <UI> <UIRef Id="WixUI_Minimal" /> ! <Publish Dialog="ExitDialog" Control="Finish" Event="DoAction" Value="LaunchReadme" Order="1">NOT Installed</Publish> </UI> </pre> --- 25,29 ---- <UI> <UIRef Id="WixUI_Minimal" /> ! <Publish Dialog="ExitDialog" Control="Finish" Event="DoAction" Value="LaunchReadme" Order="1">WIXUI_EXITDIALOGOPTIONALCHECKBOX = 1 and NOT Installed</Publish> </UI> </pre> |