<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Why is there no message for disabling the Cancel button on a wizard?</title><link>http://blogs.msdn.com/b/oldnewthing/archive/2006/03/08/546177.aspx</link><description>Because users don't like it when you do that.</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: Why is there no message for disabling the Cancel button on a wizard?</title><link>http://blogs.msdn.com/b/oldnewthing/archive/2006/03/08/546177.aspx#553097</link><pubDate>Thu, 16 Mar 2006 21:36:04 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:553097</guid><dc:creator>8</dc:creator><description>Thanks for the explanation. Install-on-demand can actually be useful. A shame though that we get to face it so often. So this begs the question, why can't WI and Word better work together so WI can install the missing components in 1 run instead of several?&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=553097" width="1" height="1"&gt;</description></item><item><title>re: Why is there no message for disabling the Cancel button on a wizard?</title><link>http://blogs.msdn.com/b/oldnewthing/archive/2006/03/08/546177.aspx#552222</link><pubDate>Wed, 15 Mar 2006 23:20:47 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:552222</guid><dc:creator>BryanK</dc:creator><description>8: On the Office/Windows Installer issue, that's because Word is trying to dereference several different WI-controlled GUIDs, and none of them are installed. &amp;nbsp;So every single time it tries to dereference one of them, WI pops up the dialog, which you have to cancel.&lt;br&gt;&lt;br&gt;Then, eventually, you've made it through all the GUID-dereferencing code in Word, and it comes up.&lt;br&gt;&lt;br&gt;(WI uses GUIDs because that makes it possible to set components to &amp;quot;install on first use&amp;quot;, where they're present according to the app, but not taking up disk space until they're needed. &amp;nbsp;Apparently many Office programs abuse this feature, because even if I install Office XP Pro in &amp;quot;full&amp;quot; mode, with nothing set to &amp;quot;install on first use&amp;quot;, I still get the WI dialog the first time I open each Office program. &amp;nbsp;Which means each Office program is trying to use something that isn't installed. &amp;nbsp;Sigh.)&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=552222" width="1" height="1"&gt;</description></item><item><title>re: Why is there no message for disabling the Cancel button on a wizard?</title><link>http://blogs.msdn.com/b/oldnewthing/archive/2006/03/08/546177.aspx#546983</link><pubDate>Thu, 09 Mar 2006 12:19:09 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:546983</guid><dc:creator>8</dc:creator><description>&amp;gt;as indicated by the text &amp;quot;Your XYZ is now ready to use.&amp;quot;&lt;br&gt;&lt;br&gt;The user should've been notified in step 2. This is exactly what i meant in my earlier comment in your previous cancel button post. After the keyboard, mouse, time and date settings the setup goes on to install, and afterwards it's not possible to go back and change something. It would be very convenient if there was a warning that the next step goes on to install, so i can go back and forth between pages to make sure eveything is allright, and then proceed with installation. I should be warned that there is no back button afterwards.&lt;br&gt;&lt;br&gt;Similarly, the Windows Installer has a cancel button, but clicking it just re-opens it. So I click again, again, again, again and again, so I'm getting frustrated because I really DIDNT want to open up (for instance) Word. And suddenly Word appears, even though I had clearly indicated I clicked it by accident or have changed my mind.&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=546983" width="1" height="1"&gt;</description></item><item><title>re: Why is there no message for disabling the Cancel button on a wizard?</title><link>http://blogs.msdn.com/b/oldnewthing/archive/2006/03/08/546177.aspx#546830</link><pubDate>Thu, 09 Mar 2006 06:57:51 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:546830</guid><dc:creator>Raymond Chen - MSFT</dc:creator><description>PSM_CANCELTOCLOSE is legal only for property sheets. Using it for wizards results in undefined behavior.&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=546830" width="1" height="1"&gt;</description></item><item><title>re: Why is there no message for disabling the Cancel button on a wizard?</title><link>http://blogs.msdn.com/b/oldnewthing/archive/2006/03/08/546177.aspx#546826</link><pubDate>Thu, 09 Mar 2006 06:53:10 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:546826</guid><dc:creator>Jeremy Boschen</dc:creator><description>You can disable the cancel button using the PSM_CANCELTOCLOSE message because a wizard has no OK button. Maybe this isn't supposed to work?&lt;br&gt;&lt;br&gt;As an example... &lt;a rel="nofollow" target="_new" href="http://www.mutexed.com/code/JoinExt/wizard-iv.png"&gt;http://www.mutexed.com/code/JoinExt/wizard-iv.png&lt;/a&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=546826" width="1" height="1"&gt;</description></item><item><title>re: Why is there no message for disabling the Cancel button on a wizard?</title><link>http://blogs.msdn.com/b/oldnewthing/archive/2006/03/08/546177.aspx#546759</link><pubDate>Thu, 09 Mar 2006 05:11:30 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:546759</guid><dc:creator>Norman Diamond</dc:creator><description>&amp;gt; (Yeah, this is nearly a dup of a posting&lt;br&gt;&amp;gt; from last month.&lt;br&gt;&lt;br&gt;No problem ^_^ &amp;nbsp;Just remember that when people put requests in the suggestion box asking you to dup postings from more than a month ago ^_^&lt;br&gt;&lt;br&gt;&amp;gt; Didn't realize it when I wrote it.)&lt;br&gt;&lt;br&gt;Yeah well of course. &amp;nbsp;It hadn't been posted yet ^_^&lt;br&gt;&lt;br&gt;Better be careful though. &amp;nbsp;If you don't have a Cancel button for your postings then some people will think you're not a wizard ^_^&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=546759" width="1" height="1"&gt;</description></item><item><title>re: Why is there no message for disabling the Cancel button on a wizard?</title><link>http://blogs.msdn.com/b/oldnewthing/archive/2006/03/08/546177.aspx#546602</link><pubDate>Thu, 09 Mar 2006 02:23:03 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:546602</guid><dc:creator>David Candy</dc:creator><description>Who disabled your Cancel button? Time to report to the debugger room RCH3N and get fixed.&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=546602" width="1" height="1"&gt;</description></item><item><title>re: Why is there no message for disabling the Cancel button on a wizard?</title><link>http://blogs.msdn.com/b/oldnewthing/archive/2006/03/08/546177.aspx#546585</link><pubDate>Thu, 09 Mar 2006 02:03:26 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:546585</guid><dc:creator>Miral</dc:creator><description>You're assuming that people actually read the wizard pages. &amp;nbsp;That assumption is frequently unwarranted :)&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=546585" width="1" height="1"&gt;</description></item><item><title>re: Why is there no message for disabling the Cancel button on a wizard?</title><link>http://blogs.msdn.com/b/oldnewthing/archive/2006/03/08/546177.aspx#546427</link><pubDate>Wed, 08 Mar 2006 22:31:36 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:546427</guid><dc:creator>PatriotB</dc:creator><description>It would be nice to be able to disable the Cancel button at least on the final &amp;quot;conclusion&amp;quot; page of the wizard. &amp;nbsp;For example, many Setup programs use wizards; after the &amp;quot;Progress&amp;quot; page (which does the actual install) you see the &amp;quot;Conclusion&amp;quot; page saying something like &amp;quot;Program XYZ has been successfully installed.&amp;quot; &amp;nbsp;And here you'll see a Finish and Cancel buttons. &amp;nbsp;It would be nice to be able to disable the Cancel button here, since the process has already been completely finished.&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=546427" width="1" height="1"&gt;</description></item><item><title>re: Why is there no message for disabling the Cancel button on a wizard?</title><link>http://blogs.msdn.com/b/oldnewthing/archive/2006/03/08/546177.aspx#546335</link><pubDate>Wed, 08 Mar 2006 21:13:43 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:546335</guid><dc:creator>Raymond Chen - MSFT</dc:creator><description>Well at least this time through I have some design guidance.&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=546335" width="1" height="1"&gt;</description></item></channel></rss>