Hi Craig, To change the size of the font, you'll want to open up the MSITaskTemplate.msi file with Orca. Take a look at the TextStyle table and modify the appropriate font style or add a new one. If you search for the name of the TextStyle, you'll be able to see where they are used in the control table.
To remove the User Registration Dialog, have a look at this wiki page, which shows how to remove the License Dialog page. The method is pretty much the same. http://nant.sourceforge.net/wiki/index.php/InstallTasks_Sample_RemoveLicense Dlg Jim -----Original Message----- From: Craig Neuwirt [mailto:[EMAIL PROTECTED] Sent: Friday, April 09, 2004 9:16 AM To: [EMAIL PROTECTED] Subject: Just 1 more MSI question Hey Jim, Hopefully these are simple questions. I am wondering how I can change the size of the font used in the MSI header and how can I remove the User Registration Dialog and just put hard coded values in there. As usual, thanks again for your continued help. craig -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Mon 3/29/2004 8:34 AM To: Craig Neuwirt Cc: Subject: Re: How to handle Rollback in MSI Task Hi Craig, Unfortunately, I do not have Orca or any necessary installer tools at my disposal, right now. I would suggest that you take a look at using a conditional statement for the custom action that you're trying to run. Specifically, you could probably use condition="Installed" to run the custom actions only on an uninstall. As for the rollback, you should have a look at this page. It goes over rollback custom actions... http://msdn.microsoft.com/library/default.asp?url=/library/en- us/msi/setup/rollback_custom_actions.asp If you need further help, don't hesitate to ask, but I won't be around installer type tools or even NAnt for another 8 hours or so :) Jim > Hello James, > > I was wondering if you might have any ideas on how to handle rollback > and uninstall actions in the MSI Task. In particular, I would like to > be able to remove a virtual directory during an uninstall and specify > actions during a rollback. Any examples would be helpful. > > thanks, > craig > > ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ NAntContrib-Developer mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nantcontrib-developer

