Have you seen this page ?
http://msdn.microsoft.com/en-gb/library/windows/desktop/aa371614%28v=vs.85%29
.aspx
Scroll down to "INSTALLMESSAGE_FILESINUSE"

The "files in use" error message is in the MSI's Error table (error 1603) and
could be changed with a wix <Error> element.

I'm not sure how the 2 tie together since the message only has placeholders
for 1 file but you might be able to work it out from there.

-----Original Message-----
From: vasjko [mailto:vas...@ua.fm] 
Sent: 05 February 2013 00:06
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] FilesInUse message -- empty description

Hi All,

I'm using following code to show "file in use" message box in my custom
action:

session.Message(InstallMessage.FilesInUse, record);

I'm able to fill list of files which are in use using record, but dialog
description which should say "The following applications are using files..."
is empty.

Does anyone know how make dialog description visible or set the description
text?

Thanks,
Vasyl

-- реклама -----------------------------------------------------------
Всё для Вашего автомобиля!
http://aukro.ua/?utm_source=i.ua&utm_medium=advert&utm_campaign=mail


-----------------------------------------------------------------------------
-
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 and get the
hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users
SDL PLC confidential, all rights reserved.
If you are not the intended recipient of this mail SDL requests and requires 
that you delete it without acting upon or copying any of its contents, and we 
further request that you advise us.
SDL PLC is a public limited company registered in England and Wales.  
Registered number: 02675207.
Registered address: Globe House, Clivemont Road, Maidenhead, Berkshire SL6 7DY, 
UK.
------------------------------------------------------------------------------
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to