Re: [WiX-users] Querying the package and installed productarchitecture

2011-12-31 Thread Christopher Painter
I would if I could.  It seems that the webmail system (SmarterMail) used by 
my provider doesn't expose a way to implement this part of RFC2822.  


The other obvious point is why are we still using a mailing list in 2011.   
But the mailing list vs bulletin board horse has already been flogged.
Still, I hang out on StackOverflow nearly every day so if anyone wants to 
post questions using my platform of choice feel free.   



From: Andreas andreassand...@gmx.net

Sent: Saturday, December 31, 2011 12:22 AM

To: wix-users@lists.sourceforge.net

Subject: Re: [WiX-users] Querying the package and installed 
productarchitecture


It's still 2011. But can you configure your mail-client to include the


In-Reply-To:


line. This would help to put your mail in the mail thread of mail 

clients that support grouping of mails in threads.


Thanks, and Happy new year!


Am 31.12.2011 02:56, schrieb Christopher Painter:





 It's nearly 2012 and I'd much rather use C# and DTF.  Perhaps in 1999 
those

 VBScript files were interesting and useful.  I can understand the msi.h 
/

 msi.lib is still good for the unmanaged C++ guys out there and is 
certainly

 the foundation for DTF but the whole VBScript / ActiveScript / COM /

 Automation Interface world can RIP for all I care.  Same goes for the 
POS

 Win32_Product class.



 



 From: Gary Gocekg...@gocek.org



 Sent: Friday, December 30, 2011 7:28 PM



 To: General discussion for Windows Installer XML toolset.

 wix-users@lists.sourceforge.net



 Subject: Re: [WiX-users] Querying the package and installed

 productarchitecture





 There are tools in the Windows SDK (I am currently using v7) that can

 query



 an MSI database. Look especially at the vbs scripts, you can invoke them



 with SQL to query properties and tables.





 
http://msdn.microsoft.com/en-us/library/windows/desktop/aa372865(v=vs.85).as






 px





 Gary





 -Original Message-



 From: Alex Ivanoff [mailto:aivan...@vmware.com]



 Sent: Friday, December 30, 2011 11:19 AM



 To: 'General discussion for Windows Installer XML toolset.'



 Subject: Re: [WiX-users] Querying the package and installed



 productarchitecture











 I need to be able to do it programmatically.











 -Original Message-



 From: McCain, Jon [mailto:jon.mcc...@inin.com]



 Sent: Friday, December 30, 2011 07:31



 To: General discussion for Windows Installer XML toolset.



 Cc: McCain, Jon



 Subject: Re: [WiX-users] Querying the package and installed product



 architecture







 1. Open the install in Orca



 2. Click View -  Summary Information



 3. The architecture type is listed under Platform.







 Jon







 -Original Message-



 From: Alex Ivanoff [mailto:aivan...@vmware.com]



 Sent: Thursday, December 29, 2011 6:17 PM



 To: 'General discussion for Windows Installer XML toolset.'



 Subject: [WiX-users] Querying the package and installed



 product architecture







 Is there a way to query the MSI package and/or installed product



 architecture (x86 vs. x64)?





 



 --



 Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a 
complex



 infrastructure or vast IT resources to deliver seamless, secure access 
to



 virtual desktops. With this all-in-one solution, easily deploy virtual



 desktops for less than the cost of PCs and save 60% on VDI 
infrastructure



 costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox



 ___



 WiX-users mailing list



 WiX-users@lists.sourceforge.net



 https://lists.sourceforge.net/lists/listinfo/wix-users





 

--

 Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a 
complex

 infrastructure or vast IT resources to deliver seamless, secure access 
to

 virtual desktops. With this all-in-one solution, easily deploy virtual

 desktops for less than the cost of PCs and save 60% on VDI 
infrastructure

 costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox



--

Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex

infrastructure or vast IT resources to deliver seamless, secure access to

virtual desktops. With this all-in-one solution, easily deploy virtual 

desktops for less than the cost of PCs and save 60% on VDI infrastructure 

costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox

___

WiX-users mailing list

WiX-users@lists.sourceforge.net

https://lists.sourceforge.net/lists/listinfo/wix-users


--
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't 

Re: [WiX-users] Hiding the MsiRMFileInUse dialog

2011-12-31 Thread Bob Arnson
On 30-Dec-11 10:46, David P. Romig, Sr. wrote:
 How can I prevent the installer from raising the MsiRMFilesInUse dialog
 and always select Do not close the applications without user
 interaction?
See Using Windows Installer with Restart Manager in the MSI SDK.

-- 
sig://boB
http://joyofsetup.com/


--
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual 
desktops for less than the cost of PCs and save 60% on VDI infrastructure 
costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Burn - how to detect if .net framework is installed

2011-12-31 Thread Bob Arnson
On 27-Dec-11 13:51, Jacob Langston wrote:
 I am unable to specify PropertyRef except under a fragment node.  Is there
 a way to do the following in the bundle node?

 PropertyRef Id=NETFRAMEWORK35/

No. Those checks rely on running inside an MSI package, which isn't the 
case for a bundle. Ideally, we'd have parallel sets of checks, but it's 
a chunk of work nobody's taken on yet.

-- 
sig://boB
http://joyofsetup.com/


--
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual 
desktops for less than the cost of PCs and save 60% on VDI infrastructure 
costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Possible bug in Lux

2011-12-31 Thread Bob Arnson
On 22-Dec-11 16:21, John Cooper wrote:
 In partial answer to my own post, it appears that the Value attribute can be 
 formatted for Property Value Tests, but cannot be formatted for Multi-Value 
 Property Tests and Name-Value Pair Property Tests.  Would be nice to allow 
 formatted values for this attribute for all tests.

Works for me. All tests follow the same code path so they should all 
support formatting. Can you post an example that doesn't work?

-- 
sig://boB
http://joyofsetup.com/


--
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual 
desktops for less than the cost of PCs and save 60% on VDI infrastructure 
costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Customizing the text in built-in dialogs

2011-12-31 Thread Bob Arnson
On 27-Dec-11 07:47, Neils Christoffersen wrote:
 I compile and install, but my custom message doesn't show up. It's
 still Copying new files. Am I missing something?

You need to add a UIRef Id=WixUI_ErrorProgressText / to pull in the 
default authoring, which you can then override.

-- 
sig://boB
http://joyofsetup.com/


--
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual 
desktops for less than the cost of PCs and save 60% on VDI infrastructure 
costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Removing through the UI mode does not prompt for privileges

2011-12-31 Thread Bob Arnson
On 22-Dec-11 08:23, Stelios Kyprou wrote:
 Ok it seems that Remove=ALL was not set for the following reason:
 One of the features had a conditional installation, as following:

http://www.joyofsetup.com/2008/05/16/make-sure-features-are-always-enabled-so-they-can-be-removed/

-- 
sig://boB
http://joyofsetup.com/


--
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual 
desktops for less than the cost of PCs and save 60% on VDI infrastructure 
costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users