Re: [WiX-users] Detecting processor model

2007-10-19 Thread jrcolons

How can I get those variables passed to my wix script?


Tony Hoyle wrote:
 
 Alexei Boukirev wrote:
 Windows NT 4 and above have several environemnt variables that you can
 check in MSI:
 PROCESSOR_IDENTIFIER, PROCESSOR_LEVEL, and PROCESSOR_REVISION.
 So  Pentium  II on one of my desktops has PROCESSOR_REVISION=0702,
 Pentium III on a server
 gives 0703, Pentium M on laptop - 0d06.
 
 Interesting.. how reliable is this?  I mamanged to change mine to 
 revesion  without it complaining at all.  Will it reset after some 
 minutes or when some system process notices?
 
 Tony
 
 
 ---
 SF.Net email is sponsored by:
 Tame your development challenges with Apache's Geronimo App Server.
 Download
 it for free - -and be entered to win a 42 plasma tv or your very own
 Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
 ___
 WiX-users mailing list
 WiX-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wix-users
 
 

-- 
View this message in context: 
http://www.nabble.com/Detecting-processor-model-tf334714.html#a13297294
Sent from the wix-users mailing list archive at Nabble.com.


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Detecting processor model

2007-10-19 Thread Richard

In article [EMAIL PROTECTED],
jrcolons [EMAIL PROTECTED]  writes:

 How can I get those variables passed to my wix script?

You can access environment variables from a Formatted string using
[%envarname] syntax.  You can use a type 51 CA to set a property to
the value of an environment variable this way.
-- 
The Direct3D Graphics Pipeline -- DirectX 9 draft available for download
  http://www.xmission.com/~legalize/book/download/index.html

Legalize Adulthood! http://blogs.xmission.com/legalize/

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users