Hi Stefan,

Thanks a lot.

My main aim is I want to set program files folder
Is the following way is correct????

<?if $(VersionNT64) ?>
                <?define P_GUID = "4B1FB95B-4E4F-4ee3-B94C-7A3BF41BCBA2" ?>
                <?define PrgFiles = "ProgramFiles64Folder" ?>
                <?define MSI_version = "300" ?>
                <?define MSI_platform = "x64" ?>
<?else?>
                <?define P_GUID = "FFE8FDEB-9EFE-41f5-AEEB-E739648921CD" ?>
                <?define PrgFiles = "ProgramFilesFolder" ?>
                <?define MSI_version = "200" ?>
                <?define MSI_platform = "Intel" ?>
<?endif?>




Stefan Pavlik-2 wrote:
> 
> SaiTeja wrote:
>> Hi,
>> 
>> How can I check the machine is 32 bit or 64 bit
>> 
>> 
> Check the VersionNT64 public property.
> 
> http://msdn2.microsoft.com/en-us/library/aa372497(VS.85).aspx
> 
> Stefan
> 
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2005.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________
> 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/Check-machine-type-tp14612557p14612732.html
Sent from the wix-users mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to