Re: [WiX-users] how to change msi working for 32 bit os to work for 64 bit os

2007-12-18 Thread SaiTeja

Hi,

am also doing same thing.

You mention Product/@Id=new guid
Product/@UpgradeCode=new guid

but I want use same GUID for product and upgrade in both 32and64bit OS. 

also am using exe custom actions to create/remove registry keys and its
values, C DLLs and corresponding  Custom actions. 

Need suggestions in this case?


Thanks in advance


John Vottero wrote:
 
 i m having msi of my product which is working on all 32 bit windows
 versions
 now iwant to create msi which will wirk for bith 32 and 64bit os  or
 will
 work for 64 bit os. i have no idea what r the changes i m suppose to
 make in
 my msi.
 
 You need to make a copy of your 32bit WiX source (you can't have a
 single installer for both 32 bit and 64 bit).  In the 64 bit copy, you
 need to change:
 
 Product/@Id=new guid
 Product/@UpgradeCode=new guid
 Package/@Id=new guid
 Package/@Platforms=x64
 
 For each component:
 
 Component/@Guid=new guid
 Component/@Win64=yes
 
 You may need to add Win64=yes when referencing the registry too.
 
 
 
 -
 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
 
 

-- 
View this message in context: 
http://www.nabble.com/how-to-change-msi-working-for-32-bit-os-to-work-for-64-bit-os-tp11808606p14394205.html
Sent from the wix-users mailing list archive at Nabble.com.


-
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] how to change msi working for 32 bit os to work for 64 bit os

2007-07-26 Thread shambhu kumar

hi
i m having msi of my product which is working on all 32 bit windows versions 
now iwant to create msi which will wirk for bith 32 and 64bit os  or will
work for 64 bit os. i have no idea what r the changes i m suppose to make in
my msi.  
-- 
View this message in context: 
http://www.nabble.com/how-to-change-msi-working-for-32-bit-os-to-work-for-64-bit-os-tf4151023.html#a11808606
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] how to change msi working for 32 bit os to work for 64 bit os

2007-07-26 Thread John Vottero
 i m having msi of my product which is working on all 32 bit windows
 versions
 now iwant to create msi which will wirk for bith 32 and 64bit os  or
 will
 work for 64 bit os. i have no idea what r the changes i m suppose to
 make in
 my msi.

You need to make a copy of your 32bit WiX source (you can't have a
single installer for both 32 bit and 64 bit).  In the 64 bit copy, you
need to change:

Product/@Id=new guid
Product/@UpgradeCode=new guid
Package/@Id=new guid
Package/@Platforms=x64

For each component:

Component/@Guid=new guid
Component/@Win64=yes

You may need to add Win64=yes when referencing the registry too.



-
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