[WiX-users] How to execute powershell scripts

2008-06-18 Thread Mohammed Akanda
Hi,
   I have a powershell script which will be added into the MSI package. I want 
to execute the script after installation completed automatically. How can I do 
it?
 
Thanks a lot for your help in advance.


  
-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Including 64-bit dlls and setting the template summary property

2008-06-17 Thread Mohammed Akanda
Hi, 
nbsp;I have created a Wix project in Visual Studio 2008. I have few 64bit dlls 
and have statement like below: 

lt;Component Id='myid' Guid='muguid' Win64='yes'gt; 

When I try to build the project- it showing error message like this:This 
package contains 64 bit component 'mycomp' but the Template Summary Property 
does not contain Intel64 or x64. 

I tried to set the template summary page using the [EMAIL PROTECTED] or 
Platforms field like this: 
nbsp; nbsp;Platform=x64 or Platforms=x64;1033 and in this case I am 
getting the error message like this: 

An unexpected Win32 exception with error code 0x654 occurred: This 
installation package could not be opened. nbsp;Contact the application vendor 
to verify that this is a valid Windows Installer package 

I tried to set the project property to x64, but couldn't. When I go to 
MyWixProject-gt; Property, in the build configuration, I can see only x86, Any 
CPU, All Platform options and I tried with all these options. ( I am not 
getting the option x64 as platform. I don't know this is the cause or not. I 
have Wix version 3.0.) 

Please let me know if you have any idea. 

Thanks a lot for your help in advance.

if (Nabble.searchterms != null  Nabble.searchterms.length  0) {
Nabble.hilt(Nabble.searchterms, Nabble.get(nabble.msgtxt17935741));
}



  
-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] How to build 64-bit msi

2008-06-17 Thread Mohammed Akanda
Hi, 
nbsp;I have created a Wix project in Visual Studio 2008. I have few 64bit dlls 
and have statement like below: 

lt;Component Id='myid' Guid='muguid' Win64='yes'gt; 

When I try to build the project- it showing error message like this:This 
package contains 64 bit component 'mycomp' but the Template Summary Property 
does not contain Intel64 or x64. 

I tried to set the template summary page using the [EMAIL PROTECTED] or 
Platforms field like this: 
nbsp; nbsp;Platform=x64 or Platforms=x64;1033 and in this case I am 
getting the error message like this: 

An unexpected Win32 exception with error code 0x654 occurred: This 
installation package could not be opened. nbsp;Contact the application vendor 
to verify that this is a valid Windows Installer package 

I tried to set the project property to x64, but couldn't. When I go to 
MyWixProject-gt; Property, in the build configuration, I can see only x86, Any 
CPU, All Platform options and I tried with all these options. ( I am not 
getting the option x64 as platform. I don't know this is the cause or not. I 
have Wix version 3.0.) 

Please let me know if you have any idea it or how can I build a 64-bit msi. 

Thanks a lot for your help in advance. 



  
-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users