[WiX-users] External Javascript File

2009-09-17 Thread skaa
Is it possible to use external JScript file in the WXS-file to call the functions from it? I have several WIX projects that use the same set of functions and I want to keep these functions in one file. Thanx. - ! -- View this message in context: http://n2.nabble.com/External-Javascript-File

[WiX-users] C#, two custom actions from one DLL

2009-09-17 Thread skaa
This is the piece of WXS file: NOT REMOVE NOT REMOVE This is the piece of the DLL file: namespace CustomAction { public class CustomActions { [CustomAction] public static ActionResult CustomActionA(Session session) {

Re: [WiX-users] C#, two custom actions from one DLL

2009-09-21 Thread skaa
Thank you! It works! - ! -- View this message in context: http://n2.nabble.com/C-two-custom-actions-from-one-DLL-tp3663658p3685278.html Sent from the wix-users mailing list archive at Nabble.com. -- Come build with

[WiX-users] Install DLL into GAC

2009-09-28 Thread skaa
Hello! This is the code: http://schemas.microsoft.com/wix/2006/wi";>