[WiX-users] Gacing publisher policy file - unexpected behavior

2008-03-26 Thread Alperstein, Kenny
Jared Ashman, gave me the example I needed to be able to GAC a publisher policy file using WIX. It did GAC the publiser policy file, but WIX exhibited what I would call unexpected behavior when it did it. This is hard to explain, but it seems as if WIX, stored the publisherpolicy.config files in a

Re: [WiX-users] GACing a Publisher Policy File Problem

2008-03-26 Thread Alperstein, Kenny
to the same temp directory, but I have no idea really). The above should work to GAC the policy however. J. On Wed, Mar 26, 2008 at 10:33 AM, Alperstein, Kenny <[EMAIL PROTECTED]> wrote: I am trying to GAC a publisher policy file dll using WIX. When I tried to GAC it using method that wo

[WiX-users] GACing a Publisher Policy File Problem

2008-03-26 Thread Alperstein, Kenny
I am trying to GAC a publisher policy file dll using WIX. When I tried to GAC it using method that works with .net dll's, I get a message during the install saying that "One or more modules of the assembly could not be found" . Knowing that it needs the publisher policy config file, I added that t

[WiX-users] Adding current date to a registry entry

2007-09-05 Thread Alperstein, Kenny
I am adding registry entries which include the name and version of the application that is being installed. I also want to add the date this application and version was installed, but I cannot find a way to get the current date. Is there a variable or other method I can get the current date to in

[WiX-users] Actions on UnInstall

2007-07-09 Thread Alperstein, Kenny
I am new to WIX and one thing I haven't found very good information on is how do I specify that an action is to be executed on an uninstall. One example is executing a .bat file to do some process and having an other .bat file which reverses that when you uninstall. Kenny Alperstein Framework Arch

[WiX-users] Setting the APS.Net version in WIX

2007-07-09 Thread Alperstein, Kenny
I am migrating an existing build/packaging process to msbuild/wix. One of the .bat that was used in the old process called a vb script to create virtual directories, but also changed the ASP.Net version for that virtual directory (to 2.0) by executing "aspnet_regiis.exe". Is there anything built

Re: [WiX-users] Calling a .bat file from WIX

2007-06-26 Thread Alperstein, Kenny
* Office: (847) 667-5552 * [EMAIL PROTECTED] From: Mike Dimmick [mailto:[EMAIL PROTECTED] Sent: Thursday, June 21, 2007 3:40 PM To: Alperstein, Kenny; wix-users@lists.sourceforge.net Subject: RE: [WiX-users] Calling a .bat file from WIX You should be adding

Re: [WiX-users] Calling a .bat file from WIX

2007-06-22 Thread Alperstein, Kenny
chitecture - Frameworks Allstate Insurance Company * Office: (847) 667-5552 * [EMAIL PROTECTED] From: Mike Dimmick [mailto:[EMAIL PROTECTED] Sent: Thursday, June 21, 2007 3:40 PM To: Alperstein, Kenny; wix-users@lists.sourceforge.net Subject: RE: [WiX-users]

[WiX-users] Calling a .bat file from WIX

2007-06-21 Thread Alperstein, Kenny
I am new to WIX and converting an existing process to WIX. I have a .bat file which call .cmd files to gac dlls and create a virtual directory? Is there a way to execute a .bat file in WIX or should I be using custom actions to create the virtual directory and call gacutil.exe to gac the dlls? K