Re: [WiX-users] custom action to reg NET 2.0

2007-03-23 Thread Dhaval Patel
] > Sent: Friday, March 09, 2007 4:59 PM > To: Don Tasanasanta > Subject: Re: [WiX-users] custom action to reg NET 2.0 > > > > Here is one of my CustomAction elements that I have used in different > projects - I don't see anything in your CA that will not allow it to >

Re: [WiX-users] custom action to reg NET 2.0

2007-03-23 Thread Fredrik Grohn
M To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] custom action to reg NET 2.0 Heureka! ... NOT Installed Installed ... works. I hope I have the right solution :) pobox77 wrote: > > Hi, > > ExeCommand=""[WindowsFold

Re: [WiX-users] custom action to reg NET 2.0

2007-03-23 Thread pobox77
ce, >> Peter >> >> >> Don Tasanasanta wrote: >>> >>> Your solution helped me find what was wrong with mine. For some reason >>> the CA didn't like what I was putting in for the Directory value. I put >>> in INSTALLDIR and everything wor

Re: [WiX-users] custom action to reg NET 2.0

2007-03-23 Thread pobox77
mine. For some reason >>> the CA didn't like what I was putting in for the Directory value. I put >>> in INSTALLDIR and everything worked great. >>> >>> >>> >>> Thanks! >>> >>> >>> >>>

Re: [WiX-users] custom action to reg NET 2.0

2007-03-23 Thread pobox77
at I was putting in for the Directory value. I put >> in INSTALLDIR and everything worked great. >> >> >> >> Thanks! >> >> >> >> >> >> From: Dhaval Patel [mailto:[EMAIL PROTECTED

Re: [WiX-users] custom action to reg NET 2.0

2007-03-22 Thread pobox77
irectory value. I put > in INSTALLDIR and everything worked great. > > > > Thanks! > > > > > > From: Dhaval Patel [mailto:[EMAIL PROTECTED] > Sent: Friday, March 09, 2007 4:59 PM > To: Don Tasanasanta &g

Re: [WiX-users] custom action to reg NET 2.0

2007-03-15 Thread Don Tasanasanta
riday, March 09, 2007 4:59 PM To: Don Tasanasanta Subject: Re: [WiX-users] custom action to reg NET 2.0 Here is one of my CustomAction elements that I have used in different projects - I don't see anything in your CA that will not allow it to work, but maybe you want to change the ExeCommand at

[WiX-users] custom action to reg NET 2.0

2007-03-08 Thread Don Tasanasanta
I have been banging my head against this all day... I'm trying to get aspnet_regiis.exe to run and set the ASPNET version to 2.0 for my virtual directory. Here is my custom action... Where FRAMEWORKBASEPATH is the path to Framework under Microsoft.NET in the WINDOWS folder. I have a