Re: [WiX-users] Setting Install Location

2008-12-23 Thread Colin Fox
On Tue, Dec 23, 2008 at 11:30 AM, Alexander Shevchuk < alexander.shevc...@microsoft.com> wrote: > Your custom action is type 51 (set property with a formatted text). You > need type 35 (set directory with a formatted text). Review my first email > for correct format. > > Alex > > Actually, it tu

Re: [WiX-users] Setting Install Location

2008-12-23 Thread Colin Fox
On Tue, Dec 23, 2008 at 11:19 AM, Alexander Shevchuk < alexander.shevc...@microsoft.com> wrote: > Also, regarding registry search. > The way how your RegistrySearch is provided - you are looking for a *value* > SharePoint under SOFTWARE\Microsoft\.NETFramework\AssemblyFolders\. Is that > what you

Re: [WiX-users] Setting Install Location

2008-12-23 Thread Alexander Shevchuk
: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Setting Install Location On Tue, Dec 23, 2008 at 10:55 AM, Alexander Shevchuk < alexander.shevc...@microsoft.com> wrote: > Hi Colin, > > Try this: > > - Use AppSearch to set the value of

Re: [WiX-users] Setting Install Location

2008-12-23 Thread Colin Fox
On Tue, Dec 23, 2008 at 10:55 AM, Alexander Shevchuk < alexander.shevc...@microsoft.com> wrote: > Hi Colin, > > Try this: > > - Use AppSearch to set the value of public property, say - SHAREPOINT > > > > > > - Schedule custom action type 35: > > Value="[SHAREPOINT]" /> > > > NOT Installed >

Re: [WiX-users] Setting Install Location

2008-12-23 Thread Alexander Shevchuk
Also, regarding registry search. The way how your RegistrySearch is provided - you are looking for a *value* SharePoint under SOFTWARE\Microsoft\.NETFramework\AssemblyFolders\. Is that what you want? I think, you actually want a default registry value (no name) for the "SOFTWARE\Microsoft\.NET

Re: [WiX-users] Setting Install Location

2008-12-23 Thread Colin Fox
On Tue, Dec 23, 2008 at 10:48 AM, Scott Sam wrote: > Are you sure that the registry key that you are looking for exists on > the target machine? > Absolutely. I'm trying to install this on my own machine, and I can see the registry key with regedit. -- Regards, cf ---

Re: [WiX-users] Setting Install Location

2008-12-23 Thread Alexander Shevchuk
Hi Colin, Try this: - Use AppSearch to set the value of public property, say - SHAREPOINT - Schedule custom action type 35: NOT Installed You should be good to go. Make sure that your custom action is scheduled after CostFinalize. Alex -Original Message- From: Colin F

Re: [WiX-users] Setting Install Location

2008-12-23 Thread Scott Sam
Are you sure that the registry key that you are looking for exists on the target machine? -Original Message- From: Colin Fox [mailto:greenene...@gmail.com] Sent: Tuesday, December 23, 2008 1:39 PM To: wix-users Subject: [WiX-users] Setting Install Location I'm still having no luck settin