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
osoft\.NETFramework\AssemblyFolders\SharePoint\" key. Alex -Original Message- From: Colin Fox [mailto:greenene...@gmail.com] Sent: Tuesday, December 23, 2008 10:39 AM To: wix-users Subject: [WiX-users] Setting Install Location I'm still having no luck setting the location of my i

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
Fox [mailto:greenene...@gmail.com] Sent: Tuesday, December 23, 2008 10:39 AM To: wix-users Subject: [WiX-users] Setting Install Location I'm still having no luck setting the location of my install based on a registry key. I've tried all the suggestions but nothing works. And there is def

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

[WiX-users] Setting Install Location

2008-12-23 Thread Colin Fox
I'm still having no luck setting the location of my install based on a registry key. I've tried all the suggestions but nothing works. And there is definitely an AppSearch segment in my .msi file. I've done the steps from the tutorial but they're apparently insufficient. Also - when I check my l