Re: [WiX-users] Path to MSI?

2007-10-31 Thread Rob Mensching
OriginalDatabase is documented.

Richard wrote:
> In article <[EMAIL PROTECTED]>,
> 7734456 <[EMAIL PROTECTED]>  writes:
>
>   
>> in c++ : MsiGetProperty(hInstall, TEXT("CURRENTDIRECTORY"), szMSISrcPath,
>> &dwBuffer);
>> ..it's there.
>> 
>
> That's working by accident, not working by design.  Use at your own peril.
>   

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Path to MSI?

2007-10-29 Thread Richard

In article <[EMAIL PROTECTED]>,
7734456 <[EMAIL PROTECTED]>  writes:

> in c++ : MsiGetProperty(hInstall, TEXT("CURRENTDIRECTORY"), szMSISrcPath,
> &dwBuffer);
> ..it's there.

That's working by accident, not working by design.  Use at your own peril.
-- 
"The Direct3D Graphics Pipeline" -- DirectX 9 draft available for download
  

Legalize Adulthood! 

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Path to MSI?

2007-10-29 Thread Wilson, Phil
It's one of those undocumented (and therefore unsupported) properties
you shouldn't be using. DATABASE is another. 

Phil Wilson 


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of 7734456
Sent: Monday, October 29, 2007 5:32 PM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Path to MSI?


in c++ : MsiGetProperty(hInstall, TEXT("CURRENTDIRECTORY"),
szMSISrcPath,
&dwBuffer);
..it's there.


Richard-45 wrote:
> 
> 
> In article <[EMAIL PROTECTED]>,
> 7734456 <[EMAIL PROTECTED]>  writes:
> 
>> Try using the msi prop: CURRENTDIRECTORY
> 
> Eh?  The documentation doesn't list any such standard property.
> -- 
> "The Direct3D Graphics Pipeline" -- DirectX 9 draft available for
download
>   <http://www.xmission.com/~legalize/book/download/index.html>
> 
> Legalize Adulthood! <http://blogs.xmission.com/legalize/>
> 
>

-
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems?  Stop.
> Now Search log events and configuration files using AJAX and a
browser.
> Download your FREE copy of Splunk now >> http://get.splunk.com/
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
> 
> 

-- 
View this message in context:
http://www.nabble.com/WiX-v3%3A-How-to-verify-user-name---password-enter
ed--tf4570364.html#a13480236
Sent from the wix-users mailing list archive at Nabble.com.



-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users



-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Path to MSI?

2007-10-29 Thread 7734456

in c++ : MsiGetProperty(hInstall, TEXT("CURRENTDIRECTORY"), szMSISrcPath,
&dwBuffer);
..it's there.


Richard-45 wrote:
> 
> 
> In article <[EMAIL PROTECTED]>,
> 7734456 <[EMAIL PROTECTED]>  writes:
> 
>> Try using the msi prop: CURRENTDIRECTORY
> 
> Eh?  The documentation doesn't list any such standard property.
> -- 
> "The Direct3D Graphics Pipeline" -- DirectX 9 draft available for download
>   
> 
> Legalize Adulthood! 
> 
> -
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems?  Stop.
> Now Search log events and configuration files using AJAX and a browser.
> Download your FREE copy of Splunk now >> http://get.splunk.com/
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
> 
> 

-- 
View this message in context: 
http://www.nabble.com/WiX-v3%3A-How-to-verify-user-name---password-entered--tf4570364.html#a13480236
Sent from the wix-users mailing list archive at Nabble.com.


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Path to MSI?

2007-10-29 Thread Richard

In article <[EMAIL PROTECTED]>,
7734456 <[EMAIL PROTECTED]>  writes:

> Try using the msi prop: CURRENTDIRECTORY

Eh?  The documentation doesn't list any such standard property.
-- 
"The Direct3D Graphics Pipeline" -- DirectX 9 draft available for download
  

Legalize Adulthood! 

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Path to MSI?

2007-10-29 Thread 7734456

Try using the msi prop: CURRENTDIRECTORY




Rad Ricka wrote:
> 
> Hello,
> 
> what's the most effective way to programmatically get the path to where my
> MSI is being run from?
> 
> Cheers,
> 
> R.
> -
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems?  Stop.
> Now Search log events and configuration files using AJAX and a browser.
> Download your FREE copy of Splunk now >> http://get.splunk.com/
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
> 
> 

-- 
View this message in context: 
http://www.nabble.com/WiX-v3%3A-How-to-verify-user-name---password-entered--tf4570364.html#a13476181
Sent from the wix-users mailing list archive at Nabble.com.


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Path to MSI?

2007-10-19 Thread Wilson, Phil
The OriginalDatabase is sometimes a reasonable alternative, but it has
its own pitfalls too. The key issue is whether you want it in all
circumstances (uninstall, repair, modify) or only at first install. In
particular, OriginalDatabase works before any implicit ResolveSource in
the first install. 

Phil Wilson 


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Rad Ricka
Sent: Friday, October 19, 2007 8:05 AM
To: WiX Users; Richard
Subject: Re: [WiX-users] Path to MSI?

Thanks Richard,

SourceDir works perfectly for me; but thanks for pointing out the
pitfalls.

Regards,

R.


- Original Message - 
From: "Richard" <[EMAIL PROTECTED]>
To: "WiX Users" 
Sent: Friday, October 19, 2007 3:08 PM
Subject: Re: [WiX-users] Path to MSI?


>
> In article <[EMAIL PROTECTED]>,
>Sebastian Brand <[EMAIL PROTECTED]>  writes:
>
>> Using the [SourceDir] property? :-)
>
> SourceDir is only correct after you call ResolveSource.
>
> Calling ResolveSource can require that the original media be present.
>
> This is problematic for upgrades and patching, because the source
> media isn't likely to be around at those times.
> -- 
> "The Direct3D Graphics Pipeline" -- DirectX 9 draft available for
download
>  <http://www.xmission.com/~legalize/book/download/index.html>
>
>Legalize Adulthood! <http://blogs.xmission.com/legalize/>
>
>

-
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems?  Stop.
> Now Search log events and configuration files using AJAX and a
browser.
> Download your FREE copy of Splunk now >> http://get.splunk.com/
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
> 



-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users



-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Path to MSI?

2007-10-19 Thread Rad Ricka
Thanks Richard,

SourceDir works perfectly for me; but thanks for pointing out the pitfalls.

Regards,

R.


- Original Message - 
From: "Richard" <[EMAIL PROTECTED]>
To: "WiX Users" 
Sent: Friday, October 19, 2007 3:08 PM
Subject: Re: [WiX-users] Path to MSI?


>
> In article <[EMAIL PROTECTED]>,
>Sebastian Brand <[EMAIL PROTECTED]>  writes:
>
>> Using the [SourceDir] property? :-)
>
> SourceDir is only correct after you call ResolveSource.
>
> Calling ResolveSource can require that the original media be present.
>
> This is problematic for upgrades and patching, because the source
> media isn't likely to be around at those times.
> -- 
> "The Direct3D Graphics Pipeline" -- DirectX 9 draft available for download
>  <http://www.xmission.com/~legalize/book/download/index.html>
>
>Legalize Adulthood! <http://blogs.xmission.com/legalize/>
>
> -
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems?  Stop.
> Now Search log events and configuration files using AJAX and a browser.
> Download your FREE copy of Splunk now >> http://get.splunk.com/
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
> 


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Path to MSI?

2007-10-19 Thread Richard

In article <[EMAIL PROTECTED]>,
Sebastian Brand <[EMAIL PROTECTED]>  writes:

> Using the [SourceDir] property? :-)

SourceDir is only correct after you call ResolveSource.

Calling ResolveSource can require that the original media be present.

This is problematic for upgrades and patching, because the source
media isn't likely to be around at those times.
-- 
"The Direct3D Graphics Pipeline" -- DirectX 9 draft available for download
  

Legalize Adulthood! 

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Path to MSI?

2007-10-19 Thread Richard

In article <[EMAIL PROTECTED]>,
"Rad Ricka" <[EMAIL PROTECTED]>  writes:

> what's the most effective way to programmatically get the path to where =
> my MSI is being run from?

What's the goal?

What problem are you trying to solve by getting the path of the MSI?
-- 
"The Direct3D Graphics Pipeline" -- DirectX 9 draft available for download
  

Legalize Adulthood! 

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Path to MSI?

2007-10-19 Thread Sebastian Brand
Using the [SourceDir] property? :-)

Best regards,
Sebastian Brand

Instyler Software - http://www.instyler.com


On Oct 19, 2007, at 10:10 AM, Rad Ricka wrote:

> Hello,
>
> what's the most effective way to programmatically get the path to  
> where my MSI is being run from?
>
> Cheers,
>
> R.
> -- 
> ---
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems?  Stop.
> Now Search log events and configuration files using AJAX and a  
> browser.
> Download your FREE copy of Splunk now >> http://get.splunk.com/ 
> ___
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users