[WiX-users] Sending params to Deferred Custom Action

2008-08-04 Thread Benas
Hello, I'm wondering how to pass params to deferred Custom Actions? My WIX Property doesn't exist anymore at the time deferred custom action is ran. Tx for suggestions, Benas - This SF.Net email is sponsored by the Moblin

[WiX-users] How to set property value by directory path

2008-07-16 Thread Benas
\/ But this doesn't set correct value. Tx for help, Benas - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK win great prizes Grand prize is a trip

Re: [WiX-users] How to set property value by directory path

2008-07-16 Thread Benas
-- Brian Rogers Intelligence removes complexity. - Me http://www.codeplex.com/wixml/ On Wed, Jul 16, 2008 at 8:58 AM, Benas [EMAIL PROTECTED] wrote: Hello all, What i need is to set property value that would contain full path to ProgramMenuFolder directory. My directory

Re: [WiX-users] How to set property value by directory path

2008-07-16 Thread Benas
... / /InstallExecuteSequence Alex Shevchuk -Original Message- From: [EMAIL PROTECTED] [mailto: [EMAIL PROTECTED] On Behalf Of Benas Sent: Wednesday, July 16, 2008 8:59 AM To: WiX-users Subject: [WiX-users] How to set property value by directory path Hello all, What i need is to set

[WiX-users] WIX3 - WixUI_InstallDir error Please wait while installer finishes determining your disk space requirements.

2008-03-26 Thread Benas
license agreement dialog i got an error box which says: Please wait while installer finishes determining your disk space requirements. How to rid of that error? Thanks for answers, Benas - Check out the new SourceForge.net

[WiX-users] AlwaysInstallElevated

2007-10-24 Thread Benas
does it means and how to solve this problem? Thank you very much, Benas - 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

[WiX-users] WIX2 Windows Vista

2007-10-17 Thread Benas
DllEntry=SetUpConfig Execute='deferred'/ Custom Action=SettingUpConfigFile After=PublishProductNOT Installed/Custom Any ideas how to solve this problem? Thanks for helping, Benas - This SF.net email is sponsored by: Splunk Inc

Re: [WiX-users] Different action on uninstall

2007-08-28 Thread Benas
and maintenance. If you need to tell the difference between these and an actual uninstall, I think a condition of 'REMOVE=ALL' is what you want. Rob Benas wrote: I need some property to detect if it's installation or uninstallation process 2007/8/1, Benas [EMAIL PROTECTED] mailto:[EMAIL

Re: [WiX-users] Different action on uninstall

2007-08-01 Thread Benas
I need some property to detect if it's installation or uninstallation process 2007/8/1, Benas [EMAIL PROTECTED]: During installation I'm calling extern C function in my cpp dll. But during uninstallation i want to call other function from the same dll - how can i do that? Thanks

[WiX-users] Set property from registry search

2007-07-25 Thread Benas
I have tried to search registry using this: Property Id=MYAPPPATH2RegistrySearch Id='SearchRegistry' Type='raw' Root='HKLM' Key='Software\a\b' Name='PathName' //Property And then tried to build to installers one with: Condition Message='Error''MYAPPPATH2/Condition And another with: Condition

Re: [WiX-users] Install target directory from Registry key.

2007-07-13 Thread Benas
Can you provide some example what works for you? I'm using WIX v2. Thank you, Benas 2007/7/13, Bob Arnson [EMAIL PROTECTED]: Please keep *wix-users* on the thread. Benas wrote: No i'm not doing anything about InstallExecuteSequence. Is it necessary? No. I was asking because the default

[WiX-users] Install target directory from Registry key.

2007-07-11 Thread Benas
Hello, I'm trying to install my program to directory from registry key. Here is source code: Media Id=1 Cabinet=Files CompressionLevel=high EmbedCab=yes/ Property Id=MYAPPPATH RegistrySearch Id='FacilitiesPlannerRegistry' Type='directory' Root='HKLM'