Re: [WiX-users] Populate ComboBox from managed code using Custom

2006-10-26 Thread Lerudjordet, Morten Minge
Title: RE: Populate ComboBox from managed code using Custom I have also looked into making managed dll's for custom actions. It can be done (with hacks) if we could find some way to access the session object of the installer at runtime. _vbscript_ has the session object that opens up calling

Re: [WiX-users] "Next" button and check statements

2006-10-26 Thread Anton Filippov
When I click 'Yes' button, I publish 1 For 'Next' button I check this property. NOT EmptyInterfaces EmptyInterfaces if EmptyInterfaces property is not set - I spawn dialog, right? Then I ask, and if user click 'Yes' I publish 'EmptyInterfaces' property and exit from question dlg. And now I must c

Re: [WiX-users] "Next" button and check statements

2006-10-26 Thread Bob Arnson
Anton Filippov wrote: > // EmptyInterfacesDlg > Height="17" Text="[ButtonText_Yes]"> > 1 > 1 > > > > AskInterfacesDlg generates popup dlg with question, if user click > 'yes' - generates new dialog, but 'AskInterfacesDlg' don't close. > If uncomment line, verifydlg not generates. > You c

Re: [WiX-users] "Next" button and check statements

2006-10-26 Thread Anton Filippov
//AskInterfacesDlg NOT EmptyInterfaces EmptyInterfaces // EmptyInterfacesDlg 1 1 AskInterfacesDlg generates popup dlg with question, if user click 'yes' - generates new dialog, but 'AskInterfacesDlg' don't close. If uncomment line, verifydlg not generates. On 10/27/06, Bob Arnson

Re: [WiX-users] "Launch the Internet" sample

2006-10-26 Thread Bob Arnson
Hércules dos Santos Domingos wrote: > > Key='http\shell\open\command' /> > > > ExeCommand='Launch.url' Return='asyncNoWait' /> That's probably going to be a malformed command line. For example, if you use Firefox, it expands into C:\PROGRA~1\MOZILL~1\FIREFOX.EXE -url "%1" Launch.url If you

Re: [WiX-users] install .hxs into VS2005 help system with wix

2006-10-26 Thread Bob Arnson
Jimmy Do wrote: > I included 'VSIPCC_Collection_Files_RTL_---_---.msm', but now I get a bunch > of warnings and errors: > Interesting. Which version of the SDK did you get that merge module from? -- sig://boB http://bobs.org

Re: [WiX-users] "Next" button and check statements

2006-10-26 Thread Bob Arnson
Anton Filippov wrote: > I tried to publish NewDialog, but it's not work. > Can you post the code for the Next button with NewDialog? That should work. -- sig://boB http://bobs.org - Using Tomcat but need to do more? Ne

Re: [WiX-users] Populate ComboBox from managed code using Custom Action

2006-10-26 Thread Bob Arnson
Michael Carlisle wrote: > Can anyone tell me if it's possible to populate a ComboBox using a > custom action written in managed code. There's no MSI support for managed-code custom actions. I don't think the current hacks (like InstallUtilLib.dll) would work to update tables at install time.

[WiX-users] Populate ComboBox from managed code using Custom Action

2006-10-26 Thread Michael Carlisle
Hi, Can anyone tell me if it's possible to populate a ComboBox using a custom action written in managed code. I've seen the example using written in C, but need a .Net solution. Is it possible to interact with the UI in this way, and are there any examples? Thanks, Mike _

Re: [WiX-users] remove later versions

2006-10-26 Thread Wilson, Phil
Just set it up to remove any version at all, 0 - 65535 for example. Typically people just want to upgrade older versions and prevent uninstall of newer versions, so that's mostly what you see, but you can remove what you like. Phil Wilson From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]

[WiX-users] remove later versions

2006-10-26 Thread Simon Burgess
Is RemoveExistingProducts only for removing older verisons? I have looked at the Windows Installer documentation and it doesn’t seem clear. I want to be able to remove any existing versions of the product even if they are later ones. Is there a way to achieve this? ---

[WiX-users] "Launch the Internet" sample

2006-10-26 Thread Hércules dos Santos Domingos
Hi!I need a "Launch the Internet" sample. I download a WIX Tutorial from Internet and I tried the code below and it didn't work. Can you tell me where I am mistaking or to send another example?I am using the WIX Toolset version 2.0.4415.0.Thank you!Hércules Domingos

Re: [WiX-users] Picking file with version info embedded in name

2006-10-26 Thread John Calcote
Rob, Excellent! That's exactly what I was looking for. Thanks so much. John >>> Rob Hamflett <[EMAIL PROTECTED]> 10/26/2006 2:08 AM >>> You could specify the source as "OpenXDAS\Java\openxdas-$(var.JarRevision).jar" and specify "-dJarRevision=138" on the command line. Rob John Calcote wrote:

Re: [WiX-users] How to prompt to terminate process on uninstall

2006-10-26 Thread Jeff MacDuff
Ahh ok.. I understand.   Can you tell me more about this CloseApps CA ? Is this an existing item I can just hook into?   From: Rob Mensching Sent: Thursday, October 26, 2006 12:58 PM To: Jeff MacDuff; wix-users@lists.sourceforge.net Subject: RE: [WiX-users] How to prompt to termina

Re: [WiX-users] How to prompt to terminate process on uninstall

2006-10-26 Thread Rob Mensching
wix\ src\ca\wixca\dll\CloseApps.cpp   From: Jeff MacDuff Sent: Thursday, October 26, 2006 12:58 To: Rob Mensching; wix-users@lists.sourceforge.net Subject: RE: [WiX-users] How to prompt to terminate process on uninstall   Ahh ok.. I understand.   Can you tell me more about th

Re: [WiX-users] How to prompt to terminate process on uninstall

2006-10-26 Thread Rob Mensching
You’d have to use a CustomAction like CloseApps to kill off more than just those files that are held in use by a process with a visible window.   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jeff MacDuff Sent: Thursday, October 26, 2006 12:53 To: wix-users@lists.sour

[WiX-users] How to prompt to terminate process on uninstall

2006-10-26 Thread Jeff MacDuff
What is the correct method in the WIX file to list the process names that should / need to be killed before uninstall occurs?   What we are seeing is that if process A is running… the MSI at uninstall time will uninstall all of the other files ( dll’s / xml’s / etc ) and then prompt the u

Re: [WiX-users] Merging the ATL 7.1 Merge Module

2006-10-26 Thread BULL, Dave, GBM
Great, that works fine now, thanks.   I had to add the following elements straight after the tag in order for it to work:                         Dave From: Rob Mensching [mailto:[EMAIL PROTECTED] Sent: 26 October 2006 15:09To: BULL, Dave, GBMCc: wix-users@lists.s

Re: [WiX-users] Merging the ATL 7.1 Merge Module

2006-10-26 Thread Rob Mensching
Please keep wix-users on the email.   You want the PublishComponent table.  See how it says “s32”?  The MSI SDK says that Feature name is supposed to be <= 38 characters.   From: BULL, Dave, GBM [mailto:[EMAIL PROTECTED] Sent: Thursday, October 26, 2006 2:53 AM To: Rob Mensching Su

Re: [WiX-users] Merging the ATL 7.1 Merge Module

2006-10-26 Thread BULL, Dave, GBM
Hi Rob   This is the full error:   [exec] Feature.1 = s38 [exec] PublishComponent.Feature_ = s32 [exec] c:\Documents and Settings\BulldA\Local Settings\Temp\blclclbf\test.msi : error LGHT0204 : ICE32: Possible Mis-Aligned Foreign Keys   How can I tell which table I need to spec

Re: [WiX-users] Picking file with version info embedded in name

2006-10-26 Thread Rob Hamflett
You could specify the source as "OpenXDAS\Java\openxdas-$(var.JarRevision).jar" and specify "-dJarRevision=138" on the command line. Rob John Calcote wrote: > Hi - > > I've had a running WIX3 project going (thanks WIX developers for making it > simple!), and I've recently added a Java client

[WiX-users] "Next" button and check statements

2006-10-26 Thread Anton Filippov
Hi All! I've question: In my setup sequence, user must set same data in custom action dlg. but, if user don't set this data, I ask for empty data and continue installation NOT EmptyInterfaces EmptyInterfaces // EmptyInterfacesErrDlg: 1 1 1 How to continue process, if user click

Re: [WiX-users] VBScript and ComboBox

2006-10-26 Thread Lerudjordet, Morten Minge
Title: RE: VBScript and ComboBox Found the problem, and it looks like it was the way I extracted the string from the returned record.   Thanks Bob for putting me on the right track!   Morten Fra: Bob Arnson [mailto:[EMAIL PROTECTED] Sendt: 25. oktober 2006 16:38Til: Lerudjordet,