Re: [WiX-users] Edit control not geting updated from property value

2011-01-03 Thread Blair
Here are the related authoring I see in these two snippets: 1. btnChange 2 2. Next 1 3. Back 1 4. Cancel 1 FileBrowseDlg\Back and FileBrowseDlg\Cancel are probably fine. FileBrowseDlg\Next is probably always skipping the EndDialog action since the later NewDialog action is always

Re: [WiX-users] Creating Virtual Directories in c:\inetpub\wwwroot in WiX

2011-01-03 Thread Michael Urman
For what little it's worth, InstallShield 11 did not support for Vista, much less the version of IIS included with Vista, because its predates Vista. If that's the only blocking factor, you may want to consider a version of InstallShield that shipped after 2005. If the other factors are more releva

Re: [WiX-users] Creating Virtual Directories in c:\inetpub\wwwroot in WiX

2011-01-03 Thread InvaderZim
Christopher Painter wrote: > > InstallShield's custom action sets a property but there's no reason you > have to use that property. You can write your own custom action setting > your own property then tell the IIS custom actions to use that property > instead. > > All said and done, InstallS

Re: [WiX-users] updates to sql database

2011-01-03 Thread wix user
Hi Rob, Do you mean a different component for update than the installation? If yes, we need to skip the installation part of it during the update based on some check for already installed db. How to handle these conditions? Using Transient components? How failures are handled? Do you have any exam

Re: [WiX-users] Creating Virtual Directories in c:\inetpub\wwwroot in WiX

2011-01-03 Thread Christopher Painter
InstallShield's custom action sets a property but there's no reason you have to use that property. You can write your own custom action setting your own property then tell the IIS custom actions to use that property instead. All said and done, InstallShield 2011 *currently* trumps WiX in IIS s

Re: [WiX-users] Creating Virtual Directories in c:\inetpub\wwwroot in WiX

2011-01-03 Thread InvaderZim
I'm having this exact issue and it's now 2010! I found that I can get the root of the web tree into a property like this: but (and there's always a but): on Vista, Microsoft apparently screwed up this registry entry. It now contains %SystemDrive%\inetpub\wwwroot but the enviro

[WiX-users] Edit control not geting updated from property value

2011-01-03 Thread kim
Hello all, I need to update text of Edit control on my custom dialog from a property that is being set by custom action. This custom control is to provide OpenFileDialog to user and populate the Edit control with selected filename. The property is getting set by CA but the control is not getting

Re: [WiX-users] Burn issue

2011-01-03 Thread Sean Farrow
Could this be added? Cheers Sean. -Original Message- From: Rob Mensching [mailto:r...@robmensching.com] Sent: 03 January 2011 16:29 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Burn issue No. Burn doesn't show the UI from the MSIs. On Sun, Jan 2, 20

Re: [WiX-users] Burn issue

2011-01-03 Thread Rob Mensching
No. Burn doesn't show the UI from the MSIs. On Sun, Jan 2, 2011 at 3:28 AM, Sean Farrow wrote: > Hi: > I'm using Burn as a container to hold two msi's. > I'd like to use the ui's from the msi in the current implementation. > If I remove the bootstrapApplicationRef element I get a lght0001: the gi

Re: [WiX-users] Creating Unique GUIDs inside a foreach block?

2011-01-03 Thread Pound, Robert (CDC/OCOO/ITSO) (CTR)
I like this option. However, when I try using syntax: Guid="$(var.Guid.$(var.ENVIRONMENT))" I get a error "Undefined preprocessor function '$(var.Guid.$(var.ENVIRONMENT))'. (note I have also tried syntax 'Guid="$(var.Guid$(var.ENVIRONMENT))" ' , no period between Guid and $(var.ENVIRONMENT)