Re: [WiX-users] Executing PowerShell Silently Hangs Install

2009-03-16 Thread Andrew Lee
Policy Your installer would be relying on the user to have *manually* set their Powershell execution policy to something other than the default. Best regards, Andrew -- Andrew Lee Solarflare Communications mailto:a...@solarflare.com Block 2, Second floor, Westbrook C

Re: [WiX-users] How do setup bootstrappers avoid prompts for media when changing or repairing an existing installation

2009-01-22 Thread Andrew Lee
de the needed files and the installer prompts for the path to the original media. I want to be able to avoid such prompts. Best regards, Andrew -- Andrew Lee Solarflare Communications mailto:a...@solarflare.com Block 2, Second floor, Westbrook Centre tel:+44-1223-518040

[WiX-users] How do setup bootstrappers avoid prompts for media when changing or repairing an existing installation

2009-01-22 Thread Andrew Lee
puter? I would obviously prefer option 1 or 2 or any other similar option that prevents my setup bootstrapper effectively maintaining an MSI cache of its own. How do you setup bootstrappers, in general, avoid this issue? Best regards, Andrew -- Andrew Lee Solarflar

Re: [WiX-users] Radio Button Both Evaluating to pass condition

2009-01-20 Thread Andrew Lee
Andrew Lee wrote: > Your condition of MUAccepted = "yes" OR "no" is always going to > evaluate as true. Try an enable condition and new dialog condition of: >MUAccepted = "yes" OR MUAccepted = "no" > or you might find it clearer to

Re: [WiX-users] Radio Button Both Evaluating to pass condition

2009-01-20 Thread Andrew Lee
epted = "yes" OR MUAccepted = "no" or you might find it clearer to put: (MUAccepted = "yes") OR (MUAccepted = "no") The parenthesis is unneccessary but it can often help with future maintenance as it makes the intended operator precedence explicit. Yo

Re: [WiX-users] MMC 3 as an installation prerequisite

2009-01-09 Thread Andrew Lee
790.2611 > > We also had a requirement to installed MMC3 if it was not already > installed, I've tried to include the relevant fragments below: > > [... SNIP ...] > > Hope this helps! > Looks great Ian, thanks for such a detailed reply. Andrew -- Andrew Lee

[WiX-users] MMC 3 as an installation prerequisite

2009-01-08 Thread Andrew Lee
myriad of different version numbers depending on OS and service pack. I recognise that this isn't strictly a WiX question but any insight will be gratefully received. Best regards, Andrew -- Andrew Lee Solarflare Communications mailto:a...@solarflare.com Block 2, Second f