[WiX-users] Show/Hide Textbox on event of DropDown

2008-11-27 Thread sujanakar reddy
Hi, In my installer (using WiX 3.0) I am displaying a list of items in ComboBox control and providing a value of "Create New" in my dropdown so that if the user chooses the "Create New" item, I want to show textbox below the dropdown screen in same dialog. Is it possible in WiX? Please help

Re: [WiX-users] declaring dependencies between components

2008-11-27 Thread Wim Coenen
On Fri, Nov 21, 2008 at 00:44, Rob Mensching <[EMAIL PROTECTED]> wrote: > I'd use ComponentGroups to group like things together. You can use > ComponentGroupRef inside ComponentGroups to get heirarchys. Then you just > need ComponentGroupRefs under the right Features and everything should get >

Re: [WiX-users] Running SQL scripts under WIX

2008-11-27 Thread Peter McClymont
Thanks guys. That is right on the money to do with ANSI and UNICODE. I found this too FYI, http://n2.nabble.com/Error-executing-sql-scripts-with-WIX-td1488703.html And the characters in that post were the same ones I had. But I remember now, the first time I created that script I used visual stu

Re: [WiX-users] Running SQL scripts under WIX

2008-11-27 Thread Joe Osman
Hi Peter, What happen if you use sqlcmd to run the script? Do you get the same error ? Joe Michael Osmond wrote: > Peter, > > I am not sure of all the details, but try saving the SQL script as ANSI > format. > > Michael > > -Original Message- > From: Peter McClymont [mailto:[EMAIL PROTEC

Re: [WiX-users] Running SQL scripts under WIX

2008-11-27 Thread Michael Osmond
Peter, I am not sure of all the details, but try saving the SQL script as ANSI format. Michael -Original Message- From: Peter McClymont [mailto:[EMAIL PROTECTED] Sent: Friday, 28 November 2008 11:01 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Running SQL scripts under

[WiX-users] Running SQL scripts under WIX

2008-11-27 Thread Peter McClymont
Hi All, I have a rather disturbing problem that I am having a lot of trouble figuring out. Our WIX installer is adding a database, and running a SQL script as it does the install. It looks like this,

Re: [WiX-users] (no subject)

2008-11-27 Thread Chad Miles
Suhweet!!! On Thu, Nov 27, 2008 at 3:46 AM, Peter Vestergaard <[EMAIL PROTECTED]>wrote: > Thanks for help! > It works!! > > Much appriciated! > > 2008/11/26 Chad Miles <[EMAIL PROTECTED]> > > > 1 more suggestion, inside your control for the finish button: > > > > > > > Default="yes" > > Width="5

[WiX-users] UninstallDriverPackages failing

2008-11-27 Thread John Lalande
In our product we ship a USB driver. The installer is written with wix 2, but since I was having difficulty using wix 2 to install the driver, I packaged the driver in a merge module written in wix 3. I have two users that cannot uninstall our product, thereby preventing an upgrade, yet I have be

[WiX-users] cannot find VCProjectEngine (again, ignore the previous one if it went through)

2008-11-27 Thread Jason Ding
Hello, I got this warning when build the Wix project which was created by using Visual Studio 2008 and .Net Framework 3.5. It is looking for VCProjectEngine and Visual Studio 2005. C:\Program Files (x86)\MSBuild\Microsoft\WiX\v3.0\Wix.targets(0,0): warning MSB3421: Could not load the Visual

[WiX-users] cannot find VCProjectEngine

2008-11-27 Thread Jason Ding
Hello, I got this warning when build the Wix project which was created by using Visual Studio 2008 and .Net Framework 3.5. It is looking for VCProjectEngine and Visual Studio 2008. C:\Program Files (x86)\MSBuild\Microsoft\WiX\v3.0\Wix.targets(0,0): warning MSB3421: Could not load the Visual

[WiX-users] PowerShell error with make.bat: "C/C++ Compiler Driver has stopped working"

2008-11-27 Thread Marcel Kulicke
Hi wix-users, When trying to build the newer versions of WIX using make.bat. I get: "checkRequiredArgs: [cl] Compiling 1 files to 'C:\Users\marcelku\Downloads\wix3-sources\build\obj\debug\x86\ambient'. BUILD FAILED - 6 non-fatal error(s), 3 warning(s) C:\Users\marcelku\Downloads\wix3-sourc

Re: [WiX-users] Add / Remove Programs

2008-11-27 Thread Matthieu RUNTZ
Thanks Palbinder. Regards, Matthieu> Date: Thu, 27 Nov 2008 12:45:51 +> From: [EMAIL PROTECTED]> To: wix-users@lists.sourceforge.net> Subject: Re: [WiX-users] Add / Remove Programs> > http://msdn.microsoft.com/en-us/library/aa367559(VS.85).aspx > > > > Palbinder Sandher > Software Deploym

Re: [WiX-users] Add / Remove Programs

2008-11-27 Thread Pally Sandher
http://msdn.microsoft.com/en-us/library/aa367559(VS.85).aspx Palbinder Sandher Software Deployment Engineer T: +44 (0) 141 945 8500 F: +44 (0) 141 945 8501 http://www.iesve.com **Design, Simulate + Innovate with the ** Integrated Environmental Solutions Limited. Registered in Scotland N

Re: [WiX-users] Using Red Gate Packager with Wix V3

2008-11-27 Thread Kamil Mierzejewski
Hi, Some time ago I had a very similar problem - I needed to install an extension to OpenOffice.org. Extensions are packaged in zip files and installed using unopkg.exe. I didn't want to copy zip files to the user machine, so I decided to implement a pair of custom actions that play with a cus

Re: [WiX-users] Using Red Gate Packager with Wix V3

2008-11-27 Thread Kjartan Þór Kjartansson
Unfortunatly no, I don't want to leave the binary on the users machine after install. -Upphaflegt skeyti- From: Bob Arnson [mailto:[EMAIL PROTECTED] Sent: 26. nóvember 2008 19:55 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Using Red Gate Packager wi

Re: [WiX-users] Can't build after upgrade

2008-11-27 Thread Anthony Wieser
That did the trick. Thanks. Anthony Wieser Wieser Software Ltd - Original Message - From: "Simon Dahlbacka" <[EMAIL PROTECTED]> To: "General discussion for Windows Installer XML toolset." Sent: Wednesday, November 26, 2008 4:02 PM Subject: Re: [WiX-users] Can't build after upgrade >

Re: [WiX-users] setupbld, bootstrappers and command line parameters (msicl)

2008-11-27 Thread carlldev
Thanks Rob. I'd be willing to contribute to the project and make the change if we could include it in v3.0. Is that something you might consider? It should only be a small change... Out of interest, where does 3.5 fit in the roadmap? I read your post on the roadmap at http://robmensching.com/blo

Re: [WiX-users] (no subject)

2008-11-27 Thread Peter Vestergaard
Thanks for help! It works!! Much appriciated! 2008/11/26 Chad Miles <[EMAIL PROTECTED]> > 1 more suggestion, inside your control for the finish button: > > > Default="yes" > Width="56" Height="17" Type="PushButton" Cancel="yes"> > >1 > >1 > > > > > Pulled this from some old code. > > O

[WiX-users] Add / Remove Programs

2008-11-27 Thread Matthieu RUNTZ
Hello All, I have got a package I've installed on a integration server with my account which is a member of the administrators group. If I go to the Add / Remove Programs console, I can see my package and uninstall it, but if another administrator goes in the same console he didn't see my p