[WiX-users] Create Database Error

2007-08-28 Thread Daniel Wilson
Hello, I'm trying to use wix 3.0 to create a SQLExpress database and run four scripts to populate it. I get a non-specific error saying that the database couldn't be created when I try to install. I'm fairly certain that the error is in the SqlDatabase node, becasue I can comment out the SqlScript

Re: [WiX-users] Different action on uninstall

2007-08-28 Thread JosephLee
Try Remove="YourFeatureName", it take effect when you changed the Feature status. Benas wrote: > > 'REMOVE="ALL" is true when user clicks uninstall. > > But if user double click on msi file there he'll be able to pick from > repair > or uninstall and if he pick up uninstall the condition 'REM

[WiX-users] The problem of uac in maintenance

2007-08-28 Thread JosephLee
I made an MSI database with wix and use it on vista. In the database, I use the self registration when a service start. So when i take an maintenance install. Just like remove, the service i installed doesn't change at all. But when i execute this installer with an administrator command, everythin

[WiX-users] Using the sca.wixlib lib and SqlScript element

2007-08-28 Thread Leo ...
I have the below SqlScript component defined and linked with sca.wixlib. The script(s) didn't get executed. What am I missing? Thx! - This SF.net email is sponsored by: Splunk Inc. Still grepping through log file

[WiX-users] Checkbox on exit dialog

2007-08-28 Thread Sriram Vasudevan
Hi, I am using properties WIXUI_EXITDIALOGOPTIONALTEXT and WIXUI_EXITDIALOGOPTIONALCHECKBOXTEXT to show a checkbox in the finish dialog that gives an option to the user to start our program on finish. However, this does not take effect when the user installs some features, and then adds new

[WiX-users] WiX integration in to dev env (tallow ...)

2007-08-28 Thread chamanzan
Hi All, I'm trying to understand how WiX can be integrated in to a typical development / build environment such that keeping the installer up to date becomes a minimal effort and maintained by the developers. This at least is what I understood is one of the goals of people who use WiX. M

[WiX-users] Image Transparency

2007-08-28 Thread Mark.Farmer
Can anyone let me know how to imbed images with transparent backgrounds both for PushButton control, and Bitmap control. I can only get bmp and jpeg to show up, and neither support transparency. If I use gif or png, the images do not show up. I have tried wix 2.0 and 3.0. Thanks in advance. ~ma

[WiX-users] Do we like the same books?

2007-08-28 Thread perverthermit
I just joined Shelfari to connect with other book lovers. Come see the books I love and see if we have any in common. Then pick my next book so I can keep on reading. Click below to join my group of friends on Shelfari! http://www.shelfari.com/Register.aspx?ActivityId=4546549&InvitationCode=b4f

Re: [WiX-users] WixShellExec & CAQuietExec & their options

2007-08-28 Thread Alexei
Although this seems to have been answered already I'm unclear as to why you can not use an immediate CA. Can you not just schedule it after CostFinalize in the InstallExecuteSequence? koawmfot wrote: > > I need to lauch an executable at the end of my installation. currently i > use the CAQuiet

Re: [WiX-users] minor upgrade: reinstall flag?

2007-08-28 Thread Brian Simoneau
Properties are case-sensitive, so try REINSTALL in your condition. -Brian Simoneau -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Craig Ward Sent: Tuesday, August 28, 2007 8:35 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] minor upgrade: r

Re: [WiX-users] Filesize Limitation?

2007-08-28 Thread Schrieken, Rene
See:http://www.msifaq.com/a/1043.htm I think you should split your files... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dieter Oberndorfer Sent: Tuesday, August 28, 2007 4:46 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Filesize Limita

[WiX-users] Filesize Limitation?

2007-08-28 Thread Dieter Oberndorfer
Hi, i want to distribute a directory with large file in it with an msi package. The size of the directory is 5,51 GB. The biggest files are 2 files of 2 GB, 1 file of 1 GB, 1 file of 500MB Now when i want to build the msi, link throws an error: fatal error LGHT0017 : Failed to create cab ... with

[WiX-users] minor upgrade: reinstall flag?

2007-08-28 Thread Craig Ward
I'm trying to respond to a minor upgrade in my InstallExecuteSequence section. If I execute my .msi file using the following params: msiexec /i mymsi.msi REINSTALL=ALL REINSTALLMODE=vomus Is there a particular flag (ie: REINSTALL) that I can expect to be on? I'm trying to respond with:

Re: [WiX-users] Different action on uninstall

2007-08-28 Thread Benas
'REMOVE="ALL" is true when user clicks uninstall. But if user double click on msi file there he'll be able to pick from repair or uninstall and if he pick up uninstall the condition 'REMOVE="ALL" is false. What condition should i use if i want it be true for all uninstall actions? 2007/8/1, Ro

Re: [WiX-users] Error - Failed to read IIsWebs table

2007-08-28 Thread david adams
If you are using the current release, you may want to report this as a bug. This bug was fixed in 2.0 previously. David Adams, MCSD MSN MessengerID: [EMAIL PROTECTED] From: [EMAIL PROTECTED]: [EMAIL PROTECTED]: Tue, 28 Aug 2007 00:05:10 +0530Subject: [WiX-users] Error - Failed to read IIsWe