Re: [WiX-users] Problem about installing windows services, need help!

2009-08-20 Thread bonn deng
Sorry to bother, the command line I used in the Visual Studio 2008 Command Prompt is "InstallUtil PublishService.exe". 2009/8/20 bonn deng > Hi, all~ I ran into this weird problem as follows: > I'm using WiX3.0 to build an installation package which will inst

[WiX-users] Problem about installing windows services, need help!

2009-08-20 Thread bonn deng
Hi, all~I ran into this weird problem as follows: I'm using WiX3.0 to build an installation package which will install several windows services, but I can't start the service correctly, every time I got the message: "Service 'PublishService' failed to start. Verify that you have sufficient

[WiX-users] How to make some information remembered by the package so that it can be uninstalled automatically through add/remove programs?

2009-08-10 Thread bonn deng
Hi, all~I'm using WiX3.0 to build an install package for restoring sql server database. Now I can customize one dialog for users to input the sqlServerName, userName and password and the installation works just fine. But when I uninstall it through add/remove programs, I can't connect the s

Re: [WiX-users] How to make directory browse work using the WixUI_Mondo dialog sets?

2009-08-10 Thread bonn deng
Sorry to bother you guys, I have figured this out: the Browse button is enabled whenever the Feature has its ConfigurableDirectory set. Best wishes, Bonn 2009/8/10 bonn deng > Hi, all~ I encountered another problem, hope you guys can give me some > directions: > I wa

[WiX-users] How to make directory browse work using the WixUI_Mondo dialog sets?

2009-08-09 Thread bonn deng
Hi, all~I encountered another problem, hope you guys can give me some directions: I want to use the WixUI dialog library to finish the install process of my package by referencing the common dialog sequence WixUI_Mondo (simply adding one line of code as follows: ). As I saw in the WiX help

Re: [WiX-users] WiX-users Digest, Vol 39, Issue 21

2009-08-06 Thread bonn deng
g 6, 2009 at 8:38 AM, Richard Hollis > wrote: > > > I think you need to use a component group: > > > > heat ... -cg WebSiteFiles > > > > This wraps all your components up into a single component grouping that > you > > can then reference easily in yo

Re: [WiX-users] WiX-users Digest, Vol 39, Issue 19

2009-08-06 Thread bonn deng
quot; According to the heat help, you should be able to add -cg testComponents to the heat command line to create a componentgroup in the generated wix file. You can then add to your feature to include the components. -Original Message- From: bonn deng [mailto:bonnd...@gmail.com] Sent:

Re: [WiX-users] WiX-users Digest, Vol 39, Issue 19

2009-08-06 Thread bonn deng
components in your > test.wxs file to use in your features? > > Matthew Yost > Software Engineer > GLD Solutions, Inc. > > -Original Message- > From: bonn deng [mailto:bonnd...@gmail.com] > Sent: Thursday, August 06, 2009 10:20 AM > To: wix-users@lists.sourcef

Re: [WiX-users] WiX-users Digest, Vol 39, Issue 18

2009-08-06 Thread bonn deng
gest..." > > > Today's Topics: > > 1. Re: How to put computer name in CustomAction ExeCommand? > (Jiang, Chunyan (GE Healthcare)) > 2. Copying a directory for an install (Dan Hoeger) > 3. Problem with IIS extension (Lo?c DELAMBRE) > 4. How to make

[WiX-users] How to make use of the output .wxs file of heat.exe in WiX3.0?

2009-08-06 Thread bonn deng
Hi all, I am now using heat.exe to generate the .wxs file of one directory with the command: heat.exe dir "." -gg -nologo -sfrag -out test.wxs -template:product , where the current directory contains thousands of files (because it's the root dir of a web application). Then I want to inclu

Re: [WiX-users] WiX-users Digest, Vol 39, Issue 6

2009-08-04 Thread bonn deng
major upgrade? (Lian Jiang) > 4. Re: is it possible to disable user uninstall while still > enable major upgrade? (Bob Arnson) > 5. Re: Wix 3.5.0731.0 is missing the VS2010 Integration (Bob Arnson) > 6.

[WiX-users] Service failed to start using WiX3.0

2009-08-03 Thread bonn deng
Hello, everyone! I'm a totally newbie in WiX. I was using WiX3.0 and wanted to install a windows service through it, I did as the guide says and I can install the service but I can't start it on install. The message I got is "Service failed to start. Verify that you have sufficient privileges t