[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

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 bonnd...@gmail.com Hi, all~ I ran into this weird problem as follows: I'm using WiX3.0 to build an installation package which will install

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

2009-08-11 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

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

2009-08-10 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: UIRef Id=WixUI_Mondo /). As

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 bonnd...@gmail.com Hi, all~ I encountered another problem, hope you guys can give me some directions

[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

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

2009-08-06 Thread bonn deng
. 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 use of the output .wxs file of heat.exe in WiX3.0? (bonn deng) 5. Re: Wix

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

2009-08-06 Thread bonn deng
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.sourceforge.net Subject: [WiX-users] How to make use of the output .wxs file of heat.exe

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

2009-08-06 Thread bonn deng
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 ComponentGroupRef Id=testComponents / to your feature to include the components. -Original Message- From: bonn deng [mailto:bonnd

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

2009-08-06 Thread bonn deng
: heat ... -cg WebSiteFiles This wraps all your components up into a single component grouping that you can then reference easily in your feature: Feature ... ComponentGroupRef Id=WebSiteFiles / /Feature Richard 2009/8/6 bonn deng bonnd...@gmail.com Hi all, I

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

2009-08-04 Thread bonn deng
still enable major upgrade? (Bob Arnson) 5. Re: Wix 3.5.0731.0 is missing the VS2010 Integration (Bob Arnson) 6. Service failed to start using WiX3.0 (bonn deng) 7. Re: Env variables don't get deleted (sandun css

[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