Re: [WiX-users] How To Overwrite files in maintenance mode

2009-07-21 Thread Natalia Gladkova
be reinstalled, regardless of checksum or version) Best regards, Natalia Gladkova -Original Message- From: ערן גבע [mailto:mail.g...@gmail.com] Sent: Tuesday, July 21, 2009 5:22 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] How To Overwrite files in maintenance mode What

Re: [WiX-users] Error 1723. A DLL required for this install tocomplete could not be run. C#

2009-04-10 Thread Natalia Gladkova
which were just adding new custom action) all works perfectly well! Best regards, Natalia Gladkova -Original Message- From: Heath Stewart [mailto:clubs...@gmail.com] Sent: Friday, April 10, 2009 6:43 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Err

Re: [WiX-users] Reinstalling a Feature on Change option.

2009-04-08 Thread Natalia Gladkova
I had similar issue some time ago. I also used "http://www.mail-archive.com/wix-users@lists.sourceforge.net/msg23903.html"; as guidance, but in my case setting REINSTALL property caused troubles - the registry values never got removed on uninstall, and I couldn't completely uninstall the product -

Re: [WiX-users] Remove default Description in welcome dialog

2009-04-06 Thread Natalia Gladkova
Copied from the wrong topic... -Original Message- From: Vishal Nahar [mailto:naharvish...@gmail.com] Sent: Monday, April 06, 2009 6:05 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Registry values are not updated during "Change" i dnt know whether

Re: [WiX-users] Registry values are not updated during "Change"

2009-04-06 Thread Natalia Gladkova
I found the similar discussion and it helped me to solve this. The solution for this problem is the following: I added the component writing the registry values to a separate feature, RegistryFeature. And then I added the following code: -- -- Best regards, Natalia Gladkova

Re: [WiX-users] Remove default Description in welcome dialog

2009-04-06 Thread Natalia Gladkova
tallDir. I would try to create my own UI section and add the reference to WixUI_InstallDir: And then add there reference to the new dialog and redefine navigation. But I'm not at all sure that it will work. Best regards, Natalia Gladkova -Original Message- From: Vishal Nahar [m

Re: [WiX-users] Remove default Description in welcome dialog

2009-04-06 Thread Natalia Gladkova
the best way of achieving your purpose anyway... Best regards, Natalia Gladkova -Original Message- From: Vishal Nahar [mailto:naharvish...@gmail.com] Sent: Monday, April 06, 2009 4:34 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Remove default Descrip

Re: [WiX-users] Remove default Description in welcome dialog

2009-04-06 Thread Natalia Gladkova
Welcome dialog description text is set as "!(loc.WelcomeDlgDescription)". You can investigate whether this value can be changed somehow. Or you can simply replace standard Welcome dialog with your own. Best regards, Natalia Gladkova -Original Message- From: Vi

Re: [WiX-users] Registry values are not updated during "Change"

2009-04-06 Thread Natalia Gladkova
It is not exactly what I need; I just want this component to be reinstalled every time an installation package is run. Best regards, Natalia Gladkova -Original Message- From: p...@hoaske.dk [mailto:p...@hoaske.dk] Sent: Monday, April 06, 2009 2:33 PM To: General discussion for Windows

Re: [WiX-users] CopyFile doesn't work

2009-04-06 Thread Natalia Gladkova
Thank you very much, Rob! It helped. The new code is below. -- -- Best regards, Natalia Gladkova -Original Message- From: Rob Hamflett [mailto:r...@snsys.com] Sent: Monday, April 06, 2009 2:15 PM To: wix-users@lists.sourceforge.net

[WiX-users] CopyFile doesn't work

2009-04-06 Thread Natalia Gladkova
cense folder is chosen by user through the Browse dialog. I check that there is the file with the name "[LICENSEFILENAME]" in it. However, the file is not being copied. I can't see what I'm doing wrong. Any help will be greatly appreciated. Best