Hello all,
I encountered the following strange issue.
I have a property defined like that:
The problem is that the RegistrySearch behaves differently when running with
UI and without it.
When I run msi with UI I can see in verbose log that the registry record is
found, whereas when r
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
Hello Sebastian,
Ok, I see, thank you.
Well, does ListBox publish ANY event at all on changing selected item?
I can't find any info about it.
I will be very grateful if you provide me with a link.
Sebastian Brand (Instyler Software) wrote:
>
> Hello Natalia,
>
> The Selecti
I thought that this kind of dialog - choosing start menu folder - is rather
common...
Does anyone have a working sample by any chance?
Natalia wrote:
>
> Hello all,
>
> I'm facing the problem while trying to make a dialog for choosing start
> menu folder for creating
Hello all,
I'm facing the problem while trying to make a dialog for choosing start menu
folder for creating application shortcut.
There are 2 controls on the dialog: Edit for entering new folder name (if
user chooses to create a new folder for shortcut) and ListBox in which
existing folders are
Hello all,
I need to execute some sql script in UI sequence (using osql).
The problem is that I don't know if it is possible at all to copy sql script
from msi package to the hard drive. (I use custom actions written on C#).
Any help will be greatly appreciated.
--
View this message in context:
te could not be run. "
Custom action is defined as follows:
--
--
(let's forget for now about bcp.exe)
All files should be copied to the TempFolder during installation (but I can
see that after InstallFiles they are stll not there)
I can't see what I'm doing wrong...
Na
Hello all,
I need to run bcp.exe (Bulk Copy Program) in my installation and I have to
pass parameter to it - the path to the sql script to run. This script is not
on the local machine, it is in my package. So, I gather, I have to copy this
script to the hard drive somehow, maybe - to the Temp fol
Hello all,
Building msi fails with the following message: "A string was provided which
doesn't match the specified database codepage '1252'. Either set your
database codepage to match these characters, or change those characters to
ones that exist in the database's codepage."
The cause of this i
sing dependencies at install time if the
dependencies are not found in the GAC as Heath said.
-Original Message-
From: Natalia Gladkova [mailto:natalia.gladk...@arcadia.spb.ru]
Sent: Friday, April 10, 2009 8:18 AM
To: 'General discussion for Windows Installer XML toolset.'
Subject: Re: [WiX-
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
I know that using custom actions written in C# is not a very good idea, but it
happened we are using it in our project.
I experience very exasperating problem with my dll. SOMETIMES, when I add new
custom action to my cs-file, some custom action that worked good previously
starts to return the
se events to "ChangeButton".
About Reinstall:
"http://msdn.microsoft.com/en-us/library/aa371184(VS.85).aspx"
Hope that helps,
Natalia
-Original Message-
From: Sachin Dubey (Tata Consultancy Services)
[mailto:v-sad...@microsoft.com]
Sent: Thursday, April 09, 2009 8:10 AM
To: G
Download "wix3-sources" and look up in src\ext\UIExtension\wixlib.
Sorry to ask stupid questions all but I am a new wix user I decided to skip
learning v2 and just throw myself into v3
Going pretty well but it seems to me the v3 installer doesnt include the .wix
libraries ie wixui.wixlib et
Actually, I tried to use 2 selection trees:
--
--
By default NeedsRefreshing = "no". It is updated to "yes" on pressing "Next"
button, if certain conditions met.
But this doesn't work, I get the following error when dialog is created:
DEBUG: Error 2711:
Have you ever figured out how to refresh SelectionTree?
Hi,
I am trying create my own reset button for my selection tree.
I have got it resetting how I want it:
1
My only problem is that I do not know how to make the selectiontree refresh to
show the updated
feature which are sele
I found the solution.
Using Reinstall and ReinstallMode control events did the trick:
--
1
1
--
(these events are tied to a PushButton control)
--
View this message in context:
http://n2.nabble.com/Registry-values-are-not-updated-during-%22Change%22-tp2592315p2599464.html
Sent from the wix-u
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
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
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
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
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
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
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
Hello all,
I'm building an installation package with Wix 3.0.5120.0.
I need to copy a license file from the target machine to the installation
directory.
The code is the following:
--
--
License
Hello all,
I'm storing installation parameters in the registry.
The code is the following:
--
--
All works as I expected it to while installing and uninstalling. But if I
choose "Change" mode on the "MaintenanceType" dialog an
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
no need of removing features when clicking on the "Next" button
either.
BR,
Natalia
Daniel Janz-2 wrote:
>
> Finally I found a way to give the user a choice and don't want to
> withhold it:
>
>
>
> I use two com
Or old and different as long as no one has heard the music in a few
Until the happy moment when I pulled back the plunger and shot up
knee, his kneecap, looked unhurt.
Sheots, Madonette agreed. But they didnt tell us they were so
Sorry.
Only four minutes left diGriz. Put on the suit. Ill fix the b
29 matches
Mail list logo