RegistrySearch will place a value from a registry key into a property. You
can use the presence of the property to condition the dialog (see the
help/schema for the Dialog element and the RegistrySearch element). Use the
dialog to set another property which you will use to condition a custom
action
As far as the modification of ini files is concerned, you probably won't
need a custom action. There are some built in elements.
http://wix.sourceforge.net/manual-wix3/wix_xsd_inifile.htm
http://wix.sourceforge.net/manual-wix3/wix_xsd_inifilesearch.htm
On Thu, Feb 18, 2010 at 11:13 AM, sean farro
There is no entry point named "WixShellExecTargetSilent", CAQuietExec
is probably what you're after.
On Thu, Feb 18, 2010 at 10:11 AM, Baris Taze wrote:
>
>
> Hi,
>
>
>
> I am trying to prepare a two version of the launching for my app. One is
> regular mode, and one for silent mode. I want to l
Hi:
I need to search for a registry key, store this in a property and then
execute a dialogue if the property is set. I also need to execute the
found registry key as a custom action, if the yes button is pressed. How
would i go about this.
Also does wix allow the writing of custom ini files, or
Sorry, I'm stuck with VS 2005. Company won't let us upgrade.
-Original Message-
From: Blair [mailto:os...@live.com]
Sent: Wednesday, February 17, 2010 7:02 PM
To: 'General discussion for Windows Installer XML toolset.'
Subject: Re: [WiX-users] projectaggregator2 download request
>From h
Current user only. Attempting to do so from other user's hives will normally
cause data loss/synchronization issues with roaming profiles.
Some people have been able to use a feature called "Active Setup" to perform
that type of cleanup. Microsoft does not support third parties using it
(only prog
It might be worth looking at the Windows Installer "run from source"
capabilities, which is something like that network install, but I'm not sure
how that all fits into a COM environment.
Phil Wilson
-Original Message-
From: Jake Boone [mailto:jakeboon...@gmail.com]
Sent: Wednesday,
>From http://sourceforge.net/projects/wix/files/ open any of the "folders"
for either 3.0 or 2.0 and download the zip named ProjectAggregator2-*.zip.
Open the Zip and you will find your MSI.
Another location:
http://wix.sourceforge.net/releases/3.0.5419.0/ProjectAggregator2.msi
You don't need Pro
http://geekswithblogs.net/ajshurts/archive/2005/11/13/60019.aspx
http://msdn.microsoft.com/en-us/library/aa371207(VS.85).aspx
My understanding is Current User only.
Wendell
On Wed, Feb 17, 2010 at 4:52 PM, Harvey, John Ctr USAF Warfighter's
Edge wrote:
> On uninstall, can you remove registry ke
"Network install" appears to me to be describing "run-from-source"
(http://msdn.microsoft.com/library/aa367538.aspx)
So, your command-line switch translates into either setting ADDLOCAL=ALL or
ADDSOURCE=ALL.
Either way, things like "[#fileid]", etc. work without having to change
anything else in
On uninstall, can you remove registry keys from all the various users HKU
hives? Or will it remove from the current user only?
John Harvey
--
Download IntelĀ® Parallel Studio Eval
Try the new software tools for yourself. S
InstallScope does two things: It sets/clears the same values as
InstallPrivileges, and it sets/clears the ALLUSERS property, ensuring that
the two values are consistent with each other.
It is possible to have a per-user installation that requires elevated
privileges, but that is not what most seek
Hi,
I am trying to prepare a two version of the launching for my app. One is
regular mode, and one for silent mode. I want to launch my app in silent mode
if the MSI is executed with /quiet mode. However, my second custom action
doesn't work.
Could you please help me on that?
Our installer was written using InstallShield and we're moving to Wix.
Our old installer does some things I'm not sure how to duplicate in
WiX.
The application files sit alongside the installer on a network drive,
and the application can be installed one of two ways via a command
line switch:
1)
Hello,
I was reading the WiX Overview page and tried to download
ProjectAggregator2.msi in order to run the WiX setup program. But the
link is broken. I'm wondering if someone can kindly send me the correct
link or ProjectAggregator2.msi. I would be greatly appreciated.
Thank you very much
Thanks Blair. I also appear to have solved this by changing InstallPrivileges
to "limited". Funny how I can spend hours trying and searching, but find the
solution 5 minutes after sending the help email. Thx!
-Original Message-
From: Blair [mailto:os...@live.com]
Sent: Wednesday, Feb
Set Package/@InstallScope="perUser" to avoid the UAC prompt.
Add the property ARPSYSTEMCOMPONENT to prevent showing up in ARP.
-Original Message-
From: Scharp, Craig [mailto:craig.sch...@zytax.com]
Sent: Wednesday, February 17, 2010 12:15 PM
To: General discussion for Windows Installer XM
Hi all,
I have a small msi that is mostly custom actions to update database data. I'm
not doing anything with add/remove programs or registry. I'm setting targetdir
to [TempFolder] and my scripts and executables are getting copied to that temp
folder correctly. But, when a client has uac en
Hello WiXers,
As part of both install and uninstall of my msi, I need to increment a registry
value. I'm hoping that I won't need to write a custom action, or that such a
custom action already exists in the WiX code.
Is there any way for me to increment a reg key just with WiX?
Thanks
Sam
---
1 and 3 are essentially the same thing. There is no 2.
On Wed, Feb 17, 2010 at 3:57 AM, wrote:
> Hi,
> No I not tried for ClickOnce. I completed my installer in Wix and need
> to install all the pre-requisite. On net I got tool BMG(Bootstrapper
> manifest generator) and using this I am able to
I have a custom action where I'm trying to use SourceDir. I don't
think SourceDir is accessible at the point the CA will run, so I want
to pass it through CustomActionData. The CA executes fine, but when I
try to access CustomActionData, it's blank. I know this is probably a
simple problem but I
On Tue, Feb 16, 2010 at 16:14, Bob Arnson wrote:
>
> You can't change schema using patches.
You can't change the type of an existing column, but you can add new
columns in a transform. Patches are built on transforms, so they
should be just as capable. As I understand it, the ExtendedType column
Hi,
No I not tried for ClickOnce. I completed my installer in Wix and need
to install all the pre-requisite. On net I got tool BMG(Bootstrapper
manifest generator) and using this I am able to install my product with
all pre requisites. However I just want to know which one is better from
these thre
Did you try ClickOnce Deployment?
Thanks,
Laxmi
-Original Message-
From: rahul.ekb...@sungard.com [mailto:rahul.ekb...@sungard.com]
Sent: Wednesday, February 17, 2010 4:56 PM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] .NET 3.5 SP1 redstributable
Hi,
Before installing our
Hi,
Before installing our product I need to check .NET 3.5 SP1 on user
machie. If it is not there then our installer will first install .NET
3.5 sp1 and then our produce.
I have two choices here
1) Using Microsoft Bootstrapper (Bootstrapper manifest generator)
2) Using merge module (.
On Wednesday 17 February 2010 08:01:35 iPetr wrote:
> Hello!
> I need the Windows Installer XML toolset version 3.0.4805. Can any body
> provide me this version of WiX?
>
You should be able to get the specific version from the repository and build
it yourself.
--
Bruce Cran
--
Hi All,
is it possible to highlight 1st row in
windowsinstaller.view? View is filled in custom action and user can see few
values in few rows, but no one row is selected by default.
--
SOLARIS 10
Hello!
I need the Windows Installer XML toolset version 3.0.4805. Can any body
provide me this version of WiX?
--
View this message in context:
http://n2.nabble.com/Windows-Installer-XML-toolset-version-3-0-4805-tp4584840p4584840.html
Sent from the wix-users mailing list archive at Nabble.com.
28 matches
Mail list logo