--
Rapidly troubleshoot problems before they affect your business. Most IT
organizations don't have a clear picture of how application performance
affects their revenue. With AppDynamics, you get 100% visibility into you
Anyone?
-Original Message-
From: Vidya Kukke [mailto:vku...@microsoft.com]
Sent: Friday, November 20, 2009 11:44 AM
To: General discussion for Windows Installer XML toolset.
Subject: [WiX-users] Updating registry during Install/UnInstall/Change
Hi,
My scenario needs to create/update
Hi,
My scenario needs to create/update registry values on Install/Change.
My code to create the registry is:-
The registry is created on install with the value of MYPUBLICPROP. However
after install, if I choose 'Change' to update the public property the registry
value is
Anyone?
-Original Message-
From: Vidya Kukke [mailto:vku...@microsoft.com]
Sent: Tuesday, September 22, 2009 11:00 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] How to determine the wixlibrary for DeleteServices and
InstallServices?
Hi,
I have a requirement to not run
Hi,
I have a requirement to not run DeleteServices and InstallServices during PATCH
installation. I wanted to add these CAs as part of my msi with the 'NOT PATCH'
condition. However I get a light error with an unresolved reference for these
CAs. What is the best way to determine which library
I seem to have got the solution. Basically all the properties(PUBLIC) that is
required to install the feature such as need to have the
Secure Attribute set to 'Yes'.
-Original Message-----
From: Vidya Kukke [mailto:vku...@windows.microsoft.com]
Sent: Monday, March 23, 2009
Hi,
I am unable to use the change/remove option from a non-elevated command prompt
to control the installation and uninstallation of features. This is on Win2k8
and a non-elevated command prompt.
The change/remove option works when fine when done via the elevated command
prompt in Win2k8. Just
property we can expect the customer installing to set?
Regards,
Vidya
-Original Message-
From: Vidya Kukke [mailto:vku...@windows.microsoft.com]
Sent: Wednesday, March 18, 2009 4:45 PM
To: General discussion for Windows Installer XML toolset.
Subject: [WiX-users] How to deal with "Error
Hi,
I am trying to install our product logged in as an Administrator but launching
the MSI from a non-elevated command-prompt.
I first had to set DisableMsi property to 0 and then I got the following error:-
Error 1925. You do not have sufficient privileges to complete this installation
for all
clarify this?
Regards,
Vidya
-Original Message-
From: Bob Arnson [mailto:b...@joyofsetup.com]
Sent: Friday, January 16, 2009 9:04 AM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Building Wix for ja-JP
Vidya Kukke wrote:
> Is there any plan to do it?
Windows Installer XML toolset.
Subject: Re: [WiX-users] Building Wix for ja-JP
It does not appear that anyone has provided localization for those messages,
yet.
-Original Message-
From: Vidya Kukke [mailto:vku...@windows.microsoft.com]
Sent: Thursday, January 15, 2009 15:35
To: wix-users
Hi,
I am using Wix v3 (3.0.4805). I have a requirement to build ja-JP version of
our installer. However when I change the culture to build to ja-JP (via VS 2008
project settings) I am getting the following errors:-
C:\delivery\Dev\wix30\src\ext\UtilExtension\wixlib\UtilExtension.wxs(207,0):
er
different when you
get this error, other than case?
Michael
-Original Message-
From: Vidya Kukke [mailto:[EMAIL PROTECTED]
Sent: Friday, 17 October 2008 8:25 AM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Help with SqlDatabase element...
This is the error
Installer XML toolset.
Subject: Re: [WiX-users] Help with SqlDatabase element...
Vidya,
I have never seen this, server names should be case insensitive
What is the actual error text thrown by WIX?
Michael
-Original Message-
From: Vidya Kukke [mailto:[EMAIL PROTECTED]
Sent: Friday, 17
Did'nt see any response for this? Anyone seen a similar error?
-Original Message-
From: Vidya Kukke [mailto:[EMAIL PROTECTED]
Sent: Thursday, October 09, 2008 3:09 PM
To: General discussion for Windows Installer XML toolset.
Cc: Douglas Gong
Subject: Re: [WiX-users] Help with SqlDat
assume you are
passing these values in so that might explain what is going on.
There is some good info here on properties:
http://bonemanblog.blogspot.com/2005/06/all-about-properties.html
-----Original Message-
From: Vidya Kukke [mailto:[EMAIL PROTECTED]
Sent: Thursday, October
sting..
Hi Vidya,
I am also Facing the Same problem as you are, i wonder what have you done to
fix it.
I want change the text for Parent Feature to show the text totalling the
subfeature. Please let me know is anything at all u think would help me
Thanks
Vidya Kukke wrote:
>
> Hi,
>
>
Hi,
I am using Wix 3.0.4318.0 for creating a Database. The code snippet is as
follows:-
I noticed that when I specify the sqlserver name in lowercase I get an error
during DB Creation. The message is "Unspecified error" thrown by Wix. Providing
the same server name in Uppercase works without
Additional details:-
I am using Wix version 3.0.4513.0 to do this.
From: Vidya Kukke
Sent: Wednesday, October 01, 2008 6:04 PM
To: 'wix-users@lists.sourceforge.net'
Subject: Setting value of a property via Checkbox
Hi,
I want the ability to set a property from the state of the chec
Hi,
I want the ability to set a property from the state of the checkbox. I am
unable to make it work with the following piece of code.
Snippet of my wix code:-
The value of MYPUBLICPROP is always '0' when I check the checkbox. What am I
missing?
Thanks in advance for any help.
Regards,
Hi,
My installer has a feature tree with sub-features. The costing displayed in the
custom setup dialog is good for the sub-feature.
However at the parent feature level it shows as 0KB. Is there any way I can
modify that to just show the costing of the sub-features?
E.g of my custom setup dlg
Hi,
Our installer has a requirement to create a db on a local/remote system. I am
using the SqlDatabase element to do this. It works great on a local machine but
not so on a remote machine. While I am able to create the DB on the remote
machine on uninstall the DB is not removed. Why is tha
Hi,
My installer requires the ability to install and uninstall single/multiple
features.
I was able to create the node to achieve the installation on a per
feature basis. However the uninstall always removes the entire product. What am
I missing? I am doing the uninstall via Add/Remove Program
MAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Vidya Kukke
Sent: Wednesday, July 09, 2008 10:25 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Stable Wixv3 build for VS 2008
Hi,
Need help with the Wixv3 version to use for VS 2008.
I have downloaded 3.0.4227.0 and get errors whe
Hi,
Need help with the Wixv3 version to use for VS 2008.
I have downloaded 3.0.4227.0 and get errors when I open the properties window
of any wix project. Is this expected? What am I missing?
FYI - The original wix project was created on VS 2005 using Wix v3 Beta and
then we moved to 3.0.4227.0
25 matches
Mail list logo