Re: [WiX-users] SSRS deployment using Custom Actions - Error

2010-03-09 Thread Sachin Dubey
" (without changing elevation status) and > "local system". The only thing that UAC is used for by Windows Installer is > permissions/access to the service. > > -Original Message- > From: Sachin Dubey [mailto:sachin.du...@live.com] > Sent: Saturday, Ma

Re: [WiX-users] Reinstall not updating correct registry value.

2010-03-09 Thread Sachin Dubey
34 -0500 > From: b...@joyofsetup.com > To: wix-users@lists.sourceforge.net > Subject: Re: [WiX-users] Reinstall not updating correct registry value. > > On 3/6/2010 3:06 PM, Sachin Dubey wrote: > > My installer creates a registry key in HKLM and stores the INSTALLDIR >

[WiX-users] Reinstall not updating correct registry value.

2010-03-06 Thread Sachin Dubey
Hi All, I got this weird issue. My installer creates a registry key in HKLM and stores the INSTALLDIR value. It provides default INSTALLDIR, however user can change it and the changed value gets stored in registry. Installer also have Change option enabled that REINSTALL = ALL All works f

Re: [WiX-users] SSRS deployment using Custom Actions - Error

2010-03-06 Thread Sachin Dubey
oyment using Custom Actions - Error > > On 3/5/2010 6:08 PM, Sachin Dubey wrote: > > I have a WIX 3.0 installer that deploys SSRS reports using a differed C# > > custom actions. > > > > The impersonation it set to "yes". > > > > Impersonated c

[WiX-users] SSRS deployment using Custom Actions - Error

2010-03-05 Thread Sachin Dubey
Hi All, I am stuck at this situation with no way out, please help if anyone has any clue. I have a WIX 3.0 installer that deploys SSRS reports using a differed C# custom actions. The impersonation it set to "yes". This all works fine on Win 2008 With UAC disabled, however on machine wi

[WiX-users] Error while setting REINSTALL property on Change option.

2010-02-19 Thread Sachin Dubey
Hi All, I got a WIX 3.0 installer, my requirement is to reinstall two of the features on Change option. As per the article (http://msdn.microsoft.com/en-us/library/aa371175(VS.85).aspx) , I am setting REINSTALL = Feature1,Feature2 on VerifyReady dialog. Like this -- This throws error

Re: [WiX-users] Getting list items in order from ListBox.

2010-02-16 Thread Sachin Dubey
In case anyone needs. I fixed the issue by adding additional sort on output IList. Code: System.Collections.ArrayList.Adapter(listItems).Sort(); > From: sachin.du...@live.com > To: wix-users@lists.sourceforge.net > Date: Mon, 15 Feb 2010 19:58:25 -0800 > Subject: [WiX-users] Getting

[WiX-users] Getting list items in order from ListBox.

2010-02-15 Thread Sachin Dubey
Hi All, Need help... I am using following code to get ordered list of items from a list box, used ORDER BY clause. It works all fine, however in few random cases the resulted list is not orders by Values. listItems = session.Database.ExecuteQuery("SELECT `Value` FROM ListBox WHERE ListB

[WiX-users] Refreshing values on DialogBox

2010-02-02 Thread Sachin Dubey
Hi All, Is there any for refreshing the list box values on a dialog box on a button click. I want to avoid using another identical dialog. Thanks Sachin _ Hotmail: Free, trusted

Re: [WiX-users] Deploying SSRS reports using Wix Installer.

2010-01-27 Thread Sachin Dubey
t help you: > http://neilsleightholm.blogspot.com/2008/08/report-loader-for-sql-server > -reporting.html. > > Neil > > -Original Message- > From: Sachin Dubey [mailto:sachin.du...@live.com] > Sent: 26 January 2010 23:29 > To: Wix Users > Subject: [WiX-users] Deploy

Re: [WiX-users] Deploying SSRS reports using Wix Installer.

2010-01-27 Thread Sachin Dubey
If you want, I can send you what I have. It's not perfectly elegant, just a > working prototype that seems to have survived quite nicely after my departure. > > > --- On Tue, 1/26/10, Sachin Dubey wrote: > > > From: Sachin Dubey > > Subject: RE: [WiX-users] Deployin

Re: [WiX-users] Deploying SSRS reports using Wix Installer.

2010-01-26 Thread Sachin Dubey
; > > > > -Original Message- > > From: Adam Langley [mailto:alang...@winscribe.com] > > > > Sent: Wednesday, 27 January 2010 10:23 AM > > To: General discussion for Windows Installer XML toolset. > > Subject: Re: [WiX-users] Deploying SSRS report

[WiX-users] Deploying SSRS reports using Wix Installer.

2010-01-26 Thread Sachin Dubey
Hi All, What is the best way to deploy SSRS reports using WiX 3.0 installer? Thanks Sachin! _ Hotmail: Powerful Free email with security by Microsoft. http://clk.atdmt.com/GBL/go/196

Re: [WiX-users] GetMsiProperty with UAC enabled!

2009-11-17 Thread Sachin Dubey
l discussion for Windows Installer XML toolset.; > v-sad...@microsoft.com > Subject: Re: [WiX-users] GetMsiProperty with UAC enabled! > > Add this, maybe it will help in your case... > > > Privileged > > > I believe you get the UAC prompt... > > -O

[WiX-users] GetMsiProperty with UAC enabled!

2009-11-16 Thread Sachin Dubey
Hi All, I am trying to fix a bug in an existing Wix MSI code, the MSI fails on Windows 2008 with UAC Enabled, if we disable the UAC the MSI runs fine. During investigation I found, the Wix is calling C++ custom actions those using method GetMsiProperty to retrieve the properties from MSI.

Re: [WiX-users] Accessing wxl file strings from c# custom actions.

2009-05-19 Thread Sachin Dubey (Tata Consultancy Services)
PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Accessing wxl file strings from c# custom actions. Use the Error table and it all just works. Sachin Dubey (Tata Consultancy Services) wrote: > Hi, > > I am curious if it is possible to access localiz

[WiX-users] Accessing wxl file strings from c# custom actions.

2009-05-19 Thread Sachin Dubey (Tata Consultancy Services)
Hi, I am curious if it is possible to access localized string text present in .wxl file within C# custom actions? I am suing DTF to access properties, and want to access localized text to configure error messages. Is there any other way for this or should I have resource file containing localiz

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

2009-04-08 Thread Sachin Dubey (Tata Consultancy Services)
Hi All, This problem has made me stuck with no way out. I have created MSI using Wix 3.0. have one component that creates the registry key on install and writes a value. The value is being set from UI. I want to enable the "Change" option that should Reinstall the component that creates the regi

[WiX-users] Editing resitry values on Change option.

2009-04-01 Thread Sachin Dubey (Tata Consultancy Services)
Hi All, I have created MSI using Wix 3.0. At the installation, I am creating a registry key using "". This works all fine. Now the requirement came is to enable "Change" option and edit the value of the registry created on installation. I enabled the "Change", and now if the product is already in

[WiX-users] version number in MSI file properties.

2009-02-27 Thread Sachin Dubey (Tata Consultancy Services)
Hi All, I am curious about having version number displayed in MSI file properties, is it something not achievable. I have included valid version number, product name and description in .wxs file, however when the MSI is created it doesn't show version in its properties. It doesn't even display

[WiX-users] Launch condition for checking .net framework.

2009-02-11 Thread Sachin Dubey (Tata Consultancy Services)
Hi, I have a quick question. In the launch condition I'm checking for version of .net framework using: Does this check is performed at both installation and un-installation? If yes! How to restrict it to just install time check. Thanks Sachin

Re: [WiX-users] Registering file types in WiX 3.0

2009-02-02 Thread Sachin Dubey (Tata Consultancy Services)
element has an Icon attribute you need to set. It should be the Id of a file containing the icon resource (or the Id of an Icon element if your ProgId is advertised). -- Frank Mitchell Software Engineer Chief Architect Inc. www.chiefarchitect.com -Original Message- From: Sachin Dubey

[WiX-users] Registering file types in WiX 3.0

2009-02-02 Thread Sachin Dubey (Tata Consultancy Services)
Hello, I am trying to register a file type for our application using WiX. the code I used: This seems working and the file type gets registered, and I can see the Application name in the open with list for the fil

Re: [WiX-users] Editing MSI properties in WiX 3.0.

2009-01-21 Thread Sachin Dubey (Tata Consultancy Services)
_CHECK_STATUS' AND `Order` = 1"); view.Execute(); Thanks Sachin -Original Message- From: Bob Arnson [mailto:b...@joyofsetup.com] Sent: Wednesday, January 21, 2009 11:15 AM To: General discussion for Windows Installer XML toolset. Cc: Pete Maroun Subject: Re: [WiX-users] Editing

Re: [WiX-users] Editing MSI properties in WiX 3.0.

2009-01-21 Thread Sachin Dubey (Tata Consultancy Services)
: Wednesday, January 21, 2009 10:22 AM To: General discussion for Windows Installer XML toolset. Cc: Pete Maroun Subject: Re: [WiX-users] Editing MSI properties in WiX 3.0. 1. WiX provides no such dialog built in today. 2. DTF is a C# layer around the MSI APIs. -Original Message- From: Sachin

[WiX-users] Editing MSI properties in WiX 3.0.

2009-01-21 Thread Sachin Dubey (Tata Consultancy Services)
Hi, I am working on adding prerequisite check dialog to the MSI, I have a List View, where the List Items are all the software need to be checked. My questions is how to dynamically change add/remove or change the icon of, List Items on pass or failure of the prerequisite check. In more easy word

[WiX-users] MsiGetProperty and MsiSetProperty in C#.

2009-01-21 Thread Sachin Dubey
Hi, Can anyone help me know if MsiGetProperty and MsiSetProperty are available to use in C#? if yes! little guidance on how to use would help. I have used these in C++ before, just wondering if possible in c#. In C++: uRetVal = MsiSetProperty(hInstall,LOCAL_TIMEZONE,(LPCWSTR)retstr.ToPointer());

Re: [WiX-users] Error wile building WiX solution in TFS Build.

2008-12-23 Thread Sachin Dubey (Tata Consultancy Services)
. Does it work if you build the solution with msbuild? I think this is all tfs does. Neil -Original Message- From: Sachin Dubey (Tata Consultancy Services) [mailto:v-sad...@microsoft.com] Sent: 22 December 2008 23:28 To: General discussion for Windows Installer XML toolset. Subject: Re

Re: [WiX-users] Error wile building WiX solution in TFS Build.

2008-12-22 Thread Sachin Dubey (Tata Consultancy Services)
e building WiX solution in TFS Build. Are you using relative paths to your source files? IIRC TFS builds output to a different location than a simple msbuild would and that might be causing the problem. Neil -Original Message----- From: Sachin Dubey (Tata Consultancy Services) [ma

Re: [WiX-users] Error wile building WiX solution in TFS Build.

2008-12-22 Thread Sachin Dubey (Tata Consultancy Services)
me location. Thanks Amit Srivastava - Original Message From: Sachin Dubey (Tata Consultancy Services) To: "wix-users@lists.sourceforge.net" ; "wix-d...@lists.sourceforge.net" Sent: Sunday, December 21, 2008 11:54:29 AM Subject: [WiX-users] Error wile building WiX s

Re: [WiX-users] Error in Install Directory Dialog - WiX 3.0

2008-12-22 Thread Sachin Dubey (Tata Consultancy Services)
I fix the problem :). There was a action missing in the InstallUISequence tables, adding the correct steps made all working fine.. Thanks Sachin -Original Message- From: Sachin Dubey (Tata Consultancy Services) Sent: Friday, December 19, 2008 4:21 PM To: Sachin Dubey (Tata Consultancy

[WiX-users] Error wile building WiX solution in TFS Build.

2008-12-21 Thread Sachin Dubey (Tata Consultancy Services)
Hi, I got two projects, a c# project that generates the deployable binaries and WiX project to generate MSI out of the binaries. If I build them separately all work fine. (output location of first project is used as source location in WiX project - wxs file). However when I try to include solutio

[WiX-users] Error in Install Directory Dialog - WiX 3.0

2008-12-19 Thread Sachin Dubey (Tata Consultancy Services)
Hi, I am pretty new to WiX and MSI creation, trying to learn and do things. I am trying to achieve a very basic functionality in my MSI where user can see/edit the install directly path from the UI. I have added two dialogs (InstallDir and Browser) for this in UI file. And tried to impalement t