[WiX-users] Please unregister me

2015-04-02 Thread Suvrajyoti Panda
Hi, Please unregister me from this group. Regards, Suvra Jyoti Panda -- Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hu

[WiX-users] Fwd: Fwd: Re: Uninstall removing the default Virtual directory and not the one user created

2014-03-26 Thread Suvrajyoti Panda
directory and not the one user created Date: Tue, 25 Mar 2014 15:25:42 +0530 From: Suvrajyoti Panda Reply-To: General discussion about the WiX toolset. To: General discussion about the WiX toolset. Hi David, I have modified the WIX source file as below

Re: [WiX-users] (Gentle Reminder)Creating directory under C:\Programdata same as what the user specified in the UI dialogue

2014-03-26 Thread Suvrajyoti Panda
======== > = > Date: Tue, 25 Mar 2014 20:09:19 +0530 > From: Suvrajyoti Panda > Subject: Re: [WiX-users] (Gentle Reminder)Creating directory under > C:\Programdata same as what the u

Re: [WiX-users] (Gentle Reminder)Creating directory under C:\Programdata same as what the user specified in the UI dialogue

2014-03-25 Thread Suvrajyoti Panda
ortant then eventually they will hire someone that > will make it work ;) > > > Regards, > Bevan > >> Date: Wed, 19 Mar 2014 20:04:41 +0530 >> From: Suvrajyoti Panda >> Subject: Re: [WiX-users] (Gentle Reminder)Creating directory under >> C:\Program

[WiX-users] Fwd: Re: Uninstall removing the default Virtual directory and not the one user created

2014-03-25 Thread Suvrajyoti Panda
+0530 From: Suvrajyoti Panda Reply-To: General discussion about the WiX toolset. To: wix-users@lists.sourceforge.net Thanks David, I will try this and let you know On 21-03-2014 19:48, David Watson wrote: > You need to persist the VIRTUAL_DIR_VAL (store it in the registry) so the

Re: [WiX-users] Uninstall removing the default Virtual directory and not the one user created

2014-03-24 Thread Suvrajyoti Panda
2010/5/2/the-wix-toolsets-remember-property-pattern > > > -Original Message----- > From: Suvrajyoti Panda [mailto:suvrajyo...@contata.co.in] > Sent: 21 March 2014 12:53 > To: General discussion about the WiX toolset. > Subject: [WiX-users] Uninstall removing the default Vir

[WiX-users] Uninstall removing the default Virtual directory and not the one user created

2014-03-21 Thread Suvrajyoti Panda
Hi All, I am creating virtual directory through WIX installer. The installer allows user to change the name of the virtual directory through a custom UI dialogue. The default virtual directory is PFWServiceApplication. If the user changes this to say PFWServiceApplication_Test then the correct

Re: [WiX-users] (Gentle Reminder)Creating directory under C:\Programdata same as what the user specified in the UI dialogue

2014-03-19 Thread Suvrajyoti Panda
o > perform a custom action to modify the MSI in memory database early on to get > the tables right for the actual installer operation. > > > Regards, > Bevan Weiss > > > Date: Wed, 19 Mar 2014 13:57:28 +0530 > From: Suvrajyoti Panda > Subject: Re: [WiX-users] (Gentl

Re: [WiX-users] (Gentle Reminder)Creating directory under C:\Programdata same as what the user specified in the UI dialogue

2014-03-19 Thread Suvrajyoti Panda
Hey Walter, As of now no, i do not have that option. Regards, Suvra Jyoti On 19-03-2014 17:27, Walter Dexter wrote: > Do you have the option to disallow install directory being changed? Seems > like a lot of software is doing that lately. > On Mar 18, 2014 8:03 AM, "Suvrajyoti P

[WiX-users] (Ignore earlier mail)Re: (Gentle Reminder)Creating directory under C:\Programdata same as what the user specified in the UI dialogue

2014-03-19 Thread Suvrajyoti Panda
ver you parsed out > from INSTALLDIR. Your copyfile is still [SourceDir] to [MYDATAFOLDER]. > > If it's the app that requires the unusual install folder and the > variable preferences file location, it's rather unusual, that's why > it's making your setup require

Re: [WiX-users] (Gentle Reminder)Creating directory under C:\Programdata same as what the user specified in the UI dialogue

2014-03-19 Thread Suvrajyoti Panda
om INSTALLDIR. Your copyfile is still [SourceDir] to [MYDATAFOLDER]. > > If it's the app that requires the unusual install folder and the > variable preferences file location, it's rather unusual, that's why > it's making your setup require a bunch of extra work. If

Re: [WiX-users] (Gentle Reminder)Creating directory under C:\Programdata same as what the user specified in the UI dialogue

2014-03-18 Thread Suvrajyoti Panda
g directory under C:\Programdata same as what the > user >> specified in the UI dialogue >> Date: Thu, 13 Mar 2014 10:37:13 +0530 >> From: Suvrajyoti Panda >> To: General discussion about the WiX toolset. >> >> >> >> >> Hi All, >> &

Re: [WiX-users] (Gentle Reminder)Creating directory under C:\Programdata same as what the user specified in the UI dialogue

2014-03-18 Thread Suvrajyoti Panda
ALLFOLDER, which is the property name for the install location chosen by the user. --- Phil Wilson On Thu, Mar 13, 2014 at 6:43 AM, Suvrajyoti Panda wrote: Guys, Please let me know if some one has any idea on the below problem. Original Message Subject:Cr

[WiX-users] (Gentle Reminder)Creating directory under C:\Programdata same as what the user specified in the UI dialogue

2014-03-13 Thread Suvrajyoti Panda
Guys, Please let me know if some one has any idea on the below problem. Original Message Subject:Creating directory under C:\Programdata same as what the user specified in the UI dialogue Date: Thu, 13 Mar 2014 10:37:13 +0530 From: Suvrajyoti Panda To: General

[WiX-users] Creating directory under C:\Programdata same as what the user specified in the UI dialogue

2014-03-12 Thread Suvrajyoti Panda
Hi All, I had appended this query in another topic, so reposting the same under different heading. I have this requirement in which i want to create directory under C:\Programdata same as what the user specified in the UI dialogue .I am trying to do that using . Below is the code:

Re: [WiX-users] Fwd: How to have the shortcut name same as the installation directory

2014-03-12 Thread Suvrajyoti Panda
ans you will need to invent > your own solution. You could use code to create the shortcuts, not something > anyone would recommend, or somehow modify the Shortcut table at install time, > --- > Phil Wilson > > > On Mon, Mar 10, 2014 at 2:47 AM, Suvrajyoti Panda

[WiX-users] Fwd: How to have the shortcut name same as the installation directory

2014-03-10 Thread Suvrajyoti Panda
Subject:How to have the shortcut name same as the installation directory Date: Mon, 10 Mar 2014 14:55:10 +0530 From: Suvrajyoti Panda To: General discussion about the WiX toolset. Hi All, I have the below directory structure

[WiX-users] How to have the shortcut name same as the installation directory

2014-03-10 Thread Suvrajyoti Panda
Hi All, I have the below directory structure: And i am using the built in WIX UI as below: In the desktop shortcut i a

Re: [WiX-users] Unable to install different versions of an application

2014-03-10 Thread Suvrajyoti Panda
wouldn't. You need some kind of pre-install program to do > that. The bottom line is that I think you'd have to invent the > functionality to achieve what you want, there's nothing I know of that > you can just pick up and use. > --- > Phil Wilson > > &

Re: [WiX-users] Unable to install different versions of an application

2014-03-07 Thread Suvrajyoti Panda
pparently it can't. > ------- > Phil Wilson > > > On Wed, Mar 5, 2014 at 4:16 AM, Suvrajyoti Panda > wrote: >> Hi All, >> >> I am not able to install different versions of my application through >> installer i have created side by side. It says t

[WiX-users] Fwd: How to pick the installation folder passed in the UI

2014-03-06 Thread Suvrajyoti Panda
I am using the install dir as below: where TORT is the id of the directory where the installation is taking place. Original Message Subject:[WiX-users] How to pick the installation folder passed in the UI Date: Fri, 07 Mar 2014 11:07:15 +0530 From: Suvrajyoti

[WiX-users] How to pick the installation folder passed in the UI

2014-03-06 Thread Suvrajyoti Panda
Hi All, Could anybody please let me know how i can pick directory that the user chooses to install the application to to and use it in the Product name? Regards, Suvra Jyoti -- Subversion Kills Productivity. Get off Sub

[WiX-users] Unable to install different versions of an application

2014-03-05 Thread Suvrajyoti Panda
Hi All, I am not able to install different versions of my application through installer i have created side by side. It says that it is already installed. We should be able to install 2 different builds. In the above the version sometimes comes out as 06.00.3422 and sometimes as 06.

Re: [WiX-users] Fwd: Re: Bootstrapper for .NET framework 4.0 install does not work properly

2014-03-03 Thread Suvrajyoti Panda
Simulate + Innovate with the ** > Integrated Environmental Solutions Limited. Registered in Scotland No. > SC151456 > Registered Office - Helix Building, West Of Scotland Science Park, Glasgow > G20 0SP > Email Disclaimer > > > -Original Message- > From: Suvrajy

[WiX-users] Fwd: Re: Bootstrapper for .NET framework 4.0 install does not work properly

2014-03-03 Thread Suvrajyoti Panda
ootstrapper for .NET framework 4.0 install does not work properly Date: Mon, 03 Mar 2014 14:06:30 +0530 From: Suvrajyoti Panda To: General discussion about the WiX toolset. Hi Phil, After changing the type of the bootstrapper to output type .exe i am not facing the error below. Thanks for t

Re: [WiX-users] Bootstrapper for .NET framework 4.0 install does not work properly

2014-03-03 Thread Suvrajyoti Panda
Hi Phil, After changing the type of the bootstrapper to output type .exe i am not facing the error below. Thanks for the pointer. But on the trying to install using the bootstrapper .exe created the .NEt framework does not get installed. It shows the message "Microsoft .NET framework setup"

[WiX-users] Bootstrapper for .NET framework 4.0 install does not work properly

2014-02-28 Thread Suvrajyoti Panda
Hi All, I want to create a bootstrapper for .NET framework 4.0 install as a prerequisite for my application if it is not already present. Below is how i designed my Bundle in which i am referencing my other WIX project: http://schemas.microsoft.com/wix/2006/wi"; xmlns:util="http://schemas.

Re: [WiX-users] Fwd: Re: Not able to copy a file using CopyFile from installers install location to a target destination

2014-02-24 Thread Suvrajyoti Panda
ion as the installing > MSI file then you need the SourceDir property as the source location: > > http://msdn.microsoft.com/en-us/library/aa371857(v=vs.85).aspx > > > --- > Phil Wilson > > > On Mon, Feb 24, 2014 at 6:25 AM, Suvrajyoti Panda > wrote

[WiX-users] Fwd: Re: Not able to copy a file using CopyFile from installers install location to a target destination

2014-02-24 Thread Suvrajyoti Panda
2014 12:46:56 +0530 From: Suvrajyoti Panda To: wix-users@lists.sourceforge.net Hi Phil, Thanks for the suggestion. I have modified my wix source file as below to use SourceDir in the Source attribute of

Re: [WiX-users] Not able to copy a file using CopyFile from installers install location to a target destination

2014-02-23 Thread Suvrajyoti Panda
7;t install or copy >> to "C:\Program Files" ordinarily. >> -- >> John Merryweather Cooper >> Build & Install Engineer - jXchange >> Jack Henry & Associates, Inc.® >> Shawnee Mission, KS 66227 >> Office: 913-341-3434 x791011 >> joco

[WiX-users] Not able to copy a file using CopyFile from installers install location to a target destination

2014-02-21 Thread Suvrajyoti Panda
Hi All, I have the requirement of creating an installer that on executing will install to the location "C:\Energy Solutions International\PipelineOptimizer 6.0.0" the following 5 directories: db,data,engine,security, gui. These five directories are being harvested from a location using Heat.

Re: [WiX-users] How to select ASP.NET version

2014-02-14 Thread Suvrajyoti Panda
That is a property whose value i fetch from another include file On 14-02-2014 19:19, Steven Ogilvie wrote: > Hi Suvrajyoti, > > Curious, I don't use a > What is "VIRTUAL_DIR_VAL" ? > > Thanks, > > Steve > > -Original Message- > From: Su

Re: [WiX-users] How to select ASP.NET version

2014-02-14 Thread Suvrajyoti Panda
; installation, any clues on this. > > > On Fri, Feb 14, 2014 at 5:20 PM, Suvrajyoti Panda > wrote: >> Hi Kiran, >> >> I have used as below. Please see the app pool creation here. >> >> >> >> >>

Re: [WiX-users] How to select ASP.NET version

2014-02-14 Thread Suvrajyoti Panda
Hi Kiran, I have used as below. Please see the app pool creation here. Regards, Suvra Jyoti On 14-02-2

Re: [WiX-users] Read a value from a text file and use it in WIX source file

2014-02-13 Thread Suvrajyoti Panda
et "svt" envrironment variable to the > contents of the "svnversion.txt" file: > > set /p svt= > > Then, pass it to "candle" on the command line: > > candle -dSvnVersion=%svt% main.wxs > > > In "main.wxs" you can then use it as a vari

Re: [WiX-users] Read a value from a text file and use it in WIX source file

2014-02-11 Thread Suvrajyoti Panda
argument to > the linker. > > I use a .cmd file to run the WiX ci mpile and link so its just a bit of > batch file processing. > > If you need an example I can get it for you once I get to work. Let me know. > On Feb 11, 2014 12:40 AM, "Suvrajyoti Panda" > wrote: >

[WiX-users] Read a value from a text file and use it in WIX source file

2014-02-10 Thread Suvrajyoti Panda
Hi All, I have a requirement wherein in i need to read a value from a text file located at D:\Project\ESI\Code\trunk\lastVersion.txt. This file contains a single line as below: 6.0.0 Build 3280 This 6.0.0 is basically the "version" . Now i want to read this value of version and use it in th

Re: [WiX-users] Fwd: Creating registry for an application installed outside the current directory structure in WIX file

2014-01-21 Thread Suvrajyoti Panda
machines those files won’t exist yet? I’m just trying to understand what your scenario is here to help guide you to a working solution. Blair From: Suvrajyoti Panda Sent: ‎Monday‎, ‎January‎ ‎20‎, ‎2014 ‎10‎:‎51‎ ‎PM To: General discussion for Windows Installer XML toolset. I do intend

Re: [WiX-users] Fwd: Creating registry for an application installed outside the current directory structure in WIX file

2014-01-20 Thread Suvrajyoti Panda
I do intend, but for that scenario i am changing the path accordingly, using %~d0\Installers path. On 21-01-2014 11:07, Blair Murri wrote: > And you don’t intend on installing them on any other machine? > > > > > > > Blair > > > > > > From: Suvrajy

Re: [WiX-users] Fwd: Creating registry for an application installed outside the current directory structure in WIX file

2014-01-20 Thread Suvrajyoti Panda
Hi Blair, I build them from the same machine at the same from another location. Regards, SuvraJyoti On 21-01-2014 09:48, Blair Murri wrote: > You only install MSIs on the same machine you build those MSIs from? > > > > > > > Blair > > > > > > From: Suvra

Re: [WiX-users] Fwd: Creating registry for an application installed outside the current directory structure in WIX file

2014-01-15 Thread Suvrajyoti Panda
arget machine > you can use a directory/file search to search the hard disk for it then use > the resulting property to set the registry value. > > See > http://wixtoolset.org/documentation/manual/v3/howtos/files_and_registry/parentdirectorysearch.html > > > -Original

[WiX-users] Fwd: Creating registry for an application installed outside the current directory structure in WIX file

2014-01-15 Thread Suvrajyoti Panda
ed, 15 Jan 2014 12:44:55 +0530 From: Suvrajyoti Panda To: General discussion about the WiX toolset. Hi All, I am creating an wix installer. I want to create a registry entry whose path is not under the directory structure created in the WIX file. Below is what i in

Re: [WiX-users] (Please Ignore earlier mail)Creating an installer with spaces in the name with LIGHT command

2014-01-15 Thread Suvrajyoti Panda
Thanks Nicolas for the help. I will actually be putting it under D:\Installers\. On 15-01-2014 05:27, Nicolás Alvarez wrote: > 2014/1/14 Suvrajyoti Panda: >> Hi All, >> >> I want to create an installer in WIX that has spaces in its name something as >> shown below: &

[WiX-users] Creating registry for an application installed outside the current directory structure in WIX file

2014-01-14 Thread Suvrajyoti Panda
Hi All, I am creating an wix installer. I want to create a registry entry whose path is not under the directory structure created in the WIX file. Below is what i intend to do:

[WiX-users] (Please Ignore earlier mail)Creating an installer with spaces in the name with LIGHT command

2014-01-14 Thread Suvrajyoti Panda
Hi All, I want to create an installer in WIX that has spaces in its name something as shown below: light -out C:\Pipeline Scheduler Tortoise.msi C:\TortInstall.wixobj C:\db.wixobj How can i achieve the same? Please help on this if any body has encountered this before. Regards, SuvraJyoti ---

Re: [WiX-users] Uninstall by Installer not removing the path created if that path is open on the system

2013-12-19 Thread Suvrajyoti Panda
esn’t generally prevent > reinstallation from succeeding. > > > > > > > -Blair > > > > > > From: Suvrajyoti Panda > Sent: ‎Wednesday‎, ‎December‎ ‎18‎, ‎2013 ‎8‎:‎40‎ ‎PM > To: General discussion for Windows Installer XML toolset. > > > &g

Re: [WiX-users] Uninstall by Installer not removing the path created if that path is open on the system

2013-12-18 Thread Suvrajyoti Panda
ory and trying to delete > that directory from explorer. Can't be done. > > Dave > > On 12/17/2013 10:50 PM, Suvrajyoti Panda wrote: >> Hi Phil, >> >> I modified the structure in my main WIX file as below: >> >> >> >>

Re: [WiX-users] Uninstall by Installer not removing the path created if that path is open on the system

2013-12-18 Thread Suvrajyoti Panda
t. The only way is to make sure all programs > have stopped and no open programs have that as their current directory. > > It's just like opening cmd.exe, cd'ing to a directory and trying to > delete that directory from explorer. Can't be done. > > Dave > > O

Re: [WiX-users] Uninstall by Installer not removing the path created if that path is open on the system

2013-12-17 Thread Suvrajyoti Panda
\" still exists, all the files are deleted though. On 17-12-2013 21:32, Phil Wilson wrote: > Why not just try a RemoveFolder and see if it solves the problem? It is > the most likely solution, as suggested before. > > Phil Wilson > > > On Tue, Dec 17, 2013 at 5:16 AM, Suvr

Re: [WiX-users] Uninstall by Installer not removing the path created if that path is open on the system

2013-12-17 Thread Suvrajyoti Panda
Is it because of the in the config.wxs(as Wesley had suggest) file that heat creates that i am facing this issue. If so what is the way out. Hope i have explained the situation better this time, apologies if i created any confusion. Regards, SuvraJyoti On 17-12-2013 14:27, Suvrajyoti Pan

Re: [WiX-users] Uninstall by Installer not removing the path created if that path is open on the system

2013-12-17 Thread Suvrajyoti Panda
as part of the reboot sequence. > > > > > > > -Blair > > > > > > From: Suvrajyoti Panda > Sent: ‎Monday‎, ‎December‎ ‎16‎, ‎2013 ‎8‎:‎57‎ ‎PM > To: General discussion for Windows Installer XML toolset. > > > > > > No Wesley, I have not used any cre

Re: [WiX-users] Creating Registry Key

2013-12-16 Thread Suvrajyoti Panda
custom action? > > El lunes, 16 de diciembre de 2013, Suvrajyoti Panda escribió: > >> Thanks for the solution Blair. Would try this. >> >> Regards, >> SuvraJyoti >> On 15-12-2013 16:24, Blair Murri wrote: >>> Only with a custom action >>&

Re: [WiX-users] heat.exe : warning HEAT5151

2013-12-16 Thread Suvrajyoti Panda
, Inc.® > Shawnee Mission, KS 66227 > Office: 913-341-3434 x791011 > jocoo...@jackhenry.com > www.jackhenry.com > > > > -Original Message- > From: Suvrajyoti Panda [mailto:suvrajyo...@contata.co.in] > Sent: Monday, December 16, 2013 4:48 AM > To: Gene

Re: [WiX-users] Uninstall by Installer not removing the path created if that path is open on the system

2013-12-16 Thread Suvrajyoti Panda
inal Message----- > From: Suvrajyoti Panda [mailto:suvrajyo...@contata.co.in] > Sent: December-16-13 12:37 AM > To: General discussion about the WiX toolset. > Subject: Re: [WiX-users] Uninstall by Installer not removing the path created > if that path is open on the system > >

[WiX-users] heat.exe : warning HEAT5151

2013-12-16 Thread Suvrajyoti Panda
Hi All, I am creating a WIX installer. In the heat part i am getting the below warning: heat.exe : warning HEAT5151 : Could not harvest data from a file that was expected to be an assembly: D:\configRelease\command_processors\bpolympic\OraclePull.dll. If this file is not an assembly you can i

Re: [WiX-users] Uninstall by Installer not removing the path created if that path is open on the system

2013-12-15 Thread Suvrajyoti Panda
it. But I think it marks it for removal. I know > for sure files have this behaviour but I'm not sure about folders. > > -Original Message- > From: Suvrajyoti Panda [mailto:suvrajyo...@contata.co.in] > Sent: December-13-13 1:48 AM > To: General discussion about the

Re: [WiX-users] Creating Registry Key

2013-12-15 Thread Suvrajyoti Panda
Thanks for the solution Blair. Would try this. Regards, SuvraJyoti On 15-12-2013 16:24, Blair Murri wrote: > Only with a custom action > > > > > > > -Blair > > > > > > From: Suvrajyoti Panda > Sent: ‎Thursday‎, ‎December‎ ‎12‎, ‎2013 ‎9‎:‎51‎ ‎PM >

[WiX-users] Uninstall by Installer not removing the path created if that path is open on the system

2013-12-12 Thread Suvrajyoti Panda
Hi All, I just saw this behaviour. My installer creates the following :"C:\Energy Solutions International\PFWService\config", if this path is open and i run the uninstall from control panel, then the path remains("C:\Energy Solutions International\PFWService\config") although files under it is

[WiX-users] (Ignore)Fwd: Registry key created

2013-12-12 Thread Suvrajyoti Panda
Sorry for the redundant post, just happened by typo...ignore this one. Original Message Subject:Registry key created Date: Fri, 13 Dec 2013 11:10:41 +0530 From: Suvrajyoti Panda To: General discussion about the WiX toolset. Hi All, I am creating registry

[WiX-users] Creating Registry Key

2013-12-12 Thread Suvrajyoti Panda
Hi All, May be this is a trivial question to ask, but below is what i want to achieve: I am creating registry entries as below in WIX source file:

[WiX-users] Registry key created

2013-12-12 Thread Suvrajyoti Panda
Hi All, I am creating registry entries as below in WIX source file: It creates the registry entry as : Is it possible t

Re: [WiX-users] Fwd: Getting error notification when running .msi Installer

2013-12-02 Thread Suvrajyoti Panda
ea on this. >> >> Original Message >> Subject: Getting error notification when running .msi Installer >> Date:Mon, 02 Dec 2013 11:02:25 +0530 >> From:Suvrajyoti Panda >> To: General discussion about the WiX toolset. &g

[WiX-users] Fwd: Getting error notification when running .msi Installer

2013-12-02 Thread Suvrajyoti Panda
Please let me know if someone has any idea on this. Original Message Subject:Getting error notification when running .msi Installer Date: Mon, 02 Dec 2013 11:02:25 +0530 From: Suvrajyoti Panda To: General discussion about the WiX toolset. Hi All, I have

[WiX-users] Getting error notification when running .msi Installer

2013-12-01 Thread Suvrajyoti Panda
Hi All, I have created a .msi installer using WIX. When i execute the installer through command line it installs the application without any error messages but when it i do it through clicking the setup that gets created: MyWebSetup.msi, i am getting the below error message. There is no error

[WiX-users] Unable to switch ASP.NET to version 4.0

2013-11-28 Thread Suvrajyoti Panda
Hi All, I am trying to set the asp.net version to 4.0. I have below piece of code in my product.wxs : Switch ASP.NET to version 4.0: ASPNETREGIIS AND NOT Installed The installer gets created but throws the below error : I beli

Re: [WiX-users] Removing specific folders only

2013-11-24 Thread Suvrajyoti Panda
Thanks Carter foe all the inputs. I have solved this issue by applying xslt transform to the heat ouput by adding the below to my xslt file: yes Regards, SuvraJyoti On 25-11-2013 10:19, Suvrajyoti Panda wrote: > Hi Carter, > > I cannot c

Re: [WiX-users] Applying XSL transform to add permanent attribute for Components.

2013-11-24 Thread Suvrajyoti Panda
wi"; exclude-result-prefixes="xsl wix"> yes On 25-11-2013 11:23, Suvrajyoti Panda wrote: > Hi All, > > I have a .wxs file like trundata.wxs that i have generated through >

[WiX-users] Applying XSL transform to add permanent attribute for Components.

2013-11-24 Thread Suvrajyoti Panda
Hi All, I have a .wxs file like trundata.wxs that i have generated through heat command below: heat dir "D:\Project\ESI\Code\trunk\data" -cg trunkdata -gg -ke -sfrag -dr TORTDEMO -var "var.TrunkDataPath" -t "C:\test\HeatXSL.xslt" -out trunkdata.wxs. As evident from above command i am using an

Re: [WiX-users] Removing specific folders only

2013-11-24 Thread Suvrajyoti Panda
each > component as Key. Then Mark the Directory as permanent, like you have > done. In Windows Parlance, leaving a folder behind without asking is > usually frowned upon. > > Carter > > Quoting Suvrajyoti Panda : > >> Hi, >> >> Just to add, I have tried

Re: [WiX-users] Removing specific folders only

2013-11-22 Thread Suvrajyoti Panda
attribute permanent=yes to all the components generated? Regards, SuvraJyoti On 22-11-2013 16:15, Suvrajyoti Panda wrote: > Hi Carter, > > This does not work in the first place as element is not > supported inside a Component. Moreover i need that only the data > directory be

Re: [WiX-users] Removing specific folders only

2013-11-22 Thread Suvrajyoti Panda
> This puts the Data Directory in C:\Users\\Local\AppData and > sgould leave it after uninstall. > > > Quoting Suvrajyoti Panda : > >> Hi Guys, >> >> I have created an installer in WIX that creates the below directory >&

Re: [WiX-users] Fwd: Re: Referring to fragments

2013-11-19 Thread Suvrajyoti Panda
t; Once it's removed all the files, it finds that the directory is empty > and removes that as well. > Do you have a copy of this book? It's a great reference for > understanding WiX concepts. > http://www.packtpub.com/windows-installer-xml-3-6-developers-guide/book

Re: [WiX-users] Fwd: Re: Referring to fragments

2013-11-19 Thread Suvrajyoti Panda
that as clean as possible. On 19 November 2013 09:27, Suvrajyoti Panda <mailto:suvrajyo...@contata.co.in>> wrote: Hi John, Thanks for the help...Just followed the steps...worked like a charm. The folder got installed into the program files folder and there were no e

Re: [WiX-users] Fwd: Re: Referring to fragments

2013-11-19 Thread Suvrajyoti Panda
want? (Hint: it's probably not) Change this to > ProgramFilesFolder (or ProgramFiles64Folder). Remember how you > were getting a similar error previously? > > If you make this change, you can also remove the following line: > > > Alternatively, use a scrip

Re: [WiX-users] Fwd: Re: Referring to fragments

2013-11-19 Thread Suvrajyoti Panda
ll have to define that variable elsewhere, and it's up to you to make sure that it points to the correct place so that the path is correct when the variable is resolved. Someone with more experience of heat.exe might be able to help you further. Hope that helps On 18 November 2013 14:36, Suvra

Re: [WiX-users] Fwd: Re: Referring to fragments

2013-11-18 Thread Suvrajyoti Panda
de and > adding the missing or incorrect attributes (possibly with PowerShell) > and then take that code as source. Further updates to this code can be > done by hand. > > Hope that helps > > > On 18 November 2013 11:18, Suvrajyoti Panda <mailto:suvrajyo...@contata.co.in

[WiX-users] Fwd: Fwd: Re: Referring to fragments

2013-11-18 Thread Suvrajyoti Panda
Hi John, Any updates on the below issue. I am still stuck there. Regards, Suvra Jyoti Original Message Subject:Fwd: Re: [WiX-users] Referring to fragments Date: Mon, 18 Nov 2013 15:06:38 +0530 From: Suvrajyoti Panda To: John Ludlow Attaching the source

Re: [WiX-users] Referring to fragments

2013-11-18 Thread Suvrajyoti Panda
> > > > This should reference the component group created in Step #1, drawing > all those components into that feature. > > At first glance, the registry entry you've created looks fine. I'd > probably specify a value, but that's just me. > > > On

[WiX-users] Fwd: Re: Referring to fragments

2013-11-18 Thread Suvrajyoti Panda
+0530 From: Suvrajyoti Panda To: General discussion about the WiX toolset. , john.ludlow...@gmail.com Hi John, Thanks for the clarifications. I have come in in the morning and tried to follow the steps as u have suggested. Attaching my two source files for your reference. Below is what i

Re: [WiX-users] Referring to fragments

2013-11-18 Thread Suvrajyoti Panda
see WiX complain about other issues - for starters, your root DirectoryRef entry in that structure is missing an ID, so the structure won't have a valid parent which means MSI won't know where to put it. My advice would be to concentrate on getting a successful compilation, then work from t

[WiX-users] Referring to fragments

2013-11-15 Thread Suvrajyoti Panda
Hi, I have a fragment that i have created through Heat. Basically i want to create a db directory that has db files inside it through the installer. It has the structure as below: http://schemas.microsoft.com/wix/2006/wi";>