[WiX-users] App-pool creation

2013-06-14 Thread chennam
Hi,

When App-pool is created with the   ; by default "Enable
32-bit Application" is set  to "True" .Just want to know how can I change
this setting to "False" while Creating the App-pool.


Thanks in Advance
Chatra



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/App-pool-creation-tp7586553.html
Sent from the wix-users mailing list archive at Nabble.com.

--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Configure one or more Web applications under a Website

2013-06-12 Thread chennam
Hi,

Can any one please let me know how can we configure two "web applications "
pointing two different Web App-pools  under a single website.

Thanks In advance
Chatra



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Configure-one-or-more-Web-applications-under-a-Website-tp7586493.html
Sent from the wix-users mailing list archive at Nabble.com.

--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] MSI Package Installation location

2013-06-05 Thread chennam
yes Registry Key still exist .How do I remove it while Uninstallation.



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/MSI-Package-Installation-location-tp7585460p7586380.html
Sent from the wix-users mailing list archive at Nabble.com.

--
How ServiceNow helps IT people transform IT departments:
1. A cloud service to automate IT design, transition and operations
2. Dashboards that offer high-level views of enterprise services
3. A single system of record for all IT processes
http://p.sf.net/sfu/servicenow-d2d-j
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Clear property value on uninstall

2013-06-05 Thread chennam
Hi,

I am making my Installer to Install into specific folder location instead of
Programfiles using a Property INSTALLLOCATION. Ans I pass its value through
command line during Installation.

MSI (c) (18:98) [08:04:53:170]: PROPERTY CHANGE: Adding INSTALLLOCATION
property. Its value is 'D:\Websites\CBUDirectUAT'.

But When I Installed previously version of MSI on same machine the
INSTALLOCATION property value was set to 'D:\Websites\CBUDirectUATAlt1' .

Now I uninstalled previous version from (ARP) and installing the new version
with new property value for 
INSTALLLOCATION='D:\Websites\CBUDirectUAT'.

But the installer is installing into same old location
D:\Websites\CBUDirectUATAlt1 instead of new one.

See below for log the new version MSI is changing the INSTALLLOCATION
property value to old one even though I passed new one.


Action 8:04:53: AppSearch. Searching for installed applications
Action start 8:04:53: AppSearch.
AppSearch: Property: INSTALLLOCATION, Signature: REMEMBERPROPERTY
MSI (c) (18:98) [08:04:53:248]: Note: 1: 2262 2: Signature 3: -2147287038 
MSI (c) (18:98) [08:04:53:248]: PROPERTY CHANGE: Modifying INSTALLLOCATION
property. Its current value is 'D:\Websites\CBUDirectUAT'. Its new value:
'D:\Websites\CBUDirectUATAlt1\'.
Action ended 8:04:53: AppSearch. Return value 1.


I am Bit urgency with UAT. Can any one please help me to fix it and how to
clear previous property one after uninstall.


See below How i am saving the INSTALLLOCATION and help me out any statement
need to be added to it



  
   




  

  
 CMDREMEMBERPROPERTY


 





   
  


  
   
   
  



  







  



 
   








--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Clear-property-value-on-uninstall-tp7586377.html
Sent from the wix-users mailing list archive at Nabble.com.

--
How ServiceNow helps IT people transform IT departments:
1. A cloud service to automate IT design, transition and operations
2. Dashboards that offer high-level views of enterprise services
3. A single system of record for all IT processes
http://p.sf.net/sfu/servicenow-d2d-j
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Create Web app pool and Site on on Server 2008 R2 with IIS 7.5, WiX 3.7

2013-05-31 Thread chennam
Hi,

Can any one help me finding out where I am doing something wrong in creating
Site in IIS. CoreWebsServicesV3 is getting created twice and each one
pointing out to two different App pools.  one pointing to default app-pool
and another pointing to app-pool "CWSWebAppPool" which I have created. 

Thanks
Chatra



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Create-Web-app-pool-and-Site-on-on-Server-2008-R2-with-IIS-7-5-WiX-3-7-tp7586215p7586257.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Get 100% visibility into Java/.NET code with AppDynamics Lite
It's a free troubleshooting tool designed for production
Get down to code-level detail for bottlenecks, with <2% overhead.
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap2
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Create Web app pool and Site on on Server 2008 R2 with IIS 7.5, WiX 3.7

2013-05-30 Thread chennam
Hi John,

I was able to create the site after including the Website in the component
as below.But Site is not getting created as intended.


 

*
  
  
  
*


  
   
  
  
  

  
  
  


   
  
  



















--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Create-Web-app-pool-and-Site-on-on-Server-2008-R2-with-IIS-7-5-WiX-3-7-tp7586215p7586241.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with <2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Create Web app pool and Site on on Server 2008 R2 with IIS 7.5, WiX 3.7

2013-05-30 Thread chennam
Hi,

I was trying to create the Site and App-pool. The site folder getting
created on [INSTALLLOCATION] Whcih was passed through command line and
webapp is getting installed. But When I go and look in inetmgr site getting
created on Default Website and not as separate site and WebApp-pool getting
created as required but not gets removed on Uninstall. Please let me know
where I am doing Wrong. Here is the code.

   
  
  


  

  







*  *


  
  
 

 *


*

/***/













   
   





 





 



   

Thanks in Advance
Chatra




--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Create-Web-app-pool-and-Site-on-on-Server-2008-R2-with-IIS-7-5-WiX-3-7-tp7586215.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with <2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Create Apppool & set up IIS for website

2013-05-28 Thread chennam
Yes creating the WebAppPool  and setting up the site(configuration) during
Installation and Deleting the Apppool and the Site  which was setup during
Uninstall of MSI.

Thanks
Chatra



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Create-Apppool-set-up-IIS-for-website-tp7586154p7586159.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with <2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Create Apppool & set up IIS for website

2013-05-28 Thread chennam
Hi 

Until now I got familiar on how to create a folder which has all the website
content through MSI .Now I need to start on Creating the App-pool & setup
IIS for the site Dynamically while Installation; where I am going to pass
the Identity values (username/PWD) for app-pool setup as Property .

Can any one please provide me good source ,so that I can start proceeding.

Thanks
Chatra 



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Create-Apppool-set-up-IIS-for-website-tp7586154.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with <2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Force MSI Overwrite the files.

2013-05-21 Thread chennam
Hi Mike thanks for the reply.

And the another package was Zip folder from Third party (sitecore) . Going
forward after couple of months we will make a MSI out of it and make sure no
overlapping files.

Presently is their any solution to over write some config files.

Thanks
Chatra.



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Force-MSI-Overwrite-the-files-tp7586036p7586049.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Force MSI Overwrite the files.

2013-05-21 Thread chennam
Hi ,

I need to Install MSI on top of existing Some other package. But I have some
files common that need to be overwrite by MSI when Installed.

can we achieve this . if so please point me good resource

Thanks
Chatra 



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Force-MSI-Overwrite-the-files-tp7586036.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Delete folders & files only on Uninstall

2013-05-20 Thread chennam
Is it same as RemoveFolder?

I searched for RemoveFoldersEX but couldn't find on WIX CHM of 3.7

Thanks
Chatra



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Delete-folders-files-only-on-Uninstall-tp7585988p7586018.html
Sent from the wix-users mailing list archive at Nabble.com.

--
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Delete folders & files only on Uninstall

2013-05-20 Thread chennam
Hi ,

Can any one provide good resource on how to implement util:RemoveFoldersEx
to remove folders on uninstall.


Thanks
Chatra 



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Delete-folders-files-only-on-Uninstall-tp7585988p7585997.html
Sent from the wix-users mailing list archive at Nabble.com.

--
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Delete folders & files only on Uninstall

2013-05-19 Thread chennam
Hi,

Some new files & folders getting created by IIS & Sitecore in our
website;which are temp files. On Uninstall I want to delete these files &
folders forcefully by custom action. I have return a custom action(for each
folder) which deletes folders which are not installed by MSI. But issue
comes up here the custom action I have return also deleting folders (Ex:
Layouts folder) which are part MSI after Install; Initially MSI is not
removing this Layouts folder on uninstall which is part of MSI ,since new
files(temp) are getting created under this folder.

can any one help me to execute this custom action only on Uninstall and not
on Install.

 


  



Please let me know if their is any clean way to do it.if so please provide
the resource.

Thanks in advance.
Chatra




--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Delete-folders-files-only-on-Uninstall-tp7585988.html
Sent from the wix-users mailing list archive at Nabble.com.

--
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Installer registry Name Add or remove programs

2013-05-11 Thread chennam
Hi 

we have got a MSI installer which has all environment (PROD,Prod shadow
sites,UAT,TEST,DEV) configs.

These config files are filtered through "property"  passed during
Installation.

Here comes the scenario I need to use same installer "CBUMSI"" on Prod
machine to deploy two sites one  Prod site and Prod Shadow site(only
difference in between  is config files). Can we achieve this using single
MSI and PROPERTY parameter("PROD" / "PRODSHADOW") and having new property to
accept the registry name during installation ;so that we can see two
Installers names on Add/Program even though we have one installer? As on now
we have InstallScope="perMachine"

Please let me know is  it possible. if not what could be best possible way
to do.

Thanks in Advance.
Chatrapathi



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Installer-registry-Name-Add-or-remove-programs-tp7585817.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and 
their applications. This 200-page book is written by three acclaimed 
leaders in the field. The early access version is available now. 
Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Change content of the config file based on [ComputerName]

2013-05-03 Thread chennam
The Issue I am working on is for Production environment where content of
Web.config is different for 5 machines  at below node.

  
   
http://web.service/keepalive.aspx
true 
   
  

For other environments we have only one web.config for each. But we have 5
different for PROD. And I don't want to place all 5 on all the machines ,So
that was the reason I want to modify the node based on the conditions during
Installation .Condition can be "Environment" and "ComputerName".

I was looking for some thing how to write "CA's like XmlFile/XmlConfig"
where having more than one condition to satisfy.Please point out me good
source.

Thanks
Chatra



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Change-content-of-the-config-file-based-on-ComputerName-tp7585604p7585622.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Get 100% visibility into Java/.NET code with AppDynamics Lite
It's a free troubleshooting tool designed for production
Get down to code-level detail for bottlenecks, with <2% overhead.
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap2
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Change content of the config file based on [ComputerName]

2013-05-03 Thread chennam
Hi,

I want to change the content of the config file based on the machine
(SPECHW01,SPECHW02..) the MSI gets deployed.Below is the  content of the
file and node "Param" I want to change.

 
  
  
http://web.service/keepalive.aspx
true
  
 


if the file is getting deployed on machine "SPECHW01"  then change the
content of file web.config. Below is the node "Param" I want to change to.

 
  
  
http://web1.service/keepalive.aspx
true
  
 

if the MSI is deployed on machine "SPECHW02" the content of Web.config needs
to be changed as below for node param.

 
  
  
http://web2.service/keepalive.aspx
true
  
 

Below is the component where I need to make it work. and component need to
verify the machine it gets installed and change the contents of the file.


   

   




Thanks in Advance

Chatra




--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Change-content-of-the-config-file-based-on-ComputerName-tp7585604.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Get 100% visibility into Java/.NET code with AppDynamics Lite
It's a free troubleshooting tool designed for production
Get down to code-level detail for bottlenecks, with <2% overhead.
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap2
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Alternative to Heat.exe

2013-05-03 Thread chennam
Hi tom,

So their is a way to you use Wild card? As we have package without unwanted
files. And in WIX project we want use a wild card to get all the files under
package folder into MSI .Instead of specify each file as component to pull
into MSI.

We have integrated the MSi to dailybuild .So everytime we add bunch of files
product.wxs needs to be updated ;so files get pulled into MSI.(which is
frustrating for Tech leads).So tech leads wants to take care of the Filtered
Website folder(through msbuild) and just want WIX to create MSI package out
of the Website directory using Wild card.

if it can be done with wild card to pull files under website directory into
MSI .please let me know.

Thanks
Chatra



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Alternative-to-Heat-exe-tp7585574p7585602.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Get 100% visibility into Java/.NET code with AppDynamics Lite
It's a free troubleshooting tool designed for production
Get down to code-level detail for bottlenecks, with <2% overhead.
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap2
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] MSI Package Installation location

2013-04-26 Thread chennam
This is how I am setting in my Product.wxs for installer to remember the
property. Let me know if I need to change any settings below.

 
   
  




  

  
 CMDREMEMBERPROPERTY



 
   

 




--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/MSI-Package-Installation-location-tp7585460p7585466.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] MSI Package Installation location

2013-04-26 Thread chennam
Hi,

I pass property "INSTALLLOCATION" when MSI is installed through command
line. The value I pass through this property is where i want to install my
Website folder.

The Installer remembers the INSTALLLOCATION PROPERTY which is passed as
parameter and get installs in which ever location specified in command line.

The problem comes here :after MSI Installation gets successful and every
thing looks fine ; Uninstall the app which also works fine . But when I
re-install the app and changes the INSTALLLOCATION of the app ,which is
passed as PROPERTY through command line. The install by default installs
into old location where it got installed before than the location which was
passed recently through command line of MSIEXEC .

See log below 

AppSearch: Property: INSTALLLOCATION, Signature: REMEMBERPROPERTY
MSI (c) (C8:50) [11:49:54:487]: Note: 1: 2262 2: Signature 3: -2147287038 
MSI (c) (C8:50) [11:49:54:487]: PROPERTY CHANGE: Modifying INSTALLLOCATION
property. Its current value is 'E:\Websites\CBUDirect'. Its new value:
'E:\GMCR\Chatra\WorkSpace\Website\CBUDirect\'.



Old INSTALLLOCATION  was : "E:\GMCR\Chatra\WorkSpace\Website\CBUDirect\"
The new INSTALLLOCATION  was "E:\Websites\CBUDirect"


Not sure why this is happening



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/MSI-Package-Installation-location-tp7585460.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] MSI INstaller rolles back.

2013-04-26 Thread chennam
Rob,

But the site doesn't exist on Dev Environment and Installer got deployed
successfully their .But not in UAT Environment where Website does exist.

Thanks
Chatrapathi chennam 



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/MSI-Installer-rolles-back-tp7585442p7585457.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] MSI INstaller rolles back.

2013-04-25 Thread chennam
Hi 

I have a installer created which gets installed successfully on Dev
Environments ,but when installed on UAT and Test environments the installer
rolls back what ever it has installed. Not sure what could be issue be
with.If it is related to IIS .Please provide me sample code snippet how the
related fragments should like or the configurations be set in WIX project so
it does work fine on the all the machine with consistency.

Here is log snippet on one of the machine where installer worked fine.

MSI (s) (74:60) [14:58:19:104]: Executing op:
ActionStart(Name=StartIIS7ConfigTransaction,Description=Starting IIS Config
Transaction,)
MSI (s) (74:60) [14:58:19:105]: Executing op:
CustomActionSchedule(Action=StartIIS7ConfigTransaction,ActionType=11265,Source=BinaryData,Target=**,CustomActionData=**)
MSI (s) (74:60) [14:58:19:113]: Creating MSIHANDLE (43) of type 790536 for
thread 8032
MSI (s) (74:A4) [14:58:19:113]: Invoking remote custom action. DLL:
C:\Windows\Installer\MSI7CE.tmp, Entrypoint: StartIIS7ConfigTransaction
MSI (s) (74:A8) [14:58:19:114]: Generating random cookie.
MSI (s) (74:A8) [14:58:19:115]: Created Custom Action Server with PID 10744
(0x29F8).
MSI (s) (74:68) [14:58:19:140]: Running as a service.
MSI (s) (74:68) [14:58:19:141]: Hello, I'm your 32bit Elevated custom action
server.
MSI (s) (74!E4) [14:58:19:564]: Creating MSIHANDLE (44) of type 790531 for
thread 4836
MSI (s) (74!E4) [14:58:19:566]: Closing MSIHANDLE (44) of type 790531 for
thread 4836
MSI (s) (74:A4) [14:58:19:567]: Closing MSIHANDLE (43) of type 790536 for
thread 8032
MSI (s) (74:60) [14:58:19:567]: Executing op:
ActionStart(Name=RollbackIIS7ConfigTransaction,Description=Rolling back IIS
Config Transaction,)
MSI (s) (74:60) [14:58:19:568]: Executing op:
CustomActionSchedule(Action=RollbackIIS7ConfigTransaction,ActionType=11521,Source=BinaryData,Target=**,CustomActionData=**)
MSI (s) (74:60) [14:58:19:570]: Executing op:
ActionStart(Name=CommitIIS7ConfigTransaction,Description=Committing IIS
Config Transaction,)
MSI (s) (74:60) [14:58:19:570]: Executing op:
CustomActionSchedule(Action=CommitIIS7ConfigTransaction,ActionType=11777,Source=BinaryData,Target=**,CustomActionData=**)
MSI (s) (74:60) [14:58:19:572]: Executing op:
ActionStart(Name=ConfigureIIs7Exec,Description=Configuring IIS,)
MSI (s) (74:60) [14:58:19:573]: Executing op:
CustomActionSchedule(Action=ConfigureIIs7Exec,ActionType=11265,Source=BinaryData,Target=**,CustomActionData=**)
MSI (s) (74:60) [14:58:19:591]: Creating MSIHANDLE (45) of type 790536 for
thread 8032
MSI (s) (74:0C) [14:58:19:592]: Invoking remote custom action. DLL:
C:\Windows\Installer\MSI9A3.tmp, Entrypoint: ConfigureIIs7Exec
MSI (s) (74!D8) [14:58:19:673]: Creating MSIHANDLE (46) of type 790531 for
thread 728
MSI (s) (74!D8) [14:58:19:674]: Creating MSIHANDLE (47) of type 790531 for
thread 728
MSI (s) (74!D8) [14:58:19:675]: Creating MSIHANDLE (48) of type 790531 for
thread 728
MSI (s) (74!D8) [14:58:19:677]: Creating MSIHANDLE (49) of type 790531 for
thread 728
MSI (s) (74!D8) [14:58:19:680]: Closing MSIHANDLE (48) of type 790531 for
thread 728
MSI (s) (74!D8) [14:58:19:680]: Closing MSIHANDLE (49) of type 790531 for
thread 728
MSI (s) (74!D8) [14:58:19:680]: Creating MSIHANDLE (50) of type 790531 for
thread 728
MSI (s) (74!D8) [14:58:19:681]: Creating MSIHANDLE (51) of type 790531 for
thread 728
MSI (s) (74!D8) [14:58:22:101]: Closing MSIHANDLE (51) of type 790531 for
thread 728
MSI (s) (74!D8) [14:58:23:638]: Closing MSIHANDLE (50) of type 790531 for
thread 728
MSI (s) (74!D8) [14:58:23:638]: Closing MSIHANDLE (46) of type 790531 for
thread 728
MSI (s) (74!D8) [14:58:23:638]: Closing MSIHANDLE (47) of type 790531 for
thread 728
MSI (s) (74:0C) [14:58:23:641]: Closing MSIHANDLE (45) of type 790536 for
thread 8032
MSI (s) (74:60) [14:58:23:642]: Executing op:
ActionStart(Name=WriteIIS7ConfigChanges,Description=Installing Config Keys
and Values,)
MSI (s) (74:60) [14:58:23:646]: Executing op:
CustomActionSchedule(Action=WriteIIS7ConfigChanges,ActionType=11265,Source=BinaryData,Target=**,CustomActionData=**)
MSI (s) (74:60) [14:58:23:666]: Creating MSIHANDLE (52) of type 790536 for
thread 8032
MSI (s) (74:50) [14:58:23:667]: Invoking remote custom action. DLL:
C:\Windows\Installer\MSI198C.tmp, Entrypoint: WriteIIS7ConfigChanges
MSI (s) (74:50) [14:58:25:215]: Closing MSIHANDLE (52) of type 790536 for
thread 8032
MSI (s) (74:60) [14:58:25:215]: Executing op:
ActionStart(Name=RegisterProduct,Description=Registering
product,Template=[1])
MSI (s) (74:60) [14:58:25:216]: Executing op:
ChangeMedia(,MediaPrompt=Please insert the disk:
,MediaCabinet=CBUDirectMSI.cab,BytesPerTick=0,CopierType=2,ModuleFileName=C:\Windows\Installer\be8b1a0.msi,IsFirstPhysicalMedia=1)
MSI (s) (74:60) [14:58:25:216]: Executing op:
DatabaseCopy(DatabasePath=C:\Windows\Installer\be8b1a0.msi,ProductCode={C294770C-D995-4884-AA27-EC16E225B5D4},,,)
M

[WiX-users] Conditional component

2013-04-15 Thread chennam
Hi I am Bit struck on setting the condition on component.





   


The Above component works fine the ENVPROPERTY is set through command line.

But When I change the above statement as below doesn't work where the
Installer need to detect the computername or Servername where it gets
installed and based on that the installer must make sure to deploy the above
component or not.






   


Can any one help in setting the conditional statement.

Thanks in advance



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Conditional-component-tp7585167.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Change content of Config file after installation

2013-04-03 Thread chennam
Hey in Continuation of the previous solution (see previous comment) Can we do
file search of Web.Prod.Web1.config and replace some content "web1" to
"web2"  on conditional basis based on [Computername] we are Installing?

Like if [ComputerName] is WEBPQR then replace Web1 with web2 allover the
content of the Web.Prod.Web1.config file dynamically(like file search and
replace)?

Thanks in advance.



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Change-content-of-Config-file-after-installation-tp7584789p7584859.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Minimize network downtime and maximize team effectiveness.
Reduce network management and security costs.Learn how to hire 
the most talented Cisco Certified professionals. Visit the 
Employer Resources Portal
http://www.cisco.com/web/learning/employer_resources/index.html
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Change content of Config file after installation

2013-04-01 Thread chennam
Here is the solution which worked for me using 






   

  
 




--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Change-content-of-Config-file-after-installation-tp7584789p7584809.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Own the Future-Intel® Level Up Game Demo Contest 2013
Rise to greatness in Intel's independent game demo contest.
Compete for recognition, cash, and the chance to get your game 
on Steam. $5K grand prize plus 10 genre and skill prizes. 
Submit your demo by 6/6/13. http://p.sf.net/sfu/intel_levelupd2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Change content of Config file after installation

2013-04-01 Thread chennam
Hi 

I want to change content of the Config file by detecting the Server on which
the file or MSI package  is installed to.Below is the component of the
config file.




  
   


And the content as of now for  "Web.Prod.Web1.config" is as below 

Before:




   





  

 

The content should be changed to as below
After:




   





  

 






--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Change-content-of-Config-file-after-installation-tp7584789.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Own the Future-Intel® Level Up Game Demo Contest 2013
Rise to greatness in Intel's independent game demo contest.
Compete for recognition, cash, and the chance to get your game 
on Steam. $5K grand prize plus 10 genre and skill prizes. 
Submit your demo by 6/6/13. http://p.sf.net/sfu/intel_levelupd2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] WIX Installer Machine Name

2013-03-26 Thread chennam

Is their any property defined or any way that WIX Installer can detect
itself the Server name where we are trying to Install MSI package . So that
we can replace the server name in web.config content  during installation?

Thanks in Advance
Chatra



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/WIX-Installer-Machine-Name-tp7584629.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Own the Future-Intel® Level Up Game Demo Contest 2013
Rise to greatness in Intel's independent game demo contest.
Compete for recognition, cash, and the chance to get your game 
on Steam. $5K grand prize plus 10 genre and skill prizes. 
Submit your demo by 6/6/13. http://p.sf.net/sfu/intel_levelupd2d
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Set Product Version to WIX MSI version

2013-03-21 Thread chennam

Hi can any one point me on how to set the product version number applied to
the deployment package during the release build process.



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Set-Product-Version-to-WIX-MSI-version-tp7584517.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Heat on network drive?

2013-03-15 Thread chennam
Can we heat.exe for one on network path like

\\c2tfsci\c$\Builds\16\\Binaries\ContinuousIntegration\_PublishedWebsites\Web.

if so how would be the source path to above location look like in
fragments.wxs?

Thanks in advance..
Chatra



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Heat-on-network-drive-tp7584384.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Consume MSDeploy Staged Web Site Output in a WIX Installer

2013-03-15 Thread chennam
Hi Edwin,

Thanks for the reply ..

Yes we would like check-in the Heat fragments into over TFS and manage that
file components when ever we add new files to the Main project and make WIX
project setup also part of daily builds.

Can you specify how and where to specify the condition to check for the file
as you said?

Another thing that strikes me is even though I specified the 

True not sure why heat.exe is run?

Thanks In advance.



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Consume-MSDeploy-Staged-Web-Site-Output-in-a-WIX-Installer-tp7584362p7584373.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Consume MSDeploy Staged Web Site Output in a WIX Installer

2013-03-14 Thread chennam
Hi I was integrating wixproject into Main Project.

And below are the changes in Wix SETUP Project Properties.

This is generating the DropContent.WXS Fragment when ever project is build
(ie it is running Heat everytime the whole project is build.) But I want
Heat to be executed only once at first time  to create DropContent.wxs .From
next time I don't want to get created for every build. Is their any property
setting  possibility of Heat not be executed for every build?

 

  CBUDirect.Web
  {9a937a48-2554-4fd2-b07b-f76f7e29b1e1}
  True
  True
  
  
  INSTALLLOCATION
  True

  
  






  




  





--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Consume-MSDeploy-Staged-Web-Site-Output-in-a-WIX-Installer-tp7584362.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Force not to Install Same version of the product.

2013-03-08 Thread chennam
Hi,

As of now I can install same version of Installer of a product twice (I mean
Installer Product Version is same for both MSI packages but content of the
both packages are not same). 

1) Can I force the Installer not to install same version if same version is
already installed on the machine and make to Prompt conditional error
message asking them to uninstall already existing Instance .

or

2) Is their any settings to remove already existing files completely(like
upgrade) and install the new Installer of same version. 

Below are existing settings of the product

 

 

  
  



  



  



Thanks in Advance
Chatra




--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Force-not-to-Install-Same-version-of-the-product-tp7584216.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester  
Wave(TM): Endpoint Security, Q1 2013 and "remains a good choice" in the  
endpoint security space. For insight on selecting the right partner to 
tackle endpoint security challenges, access the full report. 
http://p.sf.net/sfu/symantec-dev2dev
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] one MSI Installer for all Environments as single a package

2013-03-07 Thread chennam
Hi Jacob,

I think using XSLT we can skip unwanted elements while running HEAT.EXE
command in that case we will need to build project for each of the
Environment by giving XSLT Template as parameter to Heat.exe. If I am wrong
please correct me. In that case we will need to create four MSI one for each
Environment.

But I want all the elements to be part of MSI package and once we have
"project.MSI" package ,we would like give on command line statement as
Project.MSI -I ENVPROPERTY="DEV". 

I have come across some conditional examples on search like below please let
me know if this is possible.

  



  

Creating some variable or Property like WIXENV in WIX project and passing
some value(TEST,PROD,UAT,DEV)  to it  through command line ? if condition is
TRUE that Element will be part of deployed folder else it will skipped.
Please let me know this can be done or not .If possible can you throw some
light on it.



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/one-MSI-Installer-for-all-Environments-as-single-a-package-tp7584156p7584189.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester  
Wave(TM): Endpoint Security, Q1 2013 and "remains a good choice" in the  
endpoint security space. For insight on selecting the right partner to 
tackle endpoint security challenges, access the full report. 
http://p.sf.net/sfu/symantec-dev2dev
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] one MSI Installer for all Environments as single a package

2013-03-06 Thread chennam
Hi Jacob,

Thanks for the reply..

I need to have single Instance MSI as a package.And based on your reply
,Seams like it should be property driven. And Can you point out me some
"remember me pattern and conditions on the components" and how some
components can be filtered(skipped)  from harvest.wxs file on the fly ? .
And the Installer components  differences are mainly config type only . And
I did not understand what does ca's means Please bare with me as I am new to
Wix.

And we want installer mostly to execute through command line only and not
much of UI required.

Thanks
Chatra



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/one-MSI-Installer-for-all-Environments-as-single-a-package-tp7584156p7584158.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester  
Wave(TM): Endpoint Security, Q1 2013 and "remains a good choice" in the  
endpoint security space. For insight on selecting the right partner to 
tackle endpoint security challenges, access the full report. 
http://p.sf.net/sfu/symantec-dev2dev
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] one MSI Installer for all Environments as single a package

2013-03-06 Thread chennam
Hi we have requirement such that need to create a single MSI package of a web
application for all the Environments(UAT,DEV,TEST,PROD) such that we pass
parameter(Environment) to MSI Installer during installation;based on that we
need to get those Environment files(config files) installed and filter out
all other files(config) when MSI is executed on the fly.

Please let me know if this can be packaged into single MSI 

1)using single Harvest file(.wxs) ?or 

2)we need to have four different Harvest files(.wxs) for each of the
Environment ?

if it can't be achieved as single MSI ,I think we need to have four MSI
Installers for each of the Web applications. 

Thanks In Advance.
Chatra



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/one-MSI-Installer-for-all-Environments-as-single-a-package-tp7584156.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester  
Wave(TM): Endpoint Security, Q1 2013 and "remains a good choice" in the  
endpoint security space. For insight on selecting the right partner to 
tackle endpoint security challenges, access the full report. 
http://p.sf.net/sfu/symantec-dev2dev
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Copy file where source and Destination same

2013-03-05 Thread chennam
Hi Wyrdfish,

I have saved the INSTALLOCATION property value as shown below and Uninstall
works fine. But Same Network issue error is coming while doing Major
Upgrade. And [INSTALLOCATION] property value is not getting saved during
when "RemoveExistingProducts " action gets started. And also please verify
below property settings below.

-

   



  

  






  





--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Copy-file-where-source-and-Destination-same-tp7584088p7584118.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Setting Command Line Property & UPGRADE Errors.

2013-03-05 Thread chennam
HI all

I am passing the Installation folder location [INSTALLFOLDER] from command
line and using the [INSTALLFOLDER] for copyfile. The problem I am getting
now during upgrade  is "Network search error" for one of the property
"DestFilesFolder" whose value is set as below.I am not getting this same
error while uninstall the present version which is used to be case before
while Uninstall ;when I not saved the property  [INSTALLFOLDER] install
folder location.

   

And in the above  the [REMEMBERPROPERTY] is the value which is saved; of the
value passed from command line to  [INSTALLFOLDER]. ie
"E:\Websites\copyconfigfile" so total full path of "DestFilesFolder" would
be 
"E:\Websites\copyconfigfile\copyconfigfile\App_Config".

Please see below how I am saving the [INSTALLFOLDER] and let me know if I am
making something wrong.

-

   



  

  



--

I was using below execute sequence


  


-

Please see attached log file of upgrade install and my Observation of log.
copylog.txt

  

1) At line 145 PROPERTY CHANGE of  REMEMBERPROPERTY  to
'E:\Websites\copyconfigfile' after Appsearch which is correct.
2) At line 168 PROPERTY CHANGE of DestFilesFolder Property to
'E:\Websites\copyconfigfile\copyconfigfile\App_Config' after CostInitialize.

Problem starts Here

3) At line 274 "RemoveExistingProducts" action starts and the above property
values get changed  as below and throwing network search error.

4) At Line 421 PROPERTY CHANGE of DestFilesFolder property to 
'\copyconfigfile\App_Config'  may be cause of issue.





--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Setting-Command-Line-Property-UPGRADE-Errors-tp7584112.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Copy file where source and Destination same

2013-03-04 Thread chennam
Hi Wyrdfish,

I am bit confused here .I have gone through the article   and their are
sample and complete solution are these one solution or two different
solutions?


An also got confused about two properties shown in blog

CMDLINE_REMEMBERME
REMEMBERME

Can I assume propertyId  "INSTALLOCATION" is "CMDLINE_REMEMBERME". Please
correct me If am wrong.




--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Copy-file-where-source-and-Destination-same-tp7584088p7584097.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Copy file where source and Destination same

2013-03-04 Thread chennam
Used the FileId attribute of the CopyFile element so that it generates a row
in the DuplicateFile table,
rather than in the MoveFile table.

if  FileId attribute is used then how to eliminate the duplicate file
(source file) once the copyfile action perfomed?

And under what custom action does the destination setproperty need to be if
the FileId attribute is used? (I have used AppSearch not user it is right
one or not)



And another quick question instead of hard coding destination file path. I
am setting a property like [INSTALLOCATION]="E:\Websites\CBUDirect"  which I
am passing as parameter (not shown below) .So the "DestFilesFolder" vaue
becomes "[INSTALLOCATION]\Website\App_Config" After="AppSearch". And it is
working well for installation ,but during UnIstallation it does give a error
like Failed the network search "\Website\App_Config" ie the [INSTALLOCATION]
is not been stored during the unistallation. Then how to crossover this
hurdle? Note:[INSTALLOCATION] is dynamic one given only during MSI
installation package.

I have implemented using FileID attribute of Copyfile please see below.





  
 
  

  
  
   
  
  


 
  
  




--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Copy-file-where-source-and-Destination-same-tp7584088p7584090.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Copy file where source and Destination same

2013-03-03 Thread chennam

Hi,

I was trying to copy a file in same folder where source file is from of MSI
Package Installation output rather from a already existing file on
server.(source and destination folder same)

But the installation doesn't do what i am expecting.Can any one point out me
where i am doing wrong.




   
 
 
   







  
 
  

  
  

 
 
  
  

 







--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Copy-file-where-source-and-Destination-same-tp7584088.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Copy File Setting source and destination property valuesetting

2013-03-01 Thread chennam
Thanks Wyrdfish..

But what about Source . I also do get error ICE Error (This breaks component
reference counting )for Source file path as it is referenced as the source
component twice (once in heat generated component and another we are adding
as new new component with different GUID for same file as shown in my first
comment) when you try to copy file from same source and destination folder
like(Website\App_Config).

Please see be low snippet 





  



 
 
 
  
 




 
  










  




  
 
   

  
 
  

  
  

  

  
  
  

  
 


A snippet of CBUDirect component Ref










 







  





--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Copy-File-Setting-source-and-destination-property-value-setting-tp7584031p7584054.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Copy File Setting source and destination property value setting

2013-02-28 Thread chennam
Hi Pal,

I am bit confused, Can you show how it can be configured for below Directory
structure.


  










--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Copy-File-Setting-source-and-destination-property-value-setting-tp7584031p7584047.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Rename File based on ArgumentpassedtoMSI Installation

2013-02-28 Thread chennam
Hi Peter,

I was able to do copy file, see below statements. But I don't want to do
hard coding of source or destination. How that can be achieved through
custom actions or setting property? I tried with custom action and was not
successful .Can you provide those steps for below example ;which i need to
replicate it for so many files.


  

---







 


  

  





--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Rename-File-based-on-Argument-passed-to-MSI-Installation-tp7583717p7584038.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Copy File Setting source and destination property value setting

2013-02-28 Thread chennam
Hi,

I want to achieve copy file and was able to do when I am setting the
destination and source folder property values hard coded. But when I try to
do using the property value like "[INSTALLLOCATION]\Website\App_Config" it
does give an error saying "could not find the location". And
[INSTALLOCATION] value is provided through command line when installing MSI
package as installation location. Can any one help in setting the custom
based property value.


  
  
  
  


  
  
  



  



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Copy-File-Setting-source-and-destination-property-value-setting-tp7584031.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Upgrade deleting previous version files.

2013-02-27 Thread chennam
Hi,


I am using the below settings for upgrading the website and using "After
Install-Finalize" in InstallExecuteSequence.





 

  
  



  



  



Here is the Issue

1) Created Version 5 MSI and Installed it.
2) Added and deleted some files to  Harvest Directory and created new
Fragment.WXS.
3) Used Fragment.WXS to create new Version6 MSI.
4) Installed Version 6.
5) All the files got deleted and only the new files which are added to
Harvest directory are only available in Website.

Can any one give me suggestions or you have come across this situation.


Thanks
Chatra



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Upgrade-deleting-previous-version-files-tp7584009.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Copy and Rename an existing file after installation (major upgrade)?

2013-02-26 Thread chennam
Hi ,

Can we achieve during installation process to copy a file from one location
to another location which is in MSI package and rename it on destination
installation folder ? if so how can be achieved it ? Does it causes any
problem during uninstall.

Thanks
Chatra



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Copy-and-Rename-an-existing-file-after-installation-major-upgrade-tp7583971.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Heat.exe XSLT parameters

2013-02-26 Thread chennam
Hi,

I have below command working very well. but not sure can we pass parameters
to XSLT Template (FilterFiles.xslt) through command line when we pass xslt
template as a parameter to heat command?

"C:\\heat.exe" dir "C:\Workspaces\Chatra\Website\SCBUDirect.B2CWeb" -cg
SCBUDirect -gg -t "C:\Workspaces\Chatra\FilterFiles.xslt" -out
"C:\Workspaces\Chatra\WebSiteContent.wxs" -directoryid INSTALLLOCATION



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Heat-exe-XSLT-parameters-tp7583962.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Product Upgrade.

2013-02-26 Thread chennam
Hi neil,

setting product Id to "*" worked well.

Thank's
Chatrapathi Chennam



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Product-Upgrade-tp7583938p7583961.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Product Upgrade.

2013-02-25 Thread chennam
Hi,

I have commented out the  and   tags which
are  specified in my previous comment .And added the   tag
,but still I am getting error message box saying "Another version of this
product is already installed. Installation of this version cannot
continue.To Configure or remove the existing version of this product ,use
Add/Remove Programs on the Control Panel".

 



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Product-Upgrade-tp7583938p7583940.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Product Upgrade.

2013-02-25 Thread chennam
Hi below are the setting I have set for Version 1 and version 2 .But While I
am installing MSI package for Upgrade ,message box pops up and asks to
remove previous version of install from Add/remove program  instead of
removing by itself older version automatically  and install newer version. 

Please let me know any settings need to be modified.

Version 1 settings below:
 



   

  
  



  



  
  




--
Version 2 Settings 





   

  
  



  



  
  





--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Product-Upgrade-tp7583938.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Elminate %%filenametype%% during Heat.exe

2013-02-25 Thread chennam
Thanks Peter ,Was able to achieve what I needed through XSLT template.



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Elminate-filenametype-during-Heat-exe-tp7583781p7583937.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Elminate %%filenametype%% during Heat.exe

2013-02-22 Thread chennam
Hi peter,

I have got the xslt template which works partially ie;the requirement  was
to eliminate dev,prod ,uat files from harvest file through XSLT template, if
package is to be deployed in test env similarly for other environments
also.But I am not sure is their any command of heat where we give heat.exe
output as input to XSLT template and generate the new required Fragment.WXS



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Elminate-filenametype-during-Heat-exe-tp7583781p7583889.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Using XSLT Filter some files from Heat output fragment.wxs

2013-02-22 Thread chennam
I have some files which need to be eliminated from .WXS based on given Input
of environment like dev,prod which will be passed as a property to Heat.exe.
Based on that I need to filter out or remove some files from Fragment.WXS
after harvesting through XSLT transformation. For Example if the xslt
template is for dev then I need all the files whose Source file doesn't
contain .UAT,.Prod,.Test . I also need the command that need to used to
execute transformation also with Heat.

Please see below some of the components from Heat generated output


http://schemas.microsoft.com/wix/2006/wi";>


   











 






















 
   
  
























 








   

 
   



  
 








And here is my xslt file have come up with which need to made to work.

 ?xml version="1.0" encoding="UTF-8"?>
http://www.w3.org/1999/XSL/Transform";
xmlns="http://schemas.microsoft.com/wix/2006/wi";
xmlns:wix="http://schemas.microsoft.com/wix/2006/wi";
xmlns:msxsl="urn:schemas-microsoft-com:xslt"
exclude-result-prefixes="msxsl">

  

  
  

  

  

  
  
  
  
  





--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Using-XSLT-Filter-some-files-from-Heat-output-fragment-wxs-tp7583879.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Rename File based on Argument passedtoMSIInstallation

2013-02-21 Thread chennam
Thanks Peter..

Another question is 

does the source file of copyfile should on destination system? or 
Source file  can be part of MSI package(after heat) and during installation
process we can rename the file using Copyfile?



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Rename-File-based-on-Argument-passed-to-MSI-Installation-tp7583717p7583841.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Rename File based on Argument passed toMSIInstallation

2013-02-21 Thread chennam
Hi Peter I was bit confused ,please bear with me.

 
Where FFF is the file ID of the source file. 

Here FFF is the fileId which is generated in Heat output file? and here
"CostFinalize" is some feature?


 
Where CCC is the Component ID of the source file. 

Here CCC  is the Component ID which is generated similarly in Heat output
file? 

Please see component id which is generated for the file which I am trying to
copy and paste it same directory:



 



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Rename-File-based-on-Argument-passed-to-MSI-Installation-tp7583717p7583839.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Elminate %%filenametype%% during Heat.exe

2013-02-20 Thread chennam
Thanks peter that really helped.But when I run following cmd as post build
event for heat and transformation the program was exiting with error code
5505. 

"C:\heat.exe" dir "C:\Workspaces\Chatra\Website" -cg SCBUDirect -gg  -t
FilterFiles.xslt  -out "C:\Workspaces\Chatra\WebSiteContent.wxs" 
-directoryid INSTALLLOCATION



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Elminate-filenametype-during-Heat-exe-tp7583781p7583792.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Elminate %%filenametype%% during Heat.exe

2013-02-20 Thread chennam
Hi peter thanks for the reply.

Can you point out any examples on how to proceed using XSLT. 

Thanks
Chatra



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Elminate-filenametype-during-Heat-exe-tp7583781p7583788.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Elminate %%filenametype%% during Heat.exe

2013-02-20 Thread chennam
Hi all,

I just want to eliminate some of the files during Harvesting based on
Environment the MSI package is Installed to; Is their any way to do while
running Heat.exe with some parameters passing to Heat command.

For example file name like %%testBuild_dev%%

Thanks In advance.
Chatra



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Elminate-filenametype-during-Heat-exe-tp7583781.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Rename File based on Argument passed to MSIInstallation

2013-02-20 Thread chennam
Hi Peter thanks for the reply.

The file "basic.log4net.dev" does come with Installer MSi package, and after
package installation on destination folder the file name need to be changed
to "basic.log4net".

I assume you understand my requirement; the path I have provided is the
destination folder path where package is installed, not the source directory
on which heat.exe is applied.If am doing something wrong in setting the
property value ,please let me know.

Thanks In advance.



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Rename-File-based-on-Argument-passed-to-MSI-Installation-tp7583717p7583765.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Rename File based on Argument passed to MSI Installation

2013-02-19 Thread chennam
Hi Peter,

I have used the copy file but no use,not sure I am doing any wrong.Please
see below statements; for time being I have hard coded source and
destination folders in setup project of MSI. Note: Below file paths are the
one where MSi package installation destination not the source location from.




  

 
  
  

  




--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Rename-File-based-on-Argument-passed-to-MSI-Installation-tp7583717p7583746.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Rename File based on Argument passed to MSI Installation

2013-02-18 Thread chennam
Hi, 

I have the MSI package where I Pass the Installation location as One of
Argument1 in Command Line and Want to pass another argument2 also;Based on
this second argument2(Env) can I rename a file which is in the Installation
package?. If this can be done;then how it can be achieved?(as PostBuild
script or as Configuration  setting up in Setup Project) 

Thanks In advance. 

Chatra



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Rename-File-based-on-Argument-passed-to-MSI-Installation-tp7583717.html
Sent from the wix-users mailing list archive at Nabble.com.

--
The Go Parallel Website, sponsored by Intel - in partnership with Geeknet, 
is your hub for all things parallel software development, from weekly thought 
leadership blogs to news, videos, case studies, tutorials, tech docs, 
whitepapers, evaluation guides, and opinion stories. Check out the most 
recent posts - join the conversation now. http://goparallel.sourceforge.net/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Change Default MSI Installation directory

2013-02-18 Thread chennam
Hi my directory structure looks like below and it will install into program
folders by default.Can any one help me to change the Install directory to
D:\Websites\ and also send the required directory through command line.

 

 

 

  
  

   
   
  
  
  
  


  



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Change-Default-MSI-Installation-directory-tp7583697.html
Sent from the wix-users mailing list archive at Nabble.com.

--
The Go Parallel Website, sponsored by Intel - in partnership with Geeknet, 
is your hub for all things parallel software development, from weekly thought 
leadership blogs to news, videos, case studies, tutorials, tech docs, 
whitepapers, evaluation guides, and opinion stories. Check out the most 
recent posts - join the conversation now. http://goparallel.sourceforge.net/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Heat.exe

2013-02-14 Thread chennam

Hi i am using below statement for harvesting the web application.

"%WIX%bin\heat.exe" dir "$(Wixdest)" -cg SCBUDirect -gg -scom -sreg -sfrag
-srd -dr INSTALLLOCATION -var env.Wixdest -out
"C:\Workspaces\Chatra\SCBUFragment.wxs"

And when I install the MSI the resulting folders just contain .dll,.pdb,.xml
only .If I require everything from published website folder which is the
source then how is the Heat cmd look like.


Thanks in Advance
Chatra




--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Heat-exe-tp7583483p7583583.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Heat Website Harvester Status?

2013-02-13 Thread chennam
Hi Aaron,

Did you find the solution ... I was looking for solution for website
Harvesting.



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Heat-Website-Harvester-Status-tp3177602p7583566.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Heat.exe

2013-02-12 Thread chennam
Thanks pal for reference .

Now I was able to create the .WXS which is output of Heat.exe and it does
contain all the components of the Web directory specified as source
directory.

But now how could I integrate or refer the generated .WXS ;the out put of
Heat.exe in the Installer setup so that when Installer Setup project is
compiled the MSI is created which has website directory structure?

Thanks in advance.



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Heat-exe-tp7583483p7583526.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Heat.exe

2013-02-11 Thread chennam
Thanks Steve,

Intially cmd was notable to recognize Heat.exe as internal or external cmd.

Now was able to fingure out heat.exe from Wixtool bin.

After harvesting the with Heat.exe a fragment file of .WXS is generated
based on the file structure of web application.But I was thinking the MSI
file should also be generated when we run heat command as pre build event of
Installer setup project. Not sure I am right or wrong ;Can you please say
when does the MSI gets created?

Thanks in advance.



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Heat-exe-tp7583483p7583485.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Heat.exe

2013-02-11 Thread chennam
Hi I am new to WIX,

Can any one help me in pointing  the heat.exe. Does it comes with WiX tool?

And what are the steps or Command to run the Heat.EXE.

Thanks in advance.



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Heat-exe-tp7583483.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Using WIX 3.7 Creating MSI packages of ASP.NET WEBSITE

2013-02-11 Thread chennam
Hi,

I am just starting to Use WIX tool .Gone over basic Wix Documentation.

When does the MSI package for *web application * gets created ? Is it after
running the Heat.exe ?

or Is the MSI package created using Vs 2008 should be used by WIX to install
all over the Servers?

Thanks,
Chennam



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Using-WIX-3-7-Creating-MSI-packages-of-ASP-NET-WEBSITE-tp7583476.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Create MSI package for Website

2013-02-08 Thread chennam
Hi I am new to Wix,

I have created a MSI package having single file (dll or exe) by providing
the file source in product.wxs.

But if needed to create folder structure of website as a MSI package which
was compiled in release mode then how can we configure it in product.wxs?







--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Create-MSI-package-for-Website-tp7583434.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Using WIX 3.7 & VS2012 Creating MSI packages of ASP.NET WEBSITE

2013-02-06 Thread chennam
Hi Ramirez,

I have come across this article
"http://www.codeproject.com/Articles/115036/Creating-WIX-Installer-for-ASP-NET-Web-Application";
do this will be helpful if I follow at this moment ,since I am bit of
urgency.

I understand I should start from basic but it would take time for me ;which
I have no option with given amount of  time  at this moment.

Please let me know,  any detail document if you have come across.

Thanks,
Chatra



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Using-WIX-3-7-VS2012-Creating-MSI-packages-of-ASP-NET-WEBSITE-tp7583396p7583399.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users