Re: [WiX-users] Copy the files from installation location to another location

2014-08-25 Thread Rajesh
-- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Copy-the-files-from-installation-location-to-another-location-tp7596539p7596540.html Sent from the wix-users mailing list archive at Nabble.com. -

[WiX-users] Dedicated Discussion forum for Application Packaging Tools and Technology including WIX

2010-01-11 Thread Rajesh kumar
*A Forum to discuss Application packaging related issues, troubleshoots, queries, tools and share knowledge. Covers all installer software including Windows Installer XML (WiX) toolset ** http://www.packaginggalaxy.com* http://www.packaginggala

[WiX-users] unable to start a service through MSI

2012-02-01 Thread Rajesh Khetan
trying to install the service under account NT AUTHORITY\NETWORK SERVICE (Property SERVICEACCOUNT = 'NT AUTHORITY\NETWORK SERVICE' below) Thanks a lot for your help. Rajesh PS: Here is a snip

Re: [WiX-users] unable to start a service through MSI

2012-02-01 Thread Rajesh Khetan
y start the service, and debug the startup when the install is finished Michael -Original Message- From: Rajesh Khetan [mailto:rajesh.khe...@microsoft.com] Sent: Thursday, 2 February 2012 10:29 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] unable to start a service through

[WiX-users] WIX custom action

2014-07-04 Thread Vaghela, Rajesh
ale text. Is it because I am not adding statellite assembly? If yes then how do I add as after build I get MyCustomAction.CA.dll. Do I need to do some extra work to add localization in custom action? Thanks & regards, Rajesh --

Re: [WiX-users] Getting ProductVersion of an msi from wix

2015-05-13 Thread Rajesh Nagpal
where this file gets installed(in C:\Program Files), so cannot use relative path here. Am I missing anything? Regards, Rajesh -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Getting-ProductVersion-of-an-msi-from-wix-tp7600320p7600322.html Sent fro

Re: [WiX-users] Getting ProductVersion of an msi from wix

2015-05-14 Thread Rajesh Nagpal
Thanks Nir for the response! As I mentioned, the ProductCode in my case is changing with every new build of the msi, so I cannot search for it as it's not fixed. I was looking into RegistrySearch and found conflicting info for the Result attribute which is an Enumeration. The documentation says t

Re: [WiX-users] Getting ProductVersion of an msi from wix

2015-05-18 Thread Rajesh Nagpal
Hi Phil, Comments inline for your queries: /It might help to say why you want to do this and what problem it solves./ I need to add a blocking condition based on whether a particular msi is installed or not and hence I need a way to figure out whether that msi is installed or not. /You don't men

Re: [WiX-users] Getting ProductVersion of an msi from wix

2015-05-19 Thread Rajesh Nagpal
Ok Let me try this time to state the problem:) We have a legacy setup installer(based on wix 3.0) that installs the "core engine" features. We are developing a new setup installer(based on wix 3.8) that installs "tools" features. Based on the current code they both share a common msi(which is actu

[WiX-users] [SPAM] Registerting WMI interface through Burn

2015-06-03 Thread Rajesh Nagpal
Hello All, As part of our product install, we need to register a WMI interface by running mofcomp tool on a .mof file. I'm trying to find the best way to handle this in Burn that could do this for me. Can anyone suggest any options? Regards, Rajesh -- View this message in context:

[WiX-users] Signing issue with Burn installer

2015-06-08 Thread Rajesh Nagpal
Hello All, I've been trying to sign my Burn installer by following http://wixtoolset.org/documentation/manual/v3/overview/insignia.html I'm using Wix 3.8.1128.0 I've overridden the 2 targets as follows: Looking at the logs for InscribeBundleEngine target, I see that the nam

[WiX-users] Signed version of burn.exe in Wix 3.8

2015-06-08 Thread Rajesh Nagpal
Hello All, I'm running into issues with the signing of my burn installer and I was wondering if I can have the Burn.exe(in x86 location) signed beforehand and replace the unsigned version in my wix toolset location. That way if I just sign the burn installer, that should have the burn engine sign

Re: [WiX-users] Signing issue with Burn installer

2015-06-09 Thread Rajesh Nagpal
erything should work magically? Regards, Rajesh -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Signing-issue-with-Burn-installer-tp7600563p7600581.html Sent from the wix-users mail

[WiX-users] Detecting Windows 10 OS in Wix

2015-06-11 Thread Rajesh Nagpal
.6) on a Win10 machine. Any pointers on using a registry to detect whether it's Win10 or not would be helpful. Regards, Rajesh -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Detecting-Windows-10-OS-in-Wix-tp7600616.html Sent from the wix-users

[WiX-users] How to prevent downgrading when doing Minor Upgrade

2009-04-02 Thread Rajesh P
Hi Is there a way iw WiX to prevent downgrade with minor upgrades. Can we write a custom action to verify and compare installed product version. If yes, can someone suggest some Msi api's that can use in my VC++ custom action dll. Is there any other easier way to achieve this. Thanks, R

[WiX-users] Command Line Parameters to Deferred Custom Action on Vista

2009-04-17 Thread Rajesh P
m , please help me !! Thanking you in Advance, Rajesh -- Stay on top of everything new and different, both inside and around Java (TM) technology - register by April 22, and save $200 on the JavaOne (SM) conference, June

[WiX-users] Create an one click installer out of exe's

2009-04-25 Thread Rajesh Chintamani
his be possible using the wix, if not can somebody suggest me any alternate approach to create a one click installer. Thanks in advance rajesh -- Crystal Reports - New Free Runtime and 30 Day Trial Check out the new sim

[WiX-users] How to create a VDir on a website other than the Default website.

2006-09-12 Thread Rajesh Patil
ponent>       Directory>         < WebDirProperties Id= 'RTSOnlineSec' Execute ='yes' Read ='yes' />           < WebSite Id= 'RtsStuff' Description ='xxx'>       <

Re: [WiX-users] How to create a VDir on a website other than theDefault website.

2006-09-12 Thread Rajesh Patil
      < WebAddress Id =' RtsStuff' Port =' 80' />     WebSite >   Thanks, -Rajesh - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre

[WiX-users] Warning condition in Standard BA

2015-05-12 Thread Rajesh Nagpal (SQL)
rther. I see that the bal:Condition element fails the setup if the condition is false. Regards, Rajesh -- One dashboard for servers and applications across Physical-Virtual-Cloud Widest out-of-the-box monitoring support wi

[WiX-users] WriteIIS7ConfigChanges:

2011-07-15 Thread Rajesh Chandra Varanasi (Infosys Technologies Ltd)
ptMinorVersion=4,ScriptAttributes=1) Thanks Rajesh -- AppSumo Presents a FREE Video for the SourceForge Community by Eric Ries, the creator of the Lean Startup Methodology on "Lean Startup Secrets Reveale

[WiX-users] Urgent !!! WriteIIS7ConfigChanges: Error 0x800700a1: Failed get AnonymousAuthentication section for DirProp

2011-08-01 Thread Rajesh Chandra Varanasi (Infosys Technologies Ltd)
ajorVersion=21,ScriptMinorVersion=4,ScriptAttributes=1) Rajesh -- Got Input? Slashdot Needs You. Take our quick survey online. Come on, we don't ask for help often. Plus, you'll get a chance to win $100 to spend on T