Re: [WiX-users] Automatic upgrades/provisioning options...

2015-05-28 Thread Tony
ou > advise us. > > SDL PLC is a public limited company registered in England and Wales. > Registered number: 02675207. > Registered address: Globe House, Clivemont Road, Maidenhead, Berkshire SL6 > 7DY, UK. > > -Original Message- > From: Tony [mailto:yellowjac

[WiX-users] Automatic upgrades/provisioning options...

2015-05-22 Thread Tony
don't expect dissertations, just product names, and/or a sentence or two), what have you done to solve this scenario? Thanks. -- Tony -- One dashboard for servers and applications across Physical-Virtual-Cloud Widest

Re: [WiX-users] EnableUserControl (or Secure attribute) vs Maintenance (Change)

2015-02-18 Thread Tony
default built-in administrator is > intended to be used only for critical startup functions, being so > privileged it's disabled by default. I believe that's part of the > answer. > --- > Phil Wilson > > > On Wed, Feb 18, 2015 at 6:11 AM, Tony w

[WiX-users] EnableUserControl (or Secure attribute) vs Maintenance (Change)

2015-02-18 Thread Tony
x27; attribute to the X property or 'EnableUserControl=1', solves this issue. I don't understand why the fresh install works without issue but when maintenance/modify is performed the UI property fails to get passed along to the execute sequence. -- Tony

[WiX-users] ICE64: Directory XXX in user profile but not RemoveFile table

2015-02-05 Thread Tony
files installed are keypath'd in that folder? -- Tony -- Dive into the World of Parallel Programming. The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for

Re: [WiX-users] perMachine optional shortcut creation...

2014-10-31 Thread Tony
ers mailing list > WiX-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/wix-users > -- Tony -- ___ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users

[WiX-users] perMachine optional shortcut creation...

2014-10-31 Thread Tony
, the formatted string in column 'Target' references file 'MyExeFile' which belongs to component 'MyExeComp'. Components are in the same feature. If I make the DesktopShortcut an advertized shortcut I can't use the Ta

Re: [WiX-users] Defining proper 'condition' for an action..

2014-10-29 Thread Tony
t;>-1 AND !MyFeature<>&MyFeature' On Wed, Oct 29, 2014 at 1:06 PM, Tony wrote: > I have an action in the execute sequence that I want to run during full > install, full uninstall and when 'MyFeature' is being installed or > uninstalled. > > I thought...

[WiX-users] Defining proper 'condition' for an action..

2014-10-29 Thread Tony
tall, the 'per feature' properties don't seem to get evaluated. Maybe &MyFeature<>-1 OR REMOVE=ALL would be a better option? I don't need to support upgrades. But I do need to support Modify/Change. -- Tony

[WiX-users] InstallExecuteSequence: Can a Action 'condition' reference another Action's state?

2014-10-14 Thread Tony
In the InstallExecuteSequence is it possible for Action-B's condition to reference the enable/disable state of another action, Action-B? -- Tony -- Comprehensive Server Monitoring with Site24x7. Mo

Re: [WiX-users] Change/Modify: uninstall feature-X while installing feature-Y broken?

2014-10-14 Thread Tony
e Service Applications | Continuing > Development > Jack Henry & Associates, Inc.® | Lenexa, KS 66214 | Ext: 431050 | > jocoo...@jackhenry.com > > > -Original Message- > From: Tony [mailto:yellowjacketl...@gmail.com] > Sent: Tuesday, October 14, 2014 7:46 AM >

Re: [WiX-users] Change/Modify: uninstall feature-X while installing feature-Y broken?

2014-10-14 Thread Tony
hich makes sense as we never had modify enabled until now). The custom action has been corrected and now the installer behaves as expected. On Fri, Sep 12, 2014 at 11:23 AM, Tony wrote: > It should be noted that in the failure case the feature table reads like > I'd expect...(f

[WiX-users] IIS Extension: assigning an existing cert to new website

2014-09-25 Thread Tony
bsite. -- Tony -- Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports Are you Audit-Ready fo

Re: [WiX-users] Check that at least one Feature is selected

2014-09-17 Thread Tony
___ > > > > WiX-users mailing list > > > > WiX-users@lists.sourceforge.net > > > > https://lists.sourceforge.net/lists/listinfo/wix-users > > >

Re: [WiX-users] Check that at least one Feature is selected

2014-09-15 Thread Tony
er by reply email and delete all copies. > > > > > > > -- > > Want excitement? > > Manually upgrade your production database. > > When yo

Re: [WiX-users] FeatureTree: default to none selected?

2014-09-13 Thread Tony
, Sep 12, 2014 at 5:34 PM, Jeremiahf wrote: > Change your level to 2 > > On Fri, Sep 12, 2014 at 1:44 PM, Tony wrote: > > > Assuming we are using the WixUI_FeatureTree UI sequence, how can I define > > my features (multi-level) such that none of them are selected for >

[WiX-users] FeatureTree: default to none selected?

2014-09-12 Thread Tony
to '2')? -- Tony -- Want excitement? Manually upgrade your production database. When you want reliability, choose Perforce Perforce version control. Predictably reliable. http://pubads.g.doubleclick

Re: [WiX-users] Change/Modify: uninstall feature-X while installing feature-Y broken?

2014-09-12 Thread Tony
n Fri, Sep 12, 2014 at 11:02 AM, Tony wrote: > I'm updating one of our installers to support change/modify and I'm > running into a few issues that I don't understand. I'm using the > WixUI_FeatureTree sequence. And, for the first time installation, by > default,

[WiX-users] Change/Modify: uninstall feature-X while installing feature-Y broken?

2014-09-12 Thread Tony
ool-A for install, the end result is *ALL* of the features are removed from *DISK*. Though entering the Change a fourth time, it appears as though Windows thinks Public and Tool-A are installed. Full Feature code (though some of the fluff removed for brevity):

Re: [WiX-users] Virtual Directory not getting converted to Application in IIS.

2014-09-10 Thread Tony Jose Mampilly
this might be happening. Please update me as soon as possible. Thank you. Regards Tony Jose On Wed, Sep 3, 2014 at 11:50 AM, Tony Jose Mampilly wrote: > Hi Carter, > > Thank you so much for the update. I will check it and will update you soon. > > Best Regards > Tony > &g

Re: [WiX-users] Virtual Directory not getting converted to Application in IIS.

2014-08-20 Thread Tony Jose Mampilly
Hi Carter, Thank you so much for your help. I will try with what you have mentioned and will get back to you. Regards Tony On Wed, Aug 20, 2014 at 9:28 PM, Carter Young wrote: > Replace the code I listed with these two Functions. > > 1. Populate the Listbox with the Collection: >

Re: [WiX-users] Virtual Directory not getting converted to Application in IIS.

2014-08-20 Thread Tony Jose Mampilly
Regards Tony Jose On Wed, Aug 20, 2014 at 3:36 PM, Tony Jose Mampilly wrote: > Hi Carter, > > Thank you so much for the update. I will look into this and will try to > resolve the issue. > Thank you again. > > Regards > Tony Jose > > > On Tue, Aug 19, 2014

Re: [WiX-users] Virtual Directory not getting converted to Application in IIS.

2014-08-20 Thread Tony Jose Mampilly
Hi Carter, Thank you so much for the update. I will look into this and will try to resolve the issue. Thank you again. Regards Tony Jose On Tue, Aug 19, 2014 at 6:53 PM, Carter Young wrote: > The Problem is Here: > > { > Site site = iisManager.S

Re: [WiX-users] Virtual Directory not getting converted to Application in IIS.

2014-08-19 Thread Tony Jose Mampilly
Hi, Any update on this issue? I am not able to sort it out in any way. Can someone update me on this with some light in right direction. All helps appreciated Thank you Best Regards Tony. On Tue, Aug 5, 2014 at 3:16 PM, Tony Jose Mampilly wrote: > Hi All, > > Anyone have any idea

Re: [WiX-users] [SPAM] Re: Build order problems Votive vs MSBuild

2014-08-13 Thread Tony
Associates, Inc.® > Shawnee Mission, KS 66227 > Office: 913-341-3434 x791011 > jocoo...@jackhenry.com > www.jackhenry.com > > > > -Original Message- > From: Tony [mailto:yellowjacketl...@gmail.com] > Sent: Wednesday, August 13, 2014 8:17 AM > To: General discuss

Re: [WiX-users] [SPAM] Re: Build order problems Votive vs MSBuild

2014-08-13 Thread Tony
his thread I described a foolish approach for > reusing > common code using batch scripts and copying wxs files between projects. > Creating 'unbound' wixlibs

Re: [WiX-users] Build order problems Votive vs MSBuild

2014-08-12 Thread Tony
e sync projects. It works, but I really wish I understood the "right" way to do this... On Mon, Aug 11, 2014 at 8:55 AM, Tony wrote: > I know this is an old thread, but I finally got around to testing my > BeforeBuild vs PreBuild assumptions. In short, I was wrong.. BeforeBuild

Re: [WiX-users] Build order problems Votive vs MSBuild

2014-08-11 Thread Tony
pect this to happen first! a.csproj b.csproj w.wixproj That is not what I expected at all. I want the batch file to run before w.wixproj starts compiling. Any ideas, how I get batch file to run in the correct position? On Thu, Jun 26, 2014 at 12:51 PM, Tony wrote: > Interesting, I wonder if Be

Re: [WiX-users] Virtual Directory not getting converted to Application in IIS.

2014-08-05 Thread Tony Jose Mampilly
Hi All, Anyone have any idea about how to do this? Please someone help me. All helps appreciated. Thank you Regards Tony On Wed, Jul 30, 2014 at 11:32 AM, Tony Jose Mampilly wrote: > Hi, > > I created a web setup referring to article at > "*http://www.wintellect.com/b

[WiX-users] Virtual Directory not getting converted to Application in IIS.

2014-07-29 Thread Tony Jose Mampilly
application when installed under a different website. The code can be obtained from the above link. Any help appreciated. Thanks in advance Regards Tony -- Infragistics Professional Build stunning WinForms apps today! Rebo

[WiX-users] Creating Setup.exe using wix

2014-07-24 Thread Tony Jose Mampilly
tried elevating install privileges, and installscope set to per machine. I guess custom controls are stopping from elevating privileges as some of the custom controls are sequenced and hence execute cannot be set to deferred. Can someone help me with this issue as it is little urgent. Regards Tony J

Re: [WiX-users] Build order problems Votive vs MSBuild

2014-06-26 Thread Tony
.® > Shawnee Mission, KS 66227 > Office: 913-341-3434 x791011 > jocoo...@jackhenry.com > www.jackhenry.com > > > > -Original Message- > From: Tony [mailto:yellowjacketl...@gmail.com] > Sent: Thursday, June 26, 2014 9:32 AM > To: General discussion about the W

Re: [WiX-users] Build order problems Votive vs MSBuild

2014-06-26 Thread Tony
ng the wixlib that executes the Pre-Build Paraffin and the wixlib project builds without issue. I'm not sure how I'll fix this issue long-term. But it goes without saying that I look forward to WiX 4.0's ability to leverage the now defunct "Harvest" option on project refer

Re: [WiX-users] Build order problems Votive vs MSBuild

2014-06-04 Thread Tony
for the WiX toolset | > http://www.firegiant.com/ > > -Original Message- > From: Tony [mailto:yellowjacketl...@gmail.com] > Sent: Wednesday, May 28, 2014 1:56 PM > To: WiX Users > Subject: [WiX-users] Build order problems Votive vs MSBuild > > We've run in

Re: [WiX-users] SqlExtension -- SqlScript property substitution?

2014-06-02 Thread Tony
n the SQL script. We have been burned by this logger's parsing before, so we make sure all of our log statements do not make use of [] characters. Guess I'll either need to live with it, or change the quotation syntax in our SQL scripts. Thanks for listening... On Mon, Jun 2, 2014 a

[WiX-users] SqlExtension -- SqlScript property substitution?

2014-06-02 Thread Tony
e all of the bracket characters? -- Tony -- Learn Graph Databases - Download FREE O'Reilly Book "Graph Databases" is the definitive new guide to graph databases and their applications. Written by three accl

Re: [WiX-users] Build order problems Votive vs MSBuild

2014-05-30 Thread Tony
ly with > incredibly cryptic log formats. > > ___ > FireGiant | Dedicated support for the WiX toolset | > http://www.firegiant.com/ > > -Original Message- > From: Tony [mailto:yellowjacketl...@gmail.com]

Re: [WiX-users] Build order problems Votive vs MSBuild

2014-05-29 Thread Tony
& Associates, Inc.® > Shawnee Mission, KS 66227 > Office: 913-341-3434 x791011 > jocoo...@jackhenry.com > www.jackhenry.com > > > > -Original Message- > From: Tony [mailto:yellowjacketl...@gmail.com] > Sent: Thursday, May 29, 2014 7:20 AM > To: General

Re: [WiX-users] Build order problems Votive vs MSBuild

2014-05-29 Thread Tony
om/b/msbuild/archive/2010/12/21/incorrect-solution-build-ordering-when-using-msbuild-exe.aspx > > ___ > FireGiant | Dedicated support for the WiX toolset | > http://www.firegiant.com/ > > -Original Message- > F

[WiX-users] Build order problems Votive vs MSBuild

2014-05-28 Thread Tony
to 3.6.1915.0 issue" (7/20/11) in which this bug http://sourceforge.net/p/wix/bugs/2588/ is linked. But I can't tell if the bug was fixed or just closed. Any ideas? VS/TFS2012, Wix 3.8 -- Tony -- Time is money.

Re: [WiX-users] Using substring operators in a 'Condition'

2014-04-29 Thread Tony
ers to match and You'll get the Desired Behavior > > Quoting Tony : > > > Why is this condition 'true'? > > > > > > > > > > > > > > > > > > According to MSDN ( > > http://msdn.microso

[WiX-users] Using substring operators in a 'Condition'

2014-04-29 Thread Tony
Why is this condition 'true'? According to MSDN ( http://msdn.microsoft.com/en-us/library/aa368012(v=vs.85).aspx) the '<<' should... "TRUE if left string starts wi

Re: [WiX-users] wix38.exe vs wix38-binaries.zip not the same?

2014-02-11 Thread Tony
Bob do you want me to file a bug, or has this been done already? On Thu, Feb 6, 2014 at 6:35 PM, Bob Arnson wrote: > On 04-Feb-14 07:40, Tony wrote: > > votive install contains wixcomplusextension.dll and wixmsmqextension.dll > > wix38-binaries contains retina.exe (and config)

Re: [WiX-users] Upgrade to 3.8 breaks MSBuild?

2014-02-06 Thread Tony
ht-click on the .zip, and click "Unblock", and that should > unblock all the files contained within the zip as well. > > -Dave > > > On Tue, Feb 4, 2014 at 7:36 AM, Tony wrote: > > > I figured it out. > > > > It seems that whatever method I used to downlo

Re: [WiX-users] Upgrade to 3.8 breaks MSBuild?

2014-02-04 Thread Tony
oft.com/en-us/library/ee890038(v=vs.100).aspx On Tue, Feb 4, 2014 at 9:39 AM, Tony wrote: > FWIW, if I edit the test project to use my wix37-binaries folder instead > of the wix38-binaries folder. The above test project builds without > issue. So, there must be something "

Re: [WiX-users] Upgrade to 3.8 breaks MSBuild?

2014-02-04 Thread Tony
FWIW, if I edit the test project to use my wix37-binaries folder instead of the wix38-binaries folder. The above test project builds without issue. So, there must be something "different" in wix 3.8 that is causing the build exception. On Tue, Feb 4, 2014 at 9:24 AM, Tony wrote

[WiX-users] Upgrade to 3.8 breaks MSBuild?

2014-02-04 Thread Tony
iX\bin\ $(WixToolPath)Wix.targets $(WixToolPath)wixtasks.dll $(WixToolPath) $(WixToolPath) $(WixToolPath)sdk\wix.ca.targets $(WixToolPath)sdk\ Release x86 3.8 9337d04d-5829-4f09-b0d9-9ba5d19c15cc 2.0 WiX38Tester Package bin\$(Confi

[WiX-users] wix38.exe vs wix38-binaries.zip not the same?

2014-02-04 Thread Tony
ve install contains wixcomplusextension.dll and wixmsmqextension.dll wix38-binaries contains retina.exe (and config) The rest of the files appear to be the same or the difference is expected (.targets in wix38-binaries, votive2010.dll and .ico in votive install, etc.).

Re: [WiX-users] WiX instalers not installing empty directories on target computer

2014-01-26 Thread Tony Jose Mampilly
Hi, Thank you for the response and let me try the method you have mentioned Thank You Regards Tony On Sat, Jan 25, 2014 at 3:28 AM, Phill Hogland wrote: > CreateFolder in the chm? > > > > -- > View this message in context: > http://windows-installer-xml-wix-toolset.687

[WiX-users] WiX instalers not installing empty directories on target computer

2014-01-24 Thread Tony Jose Mampilly
, it contains path to those folders, so I guess problem is from WiX. Is there any way to include empty folders on installation. Any helps appreciated. Thank you Regards Tony Jose -- CenturyLink Cloud: The Leader in

[WiX-users] Registration and creation of tlb files during installation.

2014-01-21 Thread Tony Jose Mampilly
way to get registered automatically after installation using some third party softwares? It should not be done manually, we need it to be automated. Please help. Any helps appreciated. Thank you Tony -- CenturyLink Cloud

Re: [WiX-users] Web Setup

2014-01-21 Thread Tony Jose Mampilly
Hi Blair, Yeah I was able to sort out the problem, I was using same name for all and so the problem was occurring. Thank you so much for your help. Regards Tony On Tue, Jan 21, 2014 at 10:52 AM, Blair Murri wrote: > When you use the property remember pattern, all packages that >

[WiX-users] Web Setup

2014-01-15 Thread Tony Jose Mampilly
correctly. If I am uninstalling the first website, then it works fine. Somebody please help me with this issue, its urgent. Any help appreciated The codes can be accessed at https://drive.google.com/folderview?id=0B1gCMqS-Y9BFcFVPaEFVZjQwdFk&usp=sharing Thank you Regards

Re: [WiX-users] WiX web setup Directory name

2014-01-15 Thread Tony Jose Mampilly
Please if somebody have a solution, please help me with this. On Wed, Jan 15, 2014 at 10:59 AM, Tony Jose Mampilly wrote: > Hi, > I have created a websetup for one website whch installs it into IIS. > During installation it installer prompts user to give virtual directory > name. B

Re: [WiX-users] "Shared" component syntax...

2014-01-15 Thread Tony
t; http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk > ___ > WiX-users mailing list > WiX-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/wix-users > -- Tony --

[WiX-users] WiX web setup Directory name

2014-01-14 Thread Tony Jose Mampilly
that text box shows the name of that virtual drectory, else it displays correctly. Can somebody help me this issue? Its very urgent. Thank you Regards Tony -- CenturyLink Cloud: The Leader in Enterprise Cloud Services. Learn

[WiX-users] "Shared" component syntax...

2014-01-10 Thread Tony
ach, right? Also, I assume "the best" way to build this component is to create a tiny wixlib that just contains this component. And, then, reference this component in each of my applicati

Re: [WiX-users] Preventing 'v1.0.0.1' install when v1.0.0.0 is present...

2014-01-08 Thread Tony
t let everyone "deal with it" as they have been for past couple of years with daily builds. On Wed, Jan 8, 2014 at 11:49 AM, Rob Mensching wrote: > Personally, I'd update the build to change the build number (3rd field). > > -Original Message- > From: Tony [mailt

Re: [WiX-users] Preventing 'v1.0.0.1' install when v1.0.0.0 is present...

2014-01-08 Thread Tony
ize the revision (the fourth > build version) in major upgrades. > > -----Original Message- > From: Tony [mailto:yellowjacketl...@gmail.com] > Sent: Wednesday, January 8, 2014 7:36 AM > To: WiX Users > Subject: [WiX-users] Preventing 'v1.0.0.1' install when v1.0.0.0 is

[WiX-users] Preventing 'v1.0.0.1' install when v1.0.0.0 is present...

2014-01-08 Thread Tony
ns in a custom action? Thanks, -- Tony -- Rapidly troubleshoot problems before they affect your business. Most IT organizations don't have a clear picture of how application performance affects their revenue. With A

Re: [WiX-users] Deferred vs. elevation

2013-12-03 Thread Tony
om an elevated process, and I suspect that some bundled installs > such as SQL use that capability. > > Phil Wilson > > > On Tue, Dec 3, 2013 at 7:37 AM, Tony wrote: > > > Is there something in the logs that would indicate that an action is > being > > executed w

Re: [WiX-users] Deferred vs. elevation

2013-12-03 Thread Tony
On Tue, Dec 3, 2013 at 8:20 AM, Tony wrote: > Thanks. > > > On Tue, Dec 3, 2013 at 8:03 AM, Blair Murri wrote: > >> msidbCustomActionTypeNoImpersonate in the Type column of the CustomAction >> table. >> >> http://msdn.microsoft.com/library/aa368069.as

Re: [WiX-users] Deferred vs. elevation

2013-12-03 Thread Tony
> > > > MSI (s) (D8:88) [19:24:24:310]: PROPERTY CHANGE: Adding > > > MsiRunningElevated > > > > property. Its value is '1'. > > > > MSI (s) (D8:88) [19:24:24:310]: PROPERTY CHANGE: Adding Privileged > > > > property. Its value is '1'. > > > > ...

Re: [WiX-users] Deferred vs. elevation

2013-12-03 Thread Tony
MSI (s) (D8:88) [19:24:25:261]: Creating MSIHANDLE (51) of type 790536 > for > > thread 4488 > > MSI (s) (D8:E8) [19:24:25:261]: Invoking remote custom action. DLL: > > C:\Windows\Installer\MSIBD8F.tmp, Entrypoint: Install > > MSI (s) (D8!F4) [19:24:25:277]: Creating MSIHANDLE (5

[WiX-users] Deferred vs. elevation

2013-12-02 Thread Tony
68 MSI (s) (D8!F4) [19:24:25:308]: Creating MSIHANDLE (53) of type 790531 for thread 1268 SFXCA: Binding to CLR version v4.0.30319 ... 19:24:25.464--MSI.Install -- Exception System.ComponentModel.Win32Exception (0x80004005): Binding failed, see log file for details ... -- Tony --

Re: [WiX-users] Enable/Disable IIS AppPool's LogEventOnRecycle using WiX

2013-11-27 Thread Tony
native WiX capabilities? You > and the next person would benefit. > > -----Original Message- > From: Tony [mailto:yellowjacketl...@gmail.com] > Sent: Tuesday, November 26, 2013 10:57 AM > To: General discussion about the WiX toolset. > Subject: Re: [WiX-users] Enable/Di

Re: [WiX-users] Enable/Disable IIS AppPool's LogEventOnRecycle using WiX

2013-11-26 Thread Tony
der and may be supported natively now, but some > examples. > > Impersonate="no" Return="ignore" Directory="TARGETDIR" > ExeCommand="[SystemFolder]inetsrv\appcmd set config > "[SITE_ID]/Container" > -section:system.webServer/security/

Re: [WiX-users] WiX 3.7: iis:WebAddress IP="*" works, but generates different .config entries...

2013-11-26 Thread Tony
ing is > > ":80:header" (no asterisk). > > > > Any reason why this is happening? I haven't noticed anything not > working, > > but I've only performed the most basic of post install testing. > > > > > > Here is IIS's config file for the two sites (site1 == WiX, site2=manual > > bind

[WiX-users] WiX 3.7: iis:WebAddress IP="*" works, but generates different .config entries...

2013-11-25 Thread Tony
(no asterisk). Any reason why this is happening? I haven't noticed anything not working, but I've only performed the most basic of post install testing. Here is IIS's config file for the two sites (site1 == WiX, site2=manual binding setup)

Re: [WiX-users] Setting name of reference directory and virtual directory same.

2013-11-25 Thread Tony Jose Mampilly
Yeah, thank you so much for helping and now it is working perfectly. Regards Tony On Sun, Nov 24, 2013 at 11:33 PM, Blair Murri wrote: > Search for "Remember Property Pattern". > > During uninstall the IIS custom action needs to know the value of > VIRTUALDIR used d

Re: [WiX-users] Setting name of reference directory and virtual directory same.

2013-11-24 Thread Tony Jose Mampilly
There is one more issue. On uninstallation all the files are getting removed but I will have to manually remove the virtual directory from iis. Is there any way to remove this on uninstallation of application?? Thank you for the help. On 24 Nov 2013 02:07, "Tony Jose Mampilly" wrote: &

Re: [WiX-users] Directory getting listed in IIS

2013-11-23 Thread Tony Jose Mampilly
Thank you for the solution and it works perfectly. On 22 Nov 2013 20:42, "Nick Ramirez" wrote: > You can dynamically set an install directory with the SetDirectory element. > The WebVirtualDir element, in the IIS extension, uses the Directory > property > to point to a Directory element. So if yo

Re: [WiX-users] Setting name of reference directory and virtual directory same.

2013-11-23 Thread Tony Jose Mampilly
Thank you so much for your help and spending some time for this. The solution you provided works perfectly. It was exactly what I wanted. I had already solved the problem using a custom action, but thank you for providing me a better solution. Rigards Tony On 22 Nov 2013 20:31, "Blair

[WiX-users] Enable/Disable IIS AppPool's LogEventOnRecycle using WiX

2013-11-22 Thread Tony
Is it possible to set an AppPool's LogEventOnRecycle bitmask using WiX? I don't see it, but maybe missed it. -- Tony -- Shape the Mobile Experience: Free Subscription Software experts and developers: Be at the

Re: [WiX-users] InstallLocation (reg value) vs TARGETDIR vs Volume free space...

2013-11-22 Thread Tony
you have a component using the parent-most directory > you are using. You could use a registry search to retrieve > ARPINSTALLLOCATION if you don’t have a component handy. > > > > > > > Blair > > > > > > From: Tony > Sent: Friday, November 22, 2013

Re: [WiX-users] InstallLocation (reg value) vs TARGETDIR vs Volume free space...

2013-11-22 Thread Tony
ch if you have a component using the parent-most directory > you are using. You could use a registry search to retrieve > ARPINSTALLLOCATION if you don’t have a component handy. > > > > > > > Blair > > > > > > From: Tony > Sent: Friday, November 22, 20

Re: [WiX-users] Placing XXXSequences in a fragment

2013-11-22 Thread Tony
t have IntelliSense and/or syntax highlighting for C++/CLR, it was very tedious to work on (thankfully vs2012 fixed the issue). I grew-up pre-IntelliSense, but that's one aspect of the "good ole' days" I'd rather not see again. Heck who likes working on C# without R#? >

Re: [WiX-users] InstallLocation (reg value) vs TARGETDIR vs Volume free space...

2013-11-22 Thread Tony
> Subject: Re: [WiX-users] InstallLocation (reg value) vs TARGETDIR vs > Volume free space... > > > > Depends how you defined InstallLocation in your Directory tree. The > TARGETDIR behavior you noted is the Windows Installer documented behavior. > > > > -Or

Re: [WiX-users] Directory getting listed in IIS

2013-11-21 Thread Tony Jose Mampilly
directory is getting listed in Iis. I dont want this. Is there any way to dynamically set the installdir and set the same name provided by user for installdir?? Any help appreciated. Thank you Regards Tony On 22 Nov 2013 10:27, "Nick Ramirez" wrote: > Are you trying to make a virt

Re: [WiX-users] Setting name of reference directory and virtual directory same.

2013-11-21 Thread Tony Jose Mampilly
Thats exactly what I want. Is there any other way to do this without using custom action. As I am new to wix writing a custom action might be extremely difficult for me. Thank you for the help. Regards Tony On 22 Nov 2013 09:54, "Blair Murri" wrote: > I believe that see what you

Re: [WiX-users] Error when decompiling and recompiling existing msi for a website

2013-11-11 Thread Tony Jose Mampilly
Thank you all Tony On Tue, Nov 12, 2013 at 1:12 AM, Phil Wilson wrote: > That particular CA is generated by Visual Studio and calls a proprietary > Microsoft Dll related to web site creation. You need to use some other WiX > based CA to do your website creation. That VS Dll and int

[WiX-users] Error when decompiling and recompiling existing msi for a website

2013-11-10 Thread Tony Jose Mampilly
Hi, When I try to compile the wxs file generated by decompiling an existing working msi of a website it shows error LGHT0094 : Unresolved reference to symbol 'CustomAction:WEBCA_CreateURLs' in section . Somebody please help me with this issue. Thank you Re

Re: [WiX-users] New to Wix

2013-11-06 Thread Tony Jose Mampilly
Hi, Thank you for the feedback Regards Tony On Thu, Nov 7, 2013 at 12:14 PM, Rob Mensching wrote: > Yes, all that and more. > > -Original Message- > From: Tony Jose Mampilly [mailto:kooltonyj...@gmail.com] > Sent: Wednesday, November 6, 2013 10:03 PM

[WiX-users] New to Wix

2013-11-06 Thread Tony Jose Mampilly
reply soon Thank you Regards Tony -- November Webinars for C, C++, Fortran Developers Accelerate application performance with scalable programming models. Explore techniques for threading, error checking, porting, and

Re: [WiX-users] Modifying a stock WixUI sequence clarification... [P]

2013-11-06 Thread Tony
I should have said this in my last messsage... Thanks for all of the help and patience. On Wed, Nov 6, 2013 at 3:03 PM, Tony wrote: > This works, but I have no idea why as most of the lines that had conflicts > prior to the changes are still present > > 1. Setup virgin proj

Re: [WiX-users] Modifying a stock WixUI sequence clarification... [P]

2013-11-06 Thread Tony
Classification: Public > This is from your post below: > > 3. copied WixUI_Minimal.wxs to the project folder and > >> > renamed it to WiXUI_Minimal_Modified.wxs. Added > >> > WiXUI_Minimal_Modified.wxs to the project. > > -Original Message- > From: To

Re: [WiX-users] Modifying a stock WixUI sequence clarification... [P]

2013-11-06 Thread Tony
It was never in my project. On Wed, Nov 6, 2013 at 11:52 AM, Steven Ogilvie wrote: > Classification: Public > Did you remove the WixUI_Minimal.wxs from your project? > I have WixUIExtension referenced in my setup project... > > -Original Message----- > From: Tony [ma

Re: [WiX-users] Modifying a stock WixUI sequence clarification... [P]

2013-11-06 Thread Tony
If you look at the duplicate id error messages, IMO, it is a conflict with WixUIExtension as the file path for the conflict is from the WiX build server, not my machine. On Wed, Nov 6, 2013 at 1:00 PM, Tony wrote: > It was never in my project. > > > On Wed, Nov 6, 2013 at 11:5

Re: [WiX-users] Modifying a stock WixUI sequence clarification... [P]

2013-11-06 Thread Tony
"VerifyReadyDlg">1 >Event="NewDialog" Value="MaintenanceWelcomeDlg">1 > > > > > > 2. Substitute your new dialog for LicenseAgreementDlg so you have a Next > and Back action for it: >Value="WelcomeDlg">

Re: [WiX-users] Modifying a stock WixUI sequence clarification... [P]

2013-11-06 Thread Tony
ewDialog" Value="MaintenanceTypeDlg">1 > >Event="NewDialog" Value="VerifyReadyDlg">1 >Event="NewDialog" Value="VerifyReadyDlg">1 >Event="NewDialog" Value="MaintenanceWelcomeDlg"

Re: [WiX-users] Modifying a stock WixUI sequence clarification... [P]

2013-11-06 Thread Tony
>> > Value="LicenseAgreementDlg">NOT Installed > > >> > Value="VerifyReadyDlg">Installed AND PATCH > > > > > >> > Event="NewDialog" Value="WelcomeDlg">1 > > >>

Re: [WiX-users] Modifying a stock WixUI sequence clarification... [P]

2013-11-05 Thread Tony
; Order="1">NOT Installed >Value="MaintenanceTypeDlg" Order="2">Installed AND NOT PATCH >Value="WelcomeDlg" Order="2">Installed AND PATCH > >Event="NewDialog" Value="MaintenanceTyp

[WiX-users] Modifying a stock WixUI sequence clarification...

2013-11-05 Thread Tony
oject and then make the necessary changes. Do I need to rename the copied file's UI Id element to something other than WiXUI_Minimal in order to prevent a duplicate with the WixUIExtension's version? -- Tony

[WiX-users] Control Property vs ComboBox Property...

2013-11-04 Thread Tony
Is there a reason why Control's property would be different than ComboBox's property? Also, any reason why we'd set the Control's ComboList to 'no' if the Type is ComboBox? -- Tony -- Andro

Re: [WiX-users] ICE38: ICE Internal Error 1002. API Returned: 1615 vs MSBUILDDISABLENODEREUSE

2013-10-31 Thread Tony
at 8:25 PM, Tony wrote: > Interesting, I'm sure I have the updates. I think I just installed Update > 3 4-6 weeks ago. But I'll check my work machine in the morning. > > > On Wed, Oct 30, 2013 at 1:22 PM, wrote: > >> See here: >> >> http://conne

Re: [WiX-users] ICE38: ICE Internal Error 1002. API Returned: 1615 vs MSBUILDDISABLENODEREUSE

2013-10-30 Thread Tony
ld-exe-in-vs11-when-using-custom-task > > Sounds like you may need a Service Pack > > Quoting Tony : > > > I guess I could disable those three ICE validators as they always seem to > > be the ones that blow-up with the "ICE Internal Error 1002. API Returned: > > 1

Re: [WiX-users] ICE38: ICE Internal Error 1002. API Returned: 1615 vs MSBUILDDISABLENODEREUSE

2013-10-30 Thread Tony
g-lght1076-ice91-the-file-doc-code-file1-will-be-installed-to-the-per > > From Personal experience ICE91 can be ignored. Per User vs Per > Machine always cause this. Lastly: > > ICE30: > > http://stackoverflow.com/questions/4595595/wix-multiple-copies-of-same-file-in-msi-but-o

[WiX-users] ICE38: ICE Internal Error 1002. API Returned: 1615 vs MSBUILDDISABLENODEREUSE

2013-10-30 Thread Tony
build. I'm going to try the above environment variable trick, but it seems odd that this only happens with WiX. -- Tony -- Android is increasing in popularity, but the open development platform that developers love is

Re: [WiX-users] Can't find wix.targerts during MSBuild's 'clean' operation...

2013-10-28 Thread Tony
per > Build & Install Engineer -- ESA > Jack Henry & Associates, Inc.(r) > Shawnee Mission, KS 66227 > Office: 913-341-3434 x791011 > jocoo...@jackhenry.com > www.jackhenry.com > > > > > -Original Message- > From: Tony [mailto:yellowjacketl...@gma

Re: [WiX-users] Can't find wix.targerts during MSBuild's 'clean' operation...

2013-10-25 Thread Tony
awnee Mission, KS 66227 > Office: 913-341-3434 x791011 > jocoo...@jackhenry.com > www.jackhenry.com > > > > > -Original Message- > From: Tony [mailto:yellowjacketl...@gmail.com] > Sent: Friday, October 25, 2013 1:57 PM > To: General discussion about the WiX toolset. >

  1   2   3   4   5   >