Re: [WiX-users] How do I configure ALL WIX temp files' locations?

2009-11-18 Thread Matti Hägerlund
Hi Rob and thanks for the tip. I tried the -cc switch but light still writes the temp-file in C:\Documents and Settings\\Local Settings\Temp :-( I'll file a bug report. /M4tti 2009/11/18 Rob Mensching : > Hmm, I would have thought %WIX_TEMP% would move everything. Please do file a > bug. > > In

Re: [WiX-users] Methods for creating minor upgrades

2009-11-18 Thread luciana istoc
Hi,   Thank you for your explanations! They are really useful.   Luciana --- On Tue, 17/11/09, Peter Shirtcliffe wrote: From: Peter Shirtcliffe Subject: Re: [WiX-users] Methods for creating minor upgrades To: "General discussion for Windows Installer XML toolset." Date: Tuesday, 17 November,

[WiX-users] Compiling Wix in CommandLine with CustomAction Code

2009-11-18 Thread Kusuma Sudheer Kumar (Tata Consultancy Services)
I developed Wix Code with embedding Custom action developed in C# As Per Requirement , Building the application in command line a. Candle.exe syntax: Candle -out objectFile sourceFile Candle -out E:\Test\MyApp.wixobj E:\Test\MyApp.wxs This generates the Wixobj b. Li

Re: [WiX-users] How to retrieve ProductCode outside MSI

2009-11-18 Thread Rob Mensching
Outside the MSI you need to use the SQL statements to query the Property table. On Wed, Nov 18, 2009 at 7:26 AM, Jiang, Chunyan (GE Healthcare) < chunyan.ji...@ge.com> wrote: > Hi, > > I developed one app.msi to intall one app. And I need to develop one > bootstraper.exe to retrieve the ProductCo

Re: [WiX-users] Errors using performance counters after installing with PerformanceCounter/PerformanceCounterCategory

2009-11-18 Thread Sebastian Brand (Instyler Software)
Can you give us the corresponding .wxs code? Best regards, Sebastian Brand Deployment consultant E-Mail: sebast...@instyler.com Instyler Setup - Creating WiX-based MSI installations, elegantly. http://www.instyler.com On 18.11.2009, at 21:13, Rich Daniel wrote: > I'm in the process of migratin

Re: [WiX-users] Secured Strings in Log?

2009-11-18 Thread T.BON
It's a late reply but I found that by adding this line in your .wxs file will actually masked your SqlString value in the log file: Kevin I wrote: > > The HideTarget sounds like just what I'm looking for, for the Xmlfile > action, but how do I do that if I'm using the XmlFile WiX Extensions?

Re: [WiX-users] setup exe built with setupbld crashes when a reboot is required.

2009-11-18 Thread John L Krupka
Thanks. Turns out it wasn't crashing but displaying a default error message checking the returned HRESULT of the action in ConfigureMsi. After the action executes, the HRESULT is tested and different error conditions are checked and messages posted. I see in other places where the REBOOT HRESUL

[WiX-users] Notes on building patches

2009-11-18 Thread Schmitz, John
Since I incorrectly guessed that WIX was causing problems with my patch build, and in case this is of any use to anyone else trying to build patches, I thought I would pass along a some information that I've learned. For various reasons, our product setups are built using a number of merge modu

Re: [WiX-users] Launch Condition on Unistall or Remove

2009-11-18 Thread spsingam
thanks mate...it works... :) jeez.. it can be confusing when i was trying to find what the appropriate syntax. Where can u find all the syntax ? Sebastian Brand (Instyler Software) wrote: > > Add to the conditions your are check a "NOT Installed" to check them only > if the application isn't

Re: [WiX-users] How to force to launch application in silent install mode?

2009-11-18 Thread Sascha Beaumont
Best solution I've used in the past was to schedule a reboot, it really depends on your app and your deployment requirements as to what will work for you. On Thu, Nov 19, 2009 at 10:13 AM, little.forest wrote: > Thanks Sascha. I see your points. > > > It looks like there is no any other workarou

Re: [WiX-users] How to force to launch application in silent install mode?

2009-11-18 Thread little.forest
Thanks Sascha. I see your points. It looks like there is no any other workarounds, correct? From: Sascha Beaumont To: General discussion for Windows Installer XML toolset. Sent: Wednesday, November 18, 2009 2:35:26 PM Subject: Re: [WiX-users] How to force to

Re: [WiX-users] how to prevent uninstalling MSI using msiexec with Guid

2009-11-18 Thread Lian Jiang
Hi Rob, Please believe we have right reason to block uninstalling. With this launch condition I can repare using "msiexec /f my.msi" but cannot patch using "msiexec /update mypatch.msp". REINSTALL or Not Installed Is there a way to block uninstalling while still enable patching? Appreciate y

Re: [WiX-users] How to force to launch application in silent install mode?

2009-11-18 Thread Sascha Beaumont
Hi, With regards to the quicklaunch shortcut, the checkbox is just setting a property, no different to setting the property on the command line. The property is set when InstallExecuteSequence runs, and you most likely have a condition on your quicklaunch component that checks the property. With

Re: [WiX-users] How to force to launch application in silent install mode?

2009-11-18 Thread little.forest
If you happens to know how to launch the application in quite(silent) mode, please let me know. Thanks. From: little.forest To: General discussion for Windows Installer XML toolset. Sent: Wednesday, November 18, 2009 11:00:16 AM Subject: Re: [WiX-users] How

Re: [WiX-users] 2902 error installing with VS 2008 SP1 CRT merge modules on Vista/Win7

2009-11-18 Thread Schmitz, John
William, We have seen serious problems with this merge module. I think there's an unavoidable problem with per-user installations if you use it. In at least one of our setups, we use an executable file to install the VS 2008 support, instead of the merge module. I can find out the details for

[WiX-users] 2902 error installing with VS 2008 SP1 CRT merge modules on Vista/Win7

2009-11-18 Thread William Bardwell
I have a Wix installer that includes the following lines in the .wxs to get the VS 2008 SP1 CRT merge modules into it: (I tried putting the Merge in the Directory, and the MergeRef in a seperate Feature and I tried adding the policy merge module too, none of that made any difference.) And it

Re: [WiX-users] Private Assemblies?

2009-11-18 Thread Andreas Mertens
I had a similar situation as well. I used Microsoft's Bootstrap generator app to create bootstrapper from my installer. But it changed the case to all lower-case, even though the HomeSite URL still had the mixed case format. When this was installed to a *nix-based web server (not sure what the c

[WiX-users] Errors using performance counters after installing with PerformanceCounter/PerformanceCounterCategory

2009-11-18 Thread Rich Daniel
I'm in the process of migrating my app installation to wix. It's a .NET 2.0 app that currently uses installutil to add some custom performance counters and event log sources. Seeing as how I noticed that WixUtilExtension.dll supplies this functionality from the installer, I thought I'd give it a

Re: [WiX-users] How to force to launch application in silent install mode?

2009-11-18 Thread little.forest
Thanks Sascha. It's good to know that the InstallUISequence is never executed in quite mode. But in another case, I set a property in command line argument, it seems working. I mean, we have a checkbox called "Install Quick Launch shortcut". By default it's off. So the quick launch shortcut is

Re: [WiX-users] Private Assemblies?

2009-11-18 Thread JKLists
> ... trying to figure out what was "wrong" with the install when the real > problem ... That's OK. We may just have different attitudes. You say that you're jaded from the other department blaming your department, saying something is "wrong" with the install. I was never blaming WiX or my i

[WiX-users] please take me off this mailing list

2009-11-18 Thread Tony Harold
Tony Harold Sr. Software Engineer Harland Financial Solutions 400 SW 6th Avenue, Suite 200 Portland, OR 97204 tony.har...@harlandfs.com (800) 274-7280, ext. 2406 -- Let Cr

[WiX-users] Feature selection and CustomAction commandline

2009-11-18 Thread Arun Perregatturv
Hi, I created a custom dialog for feature selection that has 3 radio button options - 1. Server 2. Workstation 3. DB Server I would like to know which of the feature the user has selected in order to run a customaction with a commandline value. Code looks something like this Now,

[WiX-users] SQL Script sequencing/committing issues

2009-11-18 Thread Jason Jibben
Hello WiX-Users, I've been working on an installer that uses quite a few SQL scripts that are triggered based on conditions set during the UI prompts. The issue I've been having is that the SQL statements that are scheduled with a lower sequence number doesn't seem to be fired off (or complete

Re: [WiX-users] unsubscribe

2009-11-18 Thread Robert O'Brien
...previously tried both temporary (preferred) and permanent options and both are not working. -Original Message- From: Christopher Karper [mailto:christopher.kar...@gmail.com] Sent: Wednesday, November 18, 2009 7:50 AM To: General discussion for Windows Installer XML toolset. Subject

Re: [WiX-users] unsubscribe

2009-11-18 Thread Christopher Karper
The footer of each message sent has a link to https://lists.sourceforge.net/lists/listinfo/wix-users which has the unsubscribe method. Chris On Wed, Nov 18, 2009 at 10:22 AM, Robert O'Brien < robert.obr...@microsoft.com> wrote: > Been trying various supported subscription configuration options,

Re: [WiX-users] How do I configure ALL WIX temp files' locations?

2009-11-18 Thread Rob Mensching
Hmm, I would have thought %WIX_TEMP% would move everything. Please do file a bug. In the meantime, I think the cab cache switch (light.exe -cc path) will move the cabinet building for you. 2009/11/18 Matti Hägerlund > Hi all. > When using WIX to create large MSI's, it would be convenient to > r

[WiX-users] How to retrieve ProductCode outside MSI

2009-11-18 Thread Jiang, Chunyan (GE Healthcare)
Hi, I developed one app.msi to intall one app. And I need to develop one bootstraper.exe to retrieve the ProductCode of previously installed app. Since it is multiple instance installation, there will be more than one ProductCode. I have used some MSI functions to retrieve the property when dev

Re: [WiX-users] unsubscribe

2009-11-18 Thread Robert O'Brien
Been trying various supported subscription configuration options, and this alternative attempt, to get temporarily unsubscribed from mailing list but those haven't been taking . . . going to escalate to sitel...@lists.sourceforge.net to see what's up. -Original Message- From: Matti Häge

Re: [WiX-users] unsubscribe

2009-11-18 Thread Matti Hägerlund
Eh? /M4tti 2009/11/18 Robert O'Brien : > unsubscribe > -- > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day > trial. Simplify your report design, integration and deployment - and focus on > what

[WiX-users] unsubscribe

2009-11-18 Thread Robert O'Brien
unsubscribe -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover

[WiX-users] How do I configure ALL WIX temp files' locations?

2009-11-18 Thread Matti Hägerlund
Hi all. When using WIX to create large MSI's, it would be convenient to redirect the storing of temp files created by WIX to some other storage media. As I understand, this is done by setting WIX_TEMP environment variable. And yes, it does redirect some of the temp files, but not ALL. Some still e

Re: [WiX-users] Private Assemblies?

2009-11-18 Thread Christopher Painter
This sounds like what I guessed in my previous emails, that you were in the weeds trying to figure out what was "wrong" with the install when the real problem is found by debugging and profiling the application. I run a team of several install guys that support around 200 developers and I've le

Re: [WiX-users] How to debug upgrade problem

2009-11-18 Thread Tom Crozier
I didn't see it before but FindRelatedProducts: current install is per-user. Related install for product '{C1BAE517-464C-4B99-BE0A-660C8210DE33}' is per-machine. So now my question becomes - Is there a way to perform a major upgrade on an install that was previously per-user to per-machine? Ba

[WiX-users] RemoteInstall Test Framework

2009-11-18 Thread dB .
Forgive me for shameless advertising, this is relevant to all MSI authors. This list has discussed in some length testing installers, so today I am happy to announce the open sourcing of the RemoteInstall test framework. RemoteInstall completely automated installer testing at my day job and redu