Re: [WiX-users] Issue with applying language transform after a hard reset

2010-06-02 Thread Blair
When an installation is suspended, properties that have already been setup are retained, so what you see is by design (text straight from the DB is transformed, text from properties is not). You need to either complete the previous installation or roll it back. -Original Message- From: Leu

Re: [WiX-users] WiX 3.0 error with .net 4

2010-06-02 Thread Rob Mensching
WiX v3.5 supports NETFX 4.0. WiX v3.0 does not. IIRC, the fix is to add: as the to the app.config for light.exe. On Wed, Jun 2, 2010 at 4:31 PM, Thomas Svare wrote: > Hello, > > > > I'm helping with setting up a new build environment with VisualStudio > 2010 and we're targeting .net 4. The v

Re: [WiX-users] Issue with applying language transform after a hard reset

2010-06-02 Thread Leung, John C.H.
When I was looking at my install log file, I see the followings: MSI (c) (80:CC) [17:12:52:556]: Checking in-progress install: install for same configuration. MSI (c) (80:CC) [17:12:52:556]: Suspended install detected. Resuming. ... MSI (c) (80:CC) [17:12:52:556]: PROPERTY CHANGE: Modifying TRAN

[WiX-users] Issue with applying language transform after a hard reset

2010-06-02 Thread Leung, John C.H.
Hi, I have created an installer that support multiple languages using transform mst for each language. So during install, we have the command line: msiexe.exe /i test.msi TRANSFORMS=:fr-fr.mst The installer basically works with the normal workflow. However, I've just been informed by our QA

[WiX-users] WiX 3.0 error with .net 4

2010-06-02 Thread Thomas Svare
Hello, I'm helping with setting up a new build environment with VisualStudio 2010 and we're targeting .net 4. The version of WiX in use is 3.0.5419. I'm getting the following light error on my assemblies that I didn't get with .net 3.5: error LGHT0132 : The assembly file 'Data.dll' appears

Re: [WiX-users] Detach Databases on Uninstall

2010-06-02 Thread Nathan Zaugg
I think I now have some insight. The reason I can't connect is because WIX detected that SQL Server was using a file that was included in the installation and stopped SQL Server during the uninstall. Any idea how I coax it to running those scripts toward the beginning of the uninstall? Action

Re: [WiX-users] VSTO excel Add in for all users

2010-06-02 Thread Bryan Reich
Thanks for your patience. I think we have found the problem and it is a known issue. That KB patch had an additional fix for an issue unrelated to VSTO add-ins that had a flaw on systems that did not have the Windows Desktop Experience feature turned on. I believe this is what you are seeing. Th

Re: [WiX-users] VSTO excel Add in for all users

2010-06-02 Thread Rahul.Ekbote
Hi Bryan, Any update on this issue? Thanks, Rahul -Original Message- From: rahul.ekb...@sungard.com [mailto:rahul.ekb...@sungard.com] Sent: Tuesday, June 01, 2010 8:51 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] VSTO excel Add in for all users Hi Bryan, Thanks for re

Re: [WiX-users] wix installer for both GUI installation and Commandline installation

2010-06-02 Thread Pally Sandher
Firstly list replies should stay on the list. Someone else could've answered this before I got time to do it. Your problem looks like you're trying to use Component Conditions when you actually want to use the INSTALLLEVEL property since you're using a SelectionTree (I'm assuming you're using WiXU

Re: [WiX-users] Failed to open XM === applicationHost.config

2010-06-02 Thread Blair
// // MessageId: ERROR_OPEN_FAILED // // MessageText: // // The system cannot open the device or file specified. // Sequence issue? What CA are you using to access the .config file? -Original Message- From: Velu [mailto:velusa...@syncfusion.com] Sent: Wednesday, June 02, 2010 6:50 AM To:

Re: [WiX-users] Shortcut's icon and strange path

2010-06-02 Thread Thomas Singer
Just for the records: I've solved the problem by removing the line and removing the Icon and IconIndex parameters of the Shortcut tag: -- Cheers, Tom On 02.06.2010 18:06, Bryan Reich wrote: > If after an update the icon isn't valid any more, it sounds like you are > doing major upgrades?

Re: [WiX-users] why can't WebVirtualDir be a child of WebApplication?

2010-06-02 Thread Neil Sleightholm
John I think the solution is something like this: Note: the forward slash in the second Alias. Neil -Original Message- From: John Ketchpaw [mailto:jketch...@panopto.com] Sent: 01 June 2010 10:33 To: General discussio

Re: [WiX-users] Shortcut's icon and strange path

2010-06-02 Thread Bryan Reich
If after an update the icon isn't valid any more, it sounds like you are doing major upgrades? I think that this may be unavoidable using Windows Installer in that scenario, because as far as the installer is concerned you are installing a new product entirely and there is no expectation that a

[WiX-users] Stopping/deleting a DIFxApp driver when uninstalling

2010-06-02 Thread Bruce Cran
Hi, I'm having problems getting my driver/service to stop and delete itself when uninstalling my package - I'm currently testing on Vista x86, but I've seen the problem on XP and Windows 7 too. In my WiX file I have: The sctp service (a kernel driver) works without prob

[WiX-users] Failed to open XM === applicationHost.config

2010-06-02 Thread Velu
I have created the MSI setuop and then while installing the MSI in Windows Server 2008 in Adminsitrator rights. I got the following error. Failed to open XML file c:\windows\system32\inetsrv\config\applicationHost.config, system error: -2147024786 Could please help on this ? Regards Velusamy --

Re: [WiX-users] Files repaired on Modify

2010-06-02 Thread Bob Arnson
On 6/2/2010 3:25 AM, Rob Hamflett wrote: > I'm seeing some behaviour I don't understand. If you modify an installation, > but don't actually add > or remove any features, then I thought nothing happened. If I delete a > folder before the modify, > then the installer repairs it. I'm not seeing a

[WiX-users] MSBUILD Error

2010-06-02 Thread Ravivarmaninfo
Hi, my project is developed in 32 bit machine, when i build my project for 32 bit platform using msbuild(target files), msbuild builds successfully, but if i try to build the same project to 64 bit machine, its throwing the following warnings Warning CS1607: Assembly generation -- Refe

Re: [WiX-users] Install console application in silent mode

2010-06-02 Thread Swapnil Sankla
Hi, Use following property and link it with WixUtilExtension when you do candle.exe Regards, Swapnil Sankla | Software Engineer | Persistent Systems Limited swapnil_san...@persistent.co.in | Cell: +91  9960851096 Persistent Systems - Innovation in software product design, development and delive

[WiX-users] Install console application in silent mode

2010-06-02 Thread Prabhu G
Hi, The installer will Copy the "Agent.exe" file in "C:\". Then it will execute the code with provided parameter. While executing the "Agent.exe" file. The console window is appearing. Issue: I want to hide the executing console screen. Thanks & Regards, Prabhu. G Disclaimer: ***

Re: [WiX-users] Unable to use msiexec /i /qn

2010-06-02 Thread Swapnil Sankla
Hi, Use following command. Msiexec /qn /i Regards, Swapnil Sankla | Software Engineer | Persistent Systems Limited swapnil_san...@persistent.co.in | Cell: +91  9960851096 Persistent Systems - Innovation in software product design, development and delivery www.persistentsys.com -Original Me

[WiX-users] Unable to use msiexec /i /qn

2010-06-02 Thread vijay chander
Hi, I have a requirement to silent install an installer created using WIX. I have created a sample WIX installer with WIX UI Templates, when trying to install the same installer with MSIEXEC commands it was not working. Command used: msiexec /i sampleUI.msi /qn When I have tried using with opti

Re: [WiX-users] ListView Icon inconsistency...

2010-06-02 Thread ppremk
Hi Dominique I am also currently trying to achieve the same with my deployment project. The objective is to display a list of Prerequisites and have a "tick" or "cross" mark beside it to notify the users which are missing after the Welcome dialog. Would you mind sharing your knowledge and concep

Re: [WiX-users] How to detect MSI database codepage at runtime?

2010-06-02 Thread Yan Sklyarenko
Hello Guys, I apologies for the long silence. Blair>>: Why do you need it? Well, I now realized that I don't really need it, and it is great since I don't think there's an easy way to accomplish this. The initial task was to display the console output of the .NET application, which is localize

[WiX-users] Files repaired on Modify

2010-06-02 Thread Rob Hamflett
Hi everyone, I'm seeing some behaviour I don't understand. If you modify an installation, but don't actually add or remove any features, then I thought nothing happened. If I delete a folder before the modify, then the installer repairs it. I'm not seeing anything in the log thought that in