Re: [WiX-users] Multi language patching

2009-09-28 Thread Gareth
I have complete installs in each language. By exporting the tables in one, then creating a transform in Orca in another I can import the tables and save the differences. I've not found a more reliable way... providing the source files for the builds are completely in sync of course. Blair-2

[WiX-users] Network Service Install

2009-09-28 Thread Simon Topley
Hello again ya'll, So I'm still having issues with the new set of installer I'm putting together specifically the installation of a Network Service. My dev system is a x64 XP and i can get it to work fine on this with: ServiceInstall Id='ISRM_S.exe' Description='InfoStream - Remote Marshalling

[WiX-users] Folder not install in define path

2009-09-28 Thread Jiang, Chunyan (GE Healthcare)
Hi Wix-users, There is a weird thing happend in my wix installer. I define a path for files installing in the main wxs, say PathA. And during the installaion the user can change the path and install files to another path, say PathB. Most files are installed correctly in the user changed path

Re: [WiX-users] Folder not install in define path

2009-09-28 Thread Sebastian Brand (Instyler Software)
Can you see any pattern of the files not having the Path changed? Is the path stored in a public secure property? (Uppercase property name and @Secure=yes) Best regards, Sebastian Brand Deployment consultant E-Mail: sebast...@instyler.com Instyler Setup - Creating WiX-based MSI installations,

Re: [WiX-users] Folder not install in define path

2009-09-28 Thread Jiang, Chunyan (GE Healthcare)
Thanks to Sebastian. The files not changing Path is as below: APPLICATIONDIR\SQL\standard.db APPLICATIONDIR\SQL\standard.log I changed the APPLICATIONDIR as PathB during the installation. But the above two files are still installed in PathA as defined in the wxs file. And I didn't see the

Re: [WiX-users] Folder not install in define path

2009-09-28 Thread Sebastian Brand (Instyler Software)
Still a wierd behavior :) And what do these two files have in common? There must be something that's different from the other files. Can you post the .wxs snippet with all file elements? Best regards, Sebastian Brand Deployment consultant E-Mail: sebast...@instyler.com Instyler Setup -

[WiX-users] Vista UAC for custom actions

2009-09-28 Thread Simon Topley
Hello agian, still me. I was testing the issue I'm having with permissions on service installs on my vista system and i came across another issue. When I attempt to run a command using QtExec I get an access denied error. I've tried to make it a deferred custom action as this has been recommended

[WiX-users] Can you create a shortcut that is Pinned to Taskbar in an install?

2009-09-28 Thread Gareth
Since Microsoft have deprecated the QuickLaunch toolbar, is there a way to utilise it's replacement and add a shortcut to the 'Pinned to Taskbar' set as an option in an installer? I've tried simply adding a shortcut to where the pinned shortcuts are stored, but this is not successful - there

[WiX-users] Install DLL into GAC

2009-09-28 Thread skaa
Hello! This is the code: ?xml version=1.0 encoding=UTF-8? Wix xmlns=http://schemas.microsoft.com/wix/2006/wi; Product Id=* Name=expGacIDll Language=1033 Version=1.0.0.7 Manufacturer=expGacIDll UpgradeCode=a8bb7bba-e657-48c5-bcb5-3dc9c0cf38df Package InstallerVersion=200

Re: [WiX-users] WIX 3.0 and BDE Merge Module

2009-09-28 Thread Dan Neveu
Below is the Directory table: -dan DirectoryDirectory_ParentDefaultDir s72S72l255 DirectoryDirectory AdminToolsFolderTARGETDIR.:Admint~1|AdminTools AppDataFolderTARGETDIR.:APPLIC~1|Application Data

Re: [WiX-users] Suggestions on Disabling a Feature if Certain .NET Framework Isn't Installed

2009-09-28 Thread jnewton
I am starting to lean towards and option where as soon as the user hits the Next button on a Feature dialog, I have a custom popup or something that tells the user all the features they selected that are invalid (i.e. you selected .NET Framework 2.0 Support but .NET Framework 2.0 isnt'

Re: [WiX-users] Network Service Install

2009-09-28 Thread Wilson, Phil
Keep in mind that the sufficient privileges message is a generic one that it pops out whenever something goes wrong with a service. The error number is more useful, but you didn't report it. There's some differentiation between the error being an install error, a start error, stop error etc.

Re: [WiX-users] VS Schema - registering help files

2009-09-28 Thread Rob Hamflett
If no-one knows the answers, does anyone know somewhere I might go for help on this? Rob Rob Hamflett wrote: Hello, I'm trying to get some documents registered with Visual Studio but I'm not having much luck. I've got a heirarchy of namespaces to register, and then the last one

Re: [WiX-users] VS Schema - registering help files

2009-09-28 Thread Rob Hamflett
I think the problem might be related to the TargetTableOfContents. I added in all the namespaces and the file again so I wasn't jsut trying to register an empty namespace. This line in the log seems like it might be the issue: 09/28/09 18:49:02 DDSet_Status: RegisterPlugIn2()-Namespace:

Re: [WiX-users] Detecting whether WAS Http and WAS non-http is installed

2009-09-28 Thread Subrahmanya Jagadeesh Madduri
Anyone has info about the following? From: Subrahmanya Jagadeesh Madduri Sent: Friday, September 25, 2009 3:01 PM To: 'wix-users@lists.sourceforge.net' Subject: Detecting whether WAS Http and WAS non-http is installed Hi, I'm trying to detect whether the Windows Communication Foundation

[WiX-users] (still) trying to install a PowerShell SnapIn using WiX

2009-09-28 Thread Mark
I'm (still) trying to install a SnapIn using WiX and PSExtension. I'm (still) getting the same error, however, which doesn't make any sense to me, and I believe it's a bug in PSExtension. Here's the relevant component in my .wxs file: Component Id=nmps_dll

Re: [WiX-users] (still) trying to install a PowerShell SnapIn using WiX

2009-09-28 Thread Simon Dahlbacka
On Mon, Sep 28, 2009 at 9:37 PM, Mark godef...@gmail.com wrote: I'm (still) trying to install a SnapIn using WiX and PSExtension. I'm (still) getting the same error, however, which doesn't make any sense to me, and I believe it's a bug in PSExtension. Here's the relevant component in my .wxs

Re: [WiX-users] (still) trying to install a PowerShell SnapIn using WiX

2009-09-28 Thread Mark
Simon Dahlbacka wrote: On Mon, Sep 28, 2009 at 9:37 PM, Mark godef...@gmail.com wrote: I'm (still) trying to install a SnapIn using WiX and PSExtension. I'm (still) getting the same error, however, which doesn't make any sense to me, and I believe it's a bug in PSExtension. Here's the

[WiX-users] All Users App Data folder?

2009-09-28 Thread David Battey
Is there a special ID that I can use to refer to the All Users application data folder, typically C:\Documents and Settings\All Users\Application Data? Can someone point me to a list of all the special IDs (ProgramFilesFolder, ProgramMenuFolder, etc.) that are available? Thanks, David David

Re: [WiX-users] Can you create a shortcut that is Pinned to Taskbar in an install?

2009-09-28 Thread Brant Gurganus
That is a *user* area just like the quick launch bar was supposed to be. They've taken steps to make it harder to programmatically add anything to it because that is an area that the user controls, not you or your application. Brant Gurganus http://gurganus.name/brant On Mon, Sep 28, 2009 at

Re: [WiX-users] All Users App Data folder?

2009-09-28 Thread Brant Gurganus
You want CommandAppDataFolder. See http://msdn.microsoft.com/en-us/library/aa372057(VS.85).aspx Brant Gurganus http://gurganus.name/brant On Mon, Sep 28, 2009 at 3:22 PM, David Battey dbat...@phoenixcon.com wrote: Is there a special ID that I can use to refer to the All Users application

[WiX-users] x86 platform on wix project

2009-09-28 Thread Jason Ding
Hello, I have a problem to build my wix sln on the team build (tfs), hope anyone who has experience could help. The problem came after I made changes to our product vc++ projects. Before the change, the wix project, which platform is x86, was one of the projects included in our product

Re: [WiX-users] Install DLL into GAC

2009-09-28 Thread Neil Sleightholm
A couple of things: 1. Windows Installer only supports 3 part version numbers. So 1.0.0.7 = 1.0.0.8. 2. I don't think your upgrade code is correct. For a basic major upgrade script see here: http://neilsleightholm.blogspot.com/2009/01/wix-script-for-major-upgrades.html Neil -Original

Re: [WiX-users] Install DLL into GAC

2009-09-28 Thread Chad Petersen
In addition to what Neil said I believe this link somewhat explains the overriding issue and possible ways to help overcome the result you experience. http://blogs.msdn.com/astebner/archive/2007/02/08/assemblies-may-be-miss ing-from-the-gac-or-winsxs-cache-after-an-msi-major-upgrade.aspx

[WiX-users] Reading contents of a text file

2009-09-28 Thread Phillip_Sidari
Does anyone have an example of how I can read the contents of a text file and use it with WiX? Thanks. - Phil -- Come build with us! The BlackBerryreg; Developer Conference in SF, CA is the only developer

[WiX-users] how to localize Bamp;rowse...?

2009-09-28 Thread Lian Jiang
Hi, How can I localize Bamp;rowse... in my wxl file? Thanks Lian -- Come build with us! The BlackBerryreg; Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your

Re: [WiX-users] how to localize Bamp;rowse...?

2009-09-28 Thread Lian Jiang
I think I can do this: Take chinese simplified localization for example, amp;Back should be localized as 后退(amp;B), Eamp;xit should be localized as 退出(amp;x). Bamp;rowse... should be localized as 浏览...(amp;r). Thanks Lian -Original Message- From: