[WiX-users] Install satellite assemblies in GAC

2008-09-04 Thread Sergey Abakumoff
My product is shipped with the set of satellite assemblies for different languages. Particularly, we provide German and Dutch satellite assemblies. The requirement for installer is install the satellite assemblies in GAC. The problem is the file names for specific satellite assemblies are the same,

[WiX-users] Question about linking custom action dll

2008-09-04 Thread Radha Vaidyanathan
I am trying to include a custom action and running into a problem. I am using WiX v3 and visual Studio 2005 (VC 8). When I try to compile and link a no-op test dll, auto generated using Votive: Linking... 1> Creating library bin\Debug\CA_PTK.lib and object b

[WiX-users] action at uninstallation before files removed

2008-09-04 Thread xiaoli
I want to invoke a custom action to backup files when uninstall the software before the files are removed. is it possible for Wix to do it? I know Wix can invoke a action after the files are removed. how about this one? Thanks in advance. -- View this message in context: http://n2.nabble.com/ac

Re: [WiX-users] Create new IIS WebSite

2008-09-04 Thread Rob Mensching
I believe that WinXP only allows one WebSite at a time. So, if you overwrite port 80, then it probably works. If you delete port 80 and install on a different port it probably works. Windows Server has no such restrictions. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PRO

Re: [WiX-users] Uninstall certificate error

2008-09-04 Thread Rob Mensching
There was a bug fixed tonight where the deleting was incorrectly freeing the same cert context twice. It should be fixed in the next build. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Krzysztof Kozmic Sent: Wednesday, September 03, 2008 04:18 To: wix

Re: [WiX-users] Certificate error

2008-09-04 Thread Rob Mensching
Except you want to look at the hex number by the "Error". In this case: 0x80070057 = E_INVALIDARG. Can you be sure you recompiled all of your files. It is possible you have an old table definition that is getting in and being confused. -Original Message- From: [EMAIL PROTECTED] [mailt

Re: [WiX-users] - light.exe problem

2008-09-04 Thread Rob Mensching
Are you passing the same file on the command-line twice? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mark Holland Sent: Thursday, September 04, 2008 06:24 To: General discussion for Windows Installer XML toolset. Subject: [WiX-users] - light.exe proble

Re: [WiX-users] Is there a way to dump all MSI properties?

2008-09-04 Thread Rob Mensching
Yeah... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of dB. Sent: Thursday, September 04, 2008 06:48 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Is there a way to dump all MSI properties? Duh. Is it just as simple as

Re: [WiX-users] wxs front end?

2008-09-04 Thread Rob Mensching
List might need a bit updating: http://robmensching.com/blog/archive/2007/11/20/WiX-editors.aspx -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jason Ding Sent: Thursday, September 04, 2008 08:52 To: wix-users@lists.sourceforge.net Subject: [WiX-users]

Re: [WiX-users] How to Install Password protected certificate(PFX file)

2008-09-04 Thread Rob Mensching
I believe that is the current behavior of the code. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sandeep Gautam (HCL Technologies Ltd) Sent: Thursday, September 04, 2008 16:44 To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] How to Install

Re: [WiX-users] String Replace Custom action

2008-09-04 Thread Richard
In article <[EMAIL PROTECTED]>, Mark Otterlee <[EMAIL PROTECTED]> writes: > In Wix 2.0 Is there a custom action for replacing a value in a 'Text' > file wi th a value provided in the installer (like XmlConfig but changing > a value in a 'text' file). Any help will be greatly appreciated.

Re: [WiX-users] How to Install Password protected certificate(PFX file)

2008-09-04 Thread Sandeep Gautam (HCL Technologies Ltd)
Posting again my query. Please help me in this reqard. Regards Sandeep From: Sandeep Gautam (HCL Technologies Ltd) Sent: Wednesday, September 03, 2008 10:50 PM To: wix-users@lists.sourceforge.net Subject: FW: How to Install Password protected certificate(PFX file) Hi, I want to install passwo

[WiX-users] Property problem - additional info

2008-09-04 Thread Mike Rerick
It appears that in the InstallExecuteSequence, all of the various global properties that had their values modified in the InstallUISequence have reverted back to having whatever default value they had initially when they were declared. Based on values that the user enters in various dialogs, s

[WiX-users] Property problem

2008-09-04 Thread Mike Rerick
Everyone, I'm using WiX 3.0.4401 to build my installs. I've run into an interesting problem with a global property. The property is defined as . It gets its initial list from a CA that calls a function in a custom DLL. I modified the Mondo UI file to add additional dialogs. In one of t

[WiX-users] String Replace Custom action

2008-09-04 Thread Mark Otterlee
In Wix 2.0 Is there a custom action for replacing a value in a 'Text' file with a value provided in the installer (like XmlConfig but changing a value in a 'text' file). Any help will be greatly appreciated. Thanks Mark O

Re: [WiX-users] Creating Database..

2008-09-04 Thread Chad Miles
I doubt this is the reason, but first thought maybe on the sqlscript you should rollbackonuninstall... On Thu, Sep 4, 2008 at 1:35 PM, Vidya Kukke <[EMAIL PROTECTED]>wrote: > Hi, > > Our installer has a requirement to create a db on a local/remote system. I > am using the SqlDatabase element to d

[WiX-users] Creating Database..

2008-09-04 Thread Vidya Kukke
Hi, Our installer has a requirement to create a db on a local/remote system. I am using the SqlDatabase element to do this. It works great on a local machine but not so on a remote machine. While I am able to create the DB on the remote machine on uninstall the DB is not removed. Why is tha

[WiX-users] is it a known issue that the project macros $(OutDir), $(TargetDir) and $(TargetPath) still refer to bin\Debug versus bin\Debug\ where output now lands?

2008-09-04 Thread Robert O'Brien
is it a known issue that the project macros $(OutDir), $(TargetDir) and $(TargetPath) still refer to bin\Debug versus bin\Debug\ where output now lands? - This SF.Net email is sponsored by the Moblin Your Move Developer's cha

[WiX-users] is there a way to get current wix vs08 project extensions to output a patch msp?

2008-09-04 Thread Robert O'Brien
is there a recommended approach to getting current wix vs08 project extensions to output a patch msp? I've created a wix vs08 project and changed the Product.wxs to contain ... content versus ... content. In the current wix project settings there doesn't exist a Build | Output Type option for

[WiX-users] wxs front end?

2008-09-04 Thread Jason Ding
Hello, Does anyone know if there is a WXS front end available for use? I am wondering if we can save the effort working directly in the xml file, i.e., if there is one program with a friendly UI for user to type in the Files information, such as folder name and components, and then it creates

[WiX-users] does running upgrade msi or patch msi still require additional command line switches?

2008-09-04 Thread Robert O'Brien
Q1 - does running upgrade msi or patch msi still require additional command line switches? In the WiX tutorial Lesson 4 Upgrades and modularization details it talks about needing the use the following command line switches to run an upgrade msi "msiexec /i SampleUpgrade2.msi REINSTALL=ALL R

Re: [WiX-users] Create new IIS WebSite

2008-09-04 Thread derekj
Hi, I am having the same problem, I'm installing on XP Pro - is this the cause of my problem - the default website being removed on installation? - this should not occur if I was instainng on server 2003? regards Derek shayla wrote: > > I am trying to create a new web site in IIS. > > H

Re: [WiX-users] Is there a way to dump all MSI properties?

2008-09-04 Thread dB.
Duh. Is it just as simple as the contents of the Property table + Directory table for directories? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of dB. Sent: Thursday, September 04, 2008 9:46 AM To: General discussion for Windows Installer XML toolset. Subj

[WiX-users] Is there a way to dump all MSI properties?

2008-09-04 Thread dB.
Hi, This is slightly unrelated to wix. I'm writing a deferred custom action that can evaluate a template file. I want to expose all MSI properties as potential variables, so that the user can deploy a file with x=[MSIPUBLICPROPERTY] in it and get the value of MSIPUBLICPROPERTY written to th

[WiX-users] - light.exe problem

2008-09-04 Thread Mark Holland
Hi, I am getting the error below when trying to build my msi. I have 5 wix files tied together using a makfile and only one entry section, so I don't understand this issue. Can anyone point me in the right direction? Where to look? I realise the obvious answer is that I am passing 2 files to the

Re: [WiX-users] Removing User Generated Files

2008-09-04 Thread Pally Sandher
I had to do a similar thing recently due to a plug-in we'd outsourced for development. It is possible to do in MSI but as Bob says it will only work for the user running the uninstall which for your average non-commercial user is fine but it's liable not to work for everyone else as the user instal

[WiX-users] util:InternetShortcut

2008-09-04 Thread Pally Sandher
Does anyone know why util:InternetShorcut creates a .lnk rather than a .url? My current code for creating a web link on the start menu is as follows: ... http://www.iesve.com"; /> ... The shortcut it creates ends up with the first indexed icon from

Re: [WiX-users] Certificate error

2008-09-04 Thread Ryan O'Neill
The error code 3 is a Win32 error for file not found. You can find win32 error codes online or in MSDN or at a dos prompt by typing 'net helpmsg 3' and it will give you the error text a lot of the time. I suggest using filemon (from MS) to see what file is being looked for and where. Ryan -O

Re: [WiX-users] WixUI Banner image sizes

2008-09-04 Thread Pally Sandher
You could create your own Custom UI set with your different sized bitmaps using WiXUI rather than recompile the DLL. Then you could specify it in your Product as you would the stock UI sets e.g. Download the WiX Source, extract it & browse to \src\ext\UIExtension\wixlib\ All the UI .wxs files are

[WiX-users] Uninstall certificate error

2008-09-04 Thread Krzysztof Kozmic
My installer fails during uninstallation. Here's the part of log. MSI (s) (48:98) [12:40:20:375]: Executing op: ActionStart(Name=DeleteMachineCertificate,,) MSI (s) (48:98) [12:40:20:375]: Executing op: CustomActionSchedule(Action=DeleteMachineCertificate,ActionType=11265,Source=BinaryData,Targ

[WiX-users] Certificate error

2008-09-04 Thread Krzysztof Kozmic
I updated to the most recent WiX build. Now I get errors even during instalation InstallCertificates: Error 0x80070057: Failed to open PFX file. InstallCertificates: Error 0x80070057: Failed to get SHA1 hash of certificate. InstallCertificates: Error 0x80070057: Failed to resolve certificate: