[WiX-users] Product Version functions

2013-07-22 Thread Sean Farrow
Hi, I'm just in the process of writing a custom action, I know file version functions are in fileutil.cpp/h. Are Product version functions surfaced by WiX dutil? Regards Sean. -- See everything from the browser to the dat

Re: [WiX-users] Product Version functions

2013-07-22 Thread Sean Farrow
To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Product Version functions Always better to start with what you are trying to accomplish rather than ask a very narrow question with no context. On Mon, Jul 22, 2013 at 3:18 PM, Sean Farrow wrote: > Hi, > I&

Re: [WiX-users] Product Version functions [P]

2013-07-23 Thread Sean Farrow
ble because it's not that complicated to just call MsiGetFileVersion() and parse the results. http://msdn.microsoft.com/en-us/library/windows/desktop/aa370122(v=vs.85).as px Phil -Original Message- From: Sean Farrow [mailto:sean.far...@seanfarrow.co.uk] Sent: Monday, July 22, 2013 10

[WiX-users] queries regarding update deployment

2013-10-05 Thread Sean Farrow
Hi, I'm just in the process of breaking out an installer in to multiple smaller installers. I'd also like to have an auto-updating capability. If I break components of the application in to their own installers and wrap them in an executable (bundle) can I then update the individual msi files? O

Re: [WiX-users] queries regarding update deployment

2013-10-05 Thread Sean Farrow
msi, the dependencies of original bundle will not recognize this and the updated MSI gets not uninstalled during bundle uninstall. Regards, Markus -Original Message----- From: Sean Farrow [mailto:sean.far...@seanfarrow.co.uk] Sent: Samstag, 5. Oktober 2013 20:07 To: General discussion for Windows Ins

[WiX-users] best way to handle su8pporting files

2014-01-19 Thread Sean Farrow
Hi All, I'm in a situation where I'm doing some work for a client integrating some software we have written in to a piece of software they use. They haven't paid for the source, so leaving this behind is not an option. What I need to do is to copy the source file to the target machine, compile th

Re: [WiX-users] best way to handle su8pporting files

2014-01-20 Thread Sean Farrow
nd compile with their software. Any change on doing that? -Original Message----- From: Sean Farrow [mailto:sean.far...@seanfarrow.co.uk] Sent: January-19-14 7:16 AM To: General discussion for Windows Installer XML toolset. Subject: [WiX-users] best way to handle su8pporting files Importance

Re: [WiX-users] best way to handle su8pporting files

2014-01-21 Thread Sean Farrow
no way to hide it in the MSI file because they are very transparent, but you could encrypt it so it couldn't easily be deciphered using something like Orca. Phil Wilson On Mon, Jan 20, 2014 at 5:55 AM, Sean Farrow wrote: > Hi, > Yes, it is because of the integration. The compile pro

[WiX-users] searching for a registry key without worrying about any values

2014-01-24 Thread Sean Farrow
Hi all, I'm in the process of refactoring an installer I wrote a while ago. I've got a situation where I need to check that a registry key exists (I'm not worried about any of the values). What is the best way of doing this and assigning it to a property? I thought about setting the property to

[WiX-users] deploying sql server reports using msi

2011-03-02 Thread Sean Farrow
Hi: I'm currently involved in a project converting crystal reports to ssrs. Does the sql server extension support automatically deploying reports to a report server? Ideally this solution would not need the .net framework during the installation. Regards Sean. -

Re: [WiX-users] Uninstall Previous Inno Setup Installed App

2011-03-10 Thread Sean Farrow
Hi: On a 32-bit version of windows, your key would look like: "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{413B7644-1F93-4890-BD40-AC540C29935B}_is1" I don't tend to use SilentUninstallString in these situations as this stil shows user interface--at least the cancel button if I remember

[WiX-users] Wix Activities for tfs 2010

2011-03-19 Thread Sean Farrow
Hi: I'm currently working with a continuous integration environment and TFS 2010. I was wondering whether anyone has written activities to allow the use of WiX inside tfs natively? I am looking at writing a set of tasks but don't want to duplicate effort. Any information appreciated. Regards Sean.

[WiX-users] copying one folder including sub folders to another

2011-03-24 Thread Sean Farrow
Hi: Is there a custom action in Wix to copy one folder to another, and remove the folder on uninstallation. I need to do this only if a feature is selected. I remember there was something in the community extensions, but carn't remember whether this allowed feature selection to be taken in to acc

[WiX-users] deploying reports to ssrs using Wix

2011-03-24 Thread Sean Farrow
Hi: Is there any way using wix to deploy reports to a report server using the Wix sql extension. I could use rs.exe, but would rather use the web services if possible. Any help appreciated. Regards Sean. -- Enable your sof

[WiX-users] patching using burn

2011-03-26 Thread Sean Farrow
Hi: I'm currently writing a bundle using burn. Later on we will need to write and release patches. As I am using burn, can I use plain .msp/msu files or do I have to use a .exe file? Any help appreciated. Regards Sean. --

[WiX-users] Password protecting an installation, and expiring an installation using burn

2011-04-05 Thread Sean Farrow
Hi: I'm working with a client who needs to do the following. Firstly password protect there installations before the msi is run and ideally at the earliest possible stage, i.e before anything is extracted). And secondly, have the installation expire after a date they define-unique to each install

[WiX-users] Running an msi when using a burn-built bootstrapper

2011-05-02 Thread Sean Farrow
Hi: I know there was some discussion about the ability to run an msi (for the ui portion of an installation) rather than letting burn deal with this? Is this doable as yet? Any help appreciated. Regards Sean. -- WhatsUp Go

[WiX-users] Crystal Reports 8.5 merge module

2011-05-04 Thread Sean Farrow
Hello: Does anyone have a crystal reports 8.5 merge module? I know there is an 8.0 mm on installsite, but I carn't seem to find one for cr8.5. Any help appreciated. Regards Sean. -- WhatsUp Gold - Download Free Network Ma

[WiX-users] CopyFile element query

2011-06-12 Thread Sean Farrow
Hi: I'm currently using the CopyFile element in an installer as follows: Regarding the source dorectory attribute, I have the following directory set up: Should I be using the name or the id attribute from this directory-the documentation is unclear. If I use the name, I get the err

[WiX-users] solution configurations and votive

2011-06-12 Thread Sean Farrow
Hi: I'm using votive 2010, and the latest drop of the wix toolset. I have a solution with x64 platforms in-from c++ custom actions. When I add an installer setup/wixlib with x64 and x86platforms, and then switch the solution platform to x64, it tries to build the x86 platform for the installer p

[WiX-users] installing a shortcut for all users

2011-06-13 Thread Sean Farrow
Hi: Ive labelled a package as per machine, and was wondering whther there is a property/folder in windows installer that equates to the all users\Start menu\Programs folder? I know there is one for the current user but am sure I'm missing something! Any help appreciated. Cheers Sean.

[WiX-users] Buirn Queries

2011-07-02 Thread Sean Farrow
Hi All: I'm currently using burn and have a few questions: Is there a way to run code before/after installing a particular msi. For Example, I am installing 3 msi's, I install msi 1, and then would like to run some code before installing msi 2-is this doable. Secondly, is there a way to show the

[WiX-users] unable to download weekly releases

2011-09-16 Thread Sean Farrow
Hi: I am currently unable to download from the SourceForge site due to the project exceeding it's bandwidth. Any help appreciated. Cheers Sean. -- BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA http://p.sf.net/

[WiX-users] weekly updates

2011-11-30 Thread Sean Farrow
Hi: Havv3.6.2221.0? I don't see any and wondered whether updats had moved. Regards Sean.e there been any weekly updates later than -- All the data continuously generated in your IT infrastructure contains a definitive reco

[WiX-users] Costings in custom actions

2009-12-12 Thread Sean Farrow
Hi: I am in the process of writing a custom action, and using the netfx extension as a base. Within the netfx extension (cost.h) what is the value: const UINT COST_NGEN_NONBLOCKING = 500; used for? What is this value used for and how is this value arrived at? Any help appreciated. Sean. ---

[WiX-users] performing actionsonly on remove

2009-12-27 Thread Sean Farrow
Hi: I need to perform certain actions, show a dialog and read registry values only when Iamremoving a product. Is there a property to help me do this? Cheers Sean. -- This SF.Net email is sponsored by the Verizon Devel

[WiX-users] 32/64-bit setups

2009-12-28 Thread Sean Farrow
Hi: Is it possible to build one msi package that runs natively on both 32and 64 bit setups using Wix? If yes how wouldthis be done? If no is it possible to set pre-processor defines with the votive ui for specific configurations? Cheers Sean.

[WiX-users] short name of the default windows installer directory and the status of burn

2010-01-10 Thread sean farrow
Hi: Does anyone know what the default short name for the default windows installer xml directory is? Also what is the current state of burn, is this usable as yet-if not when is it likely to be? Cheers Sean. -- This S

[WiX-users] burn manifest

2010-01-21 Thread sean farrow
Hi: Are there any current examples available of burn manifest files? Regards Sean. -- Throughout its 18-year history, RSA Conference consistently attracts the world's best and brightest in the field, creating opportunit

[WiX-users] performing an action after the finish buton has been pressed

2010-01-26 Thread sean farrow
Hi: Within an installation I'm currently writing, I have a checkbox that sets a property on one of the dialogues. This property control whether registry values are written. I probably though msi best practices is to add the registry entries to a component, and base them on a property, i.e the pro

[WiX-users] Registering a com server within an installation

2010-01-31 Thread sean farrow
Hi: I have a com server (a .exe file). How do I go about registering this file within an installation. Can I use heat to give me the wix source code? Any help appreciated. Sean. -- The Planet: dedicated and managed hos

[WiX-users] Burn Query

2010-02-01 Thread sean farrow
Hi: I know burn is not quite functional as yet, but I know I will have a requirement to do two things: 1. Determine whether the executable is running on either a 32-bit or 64-bit system. 2. Run a specific msi/install a set of prerequisites. Is burn capable of doing this, and if so wh

[WiX-users] heat and ice's

2010-02-02 Thread sean farrow
Hi: Can head extract the registration information fom a dll com server, if yes what is the command line? Secondly, I'm just creating an installation that doesn't have any directories of it's own, it places files in already existing directories. Will this fail ice validation? Regards Sean. --

[WiX-users] temporary files in an install

2010-02-02 Thread sean farrow
Hi: I'm writing an install, which compiles files onthe fly. I need to remove the source files whilst leaving the compiled binary. What is the best way of doing this soothe source file is used at install time butnot left on the system. Cheers Sean. --

[WiX-users] adding an extension to the Wix build

2010-02-05 Thread sean farrow
Hi: How do I go about adding an extension to the WiX build. Regards Sean. -- The Planet: dedicated and managed hosting, cloud storage, colocation Stay online with enterprise data centers and the best network in the bus

Re: [WiX-users] adding an extension to the Wix build

2010-02-05 Thread sean farrow
e Wix build On 2/5/2010 11:14 PM, sean farrow wrote: > How do I go about adding an extension to the WiX build. > What kind of extension? Which build (WiX itself or your own WiX project)? Please clarify. -- sig://boB http://joy

[WiX-users] Treeview in a wix dialog

2010-02-06 Thread sean farrow
Hi: Is it possible to have a treeview in a wix dialog with checkboxes for some of the elements, or would I have to use an external ui? If the latter is the case, are there any examples. Cheers Sean. -- The Planet: de

Re: [WiX-users] Question about WiX and Delphi

2010-02-07 Thread sean farrow
Hi Detlef: When you say you want ot use WiX, can you elaborate on this. Do you need to install Delphi packages/compile Delphi units, or just install applications written with Delphi? Chers Sean. -Original Message- From: Detlef Rattunde [mailto:detlef.rattu...@t-online.de] Sent: 07 Februar

[WiX-users] Registry search and showing a message box

2010-02-09 Thread sean farrow
Hi: Hi: I need toperform a registry search for an uninstallation program (this is an older version). Where should this be put, this doesn't need to be a launch condition in this case. If the executable exists, I then need to show a message box with yes/no butons, and run the executable is the

Re: [WiX-users] Registry search and showing a message box

2010-02-09 Thread sean farrow
er and use properties you set in that dialog to condition the removal. -Original Message----- From: sean farrow [mailto:sean.far...@seanfarrow.co.uk] Sent: Tuesday, February 09, 2010 3:29 PM To: 'General discussion for Windows Installer XML toolset.' Subject: [WiX-users] Registry search and s

[WiX-users] Adding a dialog to the installation sequence

2010-02-09 Thread sean farrow
Hi: How can I add a dialog to the installation sequence. Preferably without modifying any of the wix .wxs files. Cheers Sean. -- SOLARIS 10 is the OS for Data Centers - provides features such as DTrace, Predictive Self

[WiX-users] Registry search help, and invoking a dialog if a condition is set

2010-02-17 Thread sean farrow
Hi: I need to search for a registry key, store this in a property and then execute a dialogue if the property is set. I also need to execute the found registry key as a custom action, if the yes button is pressed. How would i go about this. Also does wix allow the writing of custom ini files, or

[WiX-users] Error when tryin to install the latest drop of the wix toolset

2010-07-04 Thread Sean Farrow
Hi: When trying to install the latest drop of the Wix toolset the installation doesn't proceed past the install feature selections dialog. It takes me back to what looks like the welcome dialog. Anyone else seen this problem? Cheers Sean. --

[WiX-users] detecting virtual machines

2010-07-04 Thread Sean Farrow
Hi: Is there a way, or could a way be added to wix to detect whether an installation is running under a virtual machine? Cheers Sean. -- This SF.net email is sponsored by Sprint What will you do first with EVO, the fir

[WiX-users] run a custom action in a specific circumstance

2013-02-17 Thread Sean Farrow
Hi: I need to run a custom action when, and only when a component/feature is being installed. Is this possible, or do I need a compiler extension. Any help appreciated. Regards Sean. -- The Go Parallel Website, sponsored b

Re: [WiX-users] run a custom action in a specific circumstance

2013-02-17 Thread Sean Farrow
61(v=vs.85).as px gives examples. Phil -Original Message----- From: Sean Farrow [mailto:sean.far...@seanfarrow.co.uk] Sent: Sunday, February 17, 2013 4:19 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] run a custom action in a specific circumstance Hi: I need to run a custom a

[WiX-users] Issue with a DirectorySearch elemnt

2013-02-22 Thread Sean Farrow
Hi all, I am trying to set up a DirectorySearch element to set a property. My directorySearch currently looks like the following:

[WiX-users] sql ce deployment

2013-02-28 Thread Sean Farrow
Hi, I am considering using Sql ce for my next project that will require a local database. Has anyone done any deployment with this using burn/is thee an msi available to deploy the necessary redistributable bits? Any help appreciated. Regards Sean. ---

[WiX-users] using WiX with team foundation service

2013-02-28 Thread Sean Farrow
Hi, I am looking at using Wix for an installer. We are using Team foundation service for this. Can I just install the NuGet package in to my project and go from there or is there other things I need to do? Any help appreciated. Regards Sean. --

[WiX-users] ice30 in a per-user installer

2013-03-07 Thread Sean Farrow
Hi all, I'm currently putting together a per-user installer that installs somewhere in the users appdata folder. I have the following 2 properties defined and referenced:

Re: [WiX-users] ice30 in a per-user installer

2013-03-07 Thread Sean Farrow
n they don't conflict, even if AppSearch doesn't run. Thanks John On 7 March 2013 15:30, Sean Farrow wrote: > Hi all, > I'm currently putting together a per-user installer that installs somewhere > in the users appdata folder. >

Re: [WiX-users] ice30 in a per-user installer

2013-03-07 Thread Sean Farrow
directory property set to the real path during install. Hope that helps John On 7 March 2013 17:14, Sean Farrow wrote: > Hi John, > > Can I specify the property in the nae attribute. > Regards > Sean. > > -Original Message- > From: John Ludlow [mailto:john.ludl

[WiX-users] acces hklm from a current user installer

2013-03-07 Thread Sean Farrow
Hi, I need to access the hklm key from a per-user install from a registry search element My property looks like: The log looks a follows: Action 20:40:11: AppSearch. Searching for installed applications Action start 20:40:11: AppSearch. AppSearch: Property: JAWS14PATH, Sig

Re: [WiX-users] acces hklm from a current user installer

2013-03-08 Thread Sean Farrow
: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] acces hklm from a current user installer Hi, You're sure your key and value exist ? To me -2147287038 means : not exist Le %:Date:, Sean Farrow a écrit: > Hi, > I need to access the hklm key from a p

Re: [WiX-users] acces hklm from a current user installer

2013-03-08 Thread Sean Farrow
the 32-bit registry. The default value is 'no'. -----Original Message- From: Sean Farrow [mailto:sean.far...@seanfarrow.co.uk] Sent: Friday, March 08, 2013 12:07 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] acces hklm from a cur

Re: [WiX-users] acces hklm from a current user installer

2013-03-08 Thread Sean Farrow
on the value of the Package/@Platform attribute: if the @Platform attribute value is 'x86', the default @Win64 attribute value is 'no'; otherwise, the default value is 'yes'. -Original Message- From: Sean Farrow [mailto:sean.far...@seanfarrow.co.uk] Sent: Fri

[WiX-users] calling a soap service during installation

2013-03-12 Thread Sean Farrow
Hi, I am writing an installation that needs to call a soap web service. I was wondering whether anybody has done this using c++ and therefore has any custom actions. I'm using wix 3.8 for reference. Regards Sean. -- Ever

[WiX-users] issue with fragments in the same project

2013-03-12 Thread Sean Farrow
Hi, I'm currently creating an installer. In one file I have my folder structure: in another file in the same project I have fragments with components defined.I've tried to refer to the INSTALLFOLDER element with both the dire

Re: [WiX-users] issue with fragments in the same project

2013-03-13 Thread Sean Farrow
agments in the same project Where is the ComponentRef to "Salamander.Host.exeFile"? On Tue, Mar 12, 2013 at 5:31 PM, Sean Farrow wrote: > Hi, > > I'm currently creating an installer. > I

Re: [WiX-users] issue with fragments in the same project

2013-03-13 Thread Sean Farrow
ts in the same project If the Feature is under the Product element somewhere then I'm at a loss as to what is actually going wrong. It seems like everything should work. What is the exact command-line and output you are getting from the tools? On Wed, Mar 13, 2013 at 1:46 AM, Sean Farrow wr

[WiX-users] using wildcards with heat

2013-03-14 Thread Sean Farrow
Hi, I'm trying to use heat to harvest files. I'd ideally like to in thi case anyway harvest all *.bat files from a directory to go in to a component group. Is this possible currently. Help appreciated. Cheers Sean. -- Ever

[WiX-users] XmlConfig issue

2013-03-18 Thread Sean Farrow
Hi all, I’m just refactoring and upgrading an installer from v2 to v3.8 of Wix. We are using an XmlConfig from the util extension to modify a config file that is being installed with a .net application. The file is being installed—looking at the directory as the product is being installed, but I

[WiX-users] obain the name of components using msi/wix functions

2013-03-29 Thread Sean Farrow
Hi all, I need to access the name of the components installed for a specific product. I've already got the products enumerated. What I need now is to enumerate the components and obtain the name of each component. Any help appreciated. Regards Sean. ---

[WiX-users] latest weekly build fails to update

2013-04-06 Thread Sean Farrow
Hi, I'm running a machine with the latest weekly builds. I've installed build 3.09 when trying to install build 04/01, this gives me the message that it fails to update. Is there a log file available so I can find out what the issue is? Cheers Sean. --

Re: [WiX-users] latest weekly build fails to update

2013-04-08 Thread Sean Farrow
.408.0 [159C:161C][2013-04-09T06:22:54]i007: Exit code: 0x80070002, restarting: No -Original Message- From: Rob Mensching [mailto:r...@robmensching.com] Sent: 06 April 2013 22:16 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] latest weekly build fails to u

[WiX-users] Issue with votive

2013-04-26 Thread Sean Farrow
Hi, I've got a machine with Wix 4-the latest weekly, visual studio 2010 and visual 2012 update 2. When I install WiX, the visual studio 2010 votive is installed, but there doesn't appear to be to be a votive for vs2012. Is this a known issue or is there one planned going forward. Cheers San.

[WiX-users] When is a 64-bit install needed and heat

2010-09-12 Thread Sean Farrow
Hi: If I'm adding items to the registry in the hkey_classes_root hive do I need both a 32-bit and 64-bit installer. Also is ther a way of asking heat to generate me a code fragment given a com server? Regards Sean. -- Sta

Re: [WiX-users] When is a 64-bit install needed and heat

2010-09-13 Thread Sean Farrow
> > > Also is ther a way of asking heat to generate me a code fragment > > given a > com server? > > as far as i know, as long as you aren't using the "-scom" parameter > they should be automatically harvested. > > Regards, > Fabio > > On Mon

[WiX-users] votive query

2010-09-13 Thread Sean Farrow
Hi: Is there a way withing votive 2008/2010 to add multiple files to the installer? I don't really want to have to go through typing 99% the same code for 52 files, the only thing that will differ is the feature[s] they are added to. Regards Sean. -

[WiX-users] Installing a file in to multiple folders

2010-09-20 Thread Sean Farrow
Hi: Is it possible when running a msi to install a file in to multiple folders. If anyone has had any experience in doing this I'd be greatful for any help. Regards Sean. -- Start uncovering the many advantages of virtual

[WiX-users] listbox/view with check boxes in

2010-09-20 Thread Sean Farrow
Hi: Is it possible within the current user interface of wix to have a listbox/listview with checkboxes in? Any help appreciated. Sean -- Start uncovering the many advantages of virtual appliances and start using them to si

Re: [WiX-users] Installing a file in to multiple folders

2010-09-21 Thread Sean Farrow
ep 20, 2010 at 7:08 PM, Sean Farrow wrote: > Hi: > Is it possible when running a msi to install a file in to multiple folders. > If anyone has had any experience in doing this I'd be greatful for any help. > Regards > Sean. > > -

Re: [WiX-users] Installing a file in to multiple folders

2010-09-22 Thread Sean Farrow
lding, West Of Scotland Science Park, Glasgow G20 0SP Email Disclaimer -Original Message----- From: Sean Farrow [mailto:sean.far...@seanfarrow.co.uk] Sent: 21 September 2010 11:25 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Installing a file in to multiple fo

[WiX-users] Looking for a consultant

2010-09-22 Thread Sean Farrow
Hi: I'm in the process of finishing up a job, the installation is created, but I'd like to add a few other features that require user interface changes. Are there any wix/msi consultants out there that would be prepared to help. This would be paid work. Any help appreciated. Sean.

[WiX-users] Concatinating properties and string literals

2010-09-24 Thread Sean Farrow
Hi: I am in the process of writing a custom action to run an executable, can I concatenate a property name with a string literal of my executable? Regards Sean. -- Nokia and AT&T present the 2010 Calling All Innovators-Nor

[WiX-users] custom action to delete file on uninstallation

2010-09-24 Thread Sean Farrow
Hi: Is there a custom action supplied with WIX to delete files on uninstallation that weren't included in components. I carn't delete the whole directory as some files in the directory aren't of my creating. Any help appreciated. Regards Sean. -

[WiX-users] handling the existance of multiple versions in an installation

2010-09-24 Thread Sean Farrow
Hi: I am writing an installation that requires a product to be installed before installing my product. There can be multiple versions of the product installed on a system. There are multiple paths involved in detecting the product. How would people handle this for best practices given the follow

[WiX-users] Duplicate symbol issue

2010-09-26 Thread Sean Farrow
Hi: I'm creating an installer where I'm modifying the WixUI_InstallDir dialogue set. I've copied the fragment from the file in the source containing the WixUI_InstallDir dialog definition, and in my product.wxs I have: I get the following when trying to compile using visual studio 2008:

[WiX-users] Component marked Win64 being installed on a 32-bit system

2010-09-26 Thread Sean Farrow
Hi: I've got the following component in a .wxs file: It is included in a feature as follows: On a 32-bit version of window xp sp3, the 64-bit component is still being installed. Anyone got any ideas why? I only want

[WiX-users] RegistrySearch element

2010-09-26 Thread Sean Farrow
Hi: I need to use the RegistrySearch element in a property. I need to look a key who's default key has no default value (regedit show "value not set"). What will the property be set to? I'll need to use this property in a launch condition. Should I do this or could I use a custom action to set

[WiX-users] compiling 32/64 bit msi's from the same source

2010-09-26 Thread Sean Farrow
Hi: What is the best way of compiling 32/64 bit msi's from the same sorce. Is there a property already available to check the platform, or should I set a property on the platforms that are 64 bit in visual studio. Cheers Sean. --

[WiX-users] sequencing custom actions

2010-09-26 Thread Sean Farrow
Hi: I need to sequence a custom action before any launch conditions are checked, what sequence is the best one to use. This custom action should run whenever the msi is run. Cheers Sean. -- Start uncovering the many advan

[WiX-users] providing differing output names for 32-64 bit packages

2010-09-30 Thread Sean Farrow
Hi: I have a visual 2010 solution which amongst other things has an installer being compiled for 32/64 bit. I don't appear given that I have two different platforms configured to be able to provide differing output names for these different platforms. I could do this with a post build event-that

[WiX-users] wix preprocessor and votive

2010-09-30 Thread Sean Farrow
Hi: Is there a defined variable within the wix pre-processor that allows me to detect the currently active platform I'm compiling for in visual studio. I have a project with both win32, and x64 platforms, and I want to #ifdef code based on the platform in my wix source. Cheers Sean.

[WiX-users] Multiple actions when a launch condition fails

2010-10-01 Thread Sean Farrow
Hi: I've got an msi that I'm writing, and I'm setting a property if an existing non-msi install is present, if it is, I need to present the user with an dialogue presenting yes/no choices, when yes is pressed run an executable and a dll custom action then continue the installation. If no is pres

[WiX-users] referencing files with out moving them

2010-10-01 Thread Sean Farrow
Hi: I['m compiling differeing configurations. I need to reference a wixlib in the installer which is build earlier in the solution build process. Can I use the same variables as visual studio uses to reference the .wixlib file, in the project, or is there another way? Cheers Sean. --

[WiX-users] using trhe same cab between two different configurations

2010-10-02 Thread Sean Farrow
Hi: Is it possible to use the same cab when building the release builds of two different platforms, the files are exactly the same in both platforms. Any help appreciated. Cheers Sean. -- Start uncovering the many advantag

[WiX-users] performing post install actions on files with specific extensions

2010-10-03 Thread Sean Farrow
Hi: I am installing a bunch of files and need to perform post-processing during the installer on these files. What I need to do is to run a custom action on each file. What is the best way of doing this? Cheers Sean. -- S

[WiX-users] Issues when evaluating a condition

2010-10-03 Thread Sean Farrow
Hi: I'm trying to write a launch condition for my installer. I have the following fragment: When the registry search takes place, it should set the value of the property to "" I hthen have the following condition: The condition is still evaluated to true, even

Re: [WiX-users] using trhe same cab between two different configurations

2010-10-04 Thread Sean Farrow
generates the corresponding cab files setup.cab, setupx86.cab and setupx64.cab 2010/10/4 David Watson : > I've not tried it but check out the -reusecab switch on light. > > -Original Message- > From: Sean Farrow [mailto:sean.far...@seanfarrow.co.uk] > Sent: 02 Octobe

Re: [WiX-users] Issues when evaluating a condition

2010-10-04 Thread Sean Farrow
ssues when evaluating a condition Verify the order between the AppSearch and the LaunchConditions actions in the sequence table. You may have to explicitly set one before or after the other. -Original Message----- From: Sean Farrow [mailto:sean.far...@seanfarrow.co.uk] Sent: Sunday, October 03, 201

Re: [WiX-users] Issues when evaluating a condition

2010-10-04 Thread Sean Farrow
Original Message----- From: Sean Farrow [mailto:sean.far...@seanfarrow.co.uk] Sent: Monday, October 04, 2010 4:51 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Issues when evaluating a condition Will decompiling the msi with dark give me the sequence ta

Re: [WiX-users] Issues when evaluating a condition

2010-10-04 Thread Sean Farrow
[WiX-users] Issues when evaluating a condition http://wix.mindcapers.com/wiki/Launch_Conditions -Original Message----- From: Sean Farrow [mailto:sean.far...@seanfarrow.co.uk] Sent: Monday, October 04, 2010 10:28 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-use

Re: [WiX-users] Issues when evaluating a condition

2010-10-04 Thread Sean Farrow
Hi: Even after changing the order, the conditions are still not working as expected. Anyone got any idea? All I need to do is see a particularly registry key exists. Cheers Sean. -Original Message- From: Sean Farrow [mailto:sean.far...@seanfarrow.co.uk] Sent: 04 October 2010 19:09 To

Re: [WiX-users] Issues when evaluating a condition

2010-10-04 Thread Sean Farrow
ecause the actions will run run in the execute sequence only if the UI sequence didn't run. Generate a verbose log and see what is going on. -Original Message----- From: Sean Farrow [mailto:sean.far...@seanfarrow.co.uk] Sent: Monday, October 04, 2010 12:58 PM To: General discussion for Window

[WiX-users] is there an issue with the latest 3.6 cab file

2010-10-10 Thread Sean Farrow
Hi: Is there an issue with the latest wix 3.6 cab file. It appears to be only 12 m when the other updates have been 25m. Any help appreciated. Regards Sean. -- Beautiful is writing same markup. Internet Explorer 9 supports

[WiX-users] serial number validation

2010-10-29 Thread Sean Farrow
Hi: is serial number validation built in to wix via a dialogue, or would I have to create my own? Regards Sean. -- Nokia and AT&T present the 2010 Calling All Innovators-North America contest Create new apps & games for th

[WiX-users] Deploying sql server express

2010-11-13 Thread Sean Farrow
Hi: I'm in the process of looking at deploying sql server express with an application. What is the best way of doing this, given that sql server express no longer uses merge modules. Any thoughts/advice appreciated. Cheers Sean.

[WiX-users] issue with a condition

2010-11-15 Thread Sean Farrow
Hi: In an install I am writing I have the following property: On my machine this parent key exists but the default key of type res_sz is not set to anything. I then have the following in my On my machine the product is installed, but I k

[WiX-users] property not being used

2010-11-16 Thread Sean Farrow
ECTORY = C:\Documents and Settings\Sean Farrow Property(C): CLIENTUILEVEL = 0 Property(C): CLIENTPROCESSID = 5104 Property(C): VersionDatabase = 200 Property(C): VersionMsi = 4.05 Property(C): VersionNT = 501 Property(C): WindowsBuild = 2600 Property(C): ServicePackLevel = 3 Property(C): ServicePack

  1   2   3   >