[WiX-users] instaling a bundle to install an older msi

2013-07-02 Thread jo...@msli.com
Can I make a bundle that always uninstalls the previous msi before installing the new one? I have a bundle that installed an msi. The bundle Version= 2013.07.01.0, the msi Version = 3.0.1 the program build 3699. There was a problem with build 3699 so I must release build 3698, in a way that is

Re: [WiX-users] instaling a bundle to install an older msi

2013-07-03 Thread jo...@msli.com
les > through plan and apply twice: once to remove the previous bundle and the > second time to install the MSI. > > > From: jo...@msli.com > > To: wix-users@lists.sourceforge.net > > Date: Tue, 2 Jul 2013 18:13:45 -0700 > > Subject: [WiX-users] instaling a bun

[WiX-users] need complete file association example where heat is used

2013-08-13 Thread jo...@msli.com
I need help creating a file association though a wix installer, where heat generates the file list wxs (so ID's are dynamic), and I don't want to rely on transforming that file. I understand I am effectively adding a area to the component area for my exe in the heat generated wxs. I haven't foun

[WiX-users] Use a TargetProperty in a Verb in a ProgId, for file association

2013-08-14 Thread jo...@msli.com
I am using wix-3.7 on windows7, to associate my program (Compass.exe) with file-names ending in galileoGlobalProject. I can build the msi and install it, but double clicking a file raises error dialog: "Windows cannot access the specified device, path, or file. You may not have the appropriate pe

Re: [WiX-users] Use a TargetProperty in a Verb in a ProgId, for file association

2013-08-14 Thread jo...@msli.com
Affirmative On Wed, 2013-08-14 at 14:27 -0700, Phill Hogland wrote: > Question ? > > > Is "galileoGlobalProject" your file extension like .doc or .png (without > the period)? > > > > -- > View this message in context: > http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Use-a-Targ

[WiX-users] how to reference an element in heat generated file?

2013-08-15 Thread jo...@msli.com
If heat generates a file with unique identifiers for each element, is it true that the Id of a particular element can't be referenced elsewhere, as there is no way to determine the correct name? I am facing this situation by trying to create a file association, where my exe has an Id that changes

Re: [WiX-users] how to reference an element in heat generated file?

2013-08-16 Thread jo...@msli.com
ended to be performed just once, not > each build. Most projects don't need to be harvested each time, but there are > systems that do require it. > > > "jo...@msli.com" wrote: > > If heat generates a file with unique identifiers for each element, is it > t

[WiX-users] disassemble a bundle

2013-08-19 Thread jo...@msli.com
Is there a way to disassemble a bundle? NOTICE: This email may contain confidential information. Please see http://www.meyersound.com/confidential/ for our complete policy. -- Introducing Performance Central, a new si

Re: [WiX-users] disassemble a bundle

2013-08-19 Thread jo...@msli.com
file, OutputType outputType, String exportBasePath) at Microsoft.Tools.WindowsInstallerXml.Tools.Dark.Run(String[] args) On Mon, 2013-08-19 at 11:55 -0700, Rob Mensching wrote: > Just like everything else: dark.exe. > > > On Mon, Aug 19, 2013 at 11:44 AM, jo...@msli.com wrote: >

Re: [WiX-users] disassemble a bundle

2013-08-19 Thread jo...@msli.com
I see I had to make a directory and extract into it dark.exe -x foo MyProgram-3.1.0-3776-Installer.exe On Mon, 2013-08-19 at 13:52 -0700, jo...@msli.com wrote: > I ask because dark didn't work for me. > > $ dark MyProgram-3.1.0-3776-Installer.exe > Windows Installer Xml D

[WiX-users] bundle error if I build though automated system

2013-08-19 Thread jo...@msli.com
I am trying to figure out what is wrong with a bundle created in my auto-build system. I have created 2 bundles with the same scripts and files files, that differ only in how the scripts where run. The bundle created by the auto-build system has error 0x80004005 -Unspecified error (see attached l

Re: [WiX-users] bundle error if I build though automated system

2013-08-19 Thread jo...@msli.com
hing, aborting execution. [0F0C:07F4][2013-08-19T14:45:05]i330: Removed bundle dependency provider: {0738b243-a7de-4229-8123-de7e99343c3d} [0F0C:07F4][2013-08-19T14:45:05]i352: Removing cached bundle: {0738b243-a7de-4229-8123-de7e99343c3d}, from path: C:\ProgramData\Package Cache\{0738b243-a7de-422

Re: [WiX-users] bundle error if I build though automated system

2013-08-19 Thread jo...@msli.com
I sign the bundle I get this error. An unsigned bundle seems to work. On Mon, 2013-08-19 at 15:36 -0700, jo...@msli.com wrote: > Looks like my log file was stripped out > > [0EA8:0208][2013-08-19T14:44:54]i001: Burn v3.7.1224.0, Windows v6.1 (Build > 7601: Service Pack 1), path:

Re: [WiX-users] bundle error if I build though automated system

2013-08-20 Thread jo...@msli.com
b Mensching wrote: > Did you sign the bundle according to the documentation on the Insignia page? > > > On Mon, Aug 19, 2013 at 4:57 PM, jo...@msli.com wrote: > > > I sign the bundle I get this error. > > An unsigned bundle seems to work. > > > > On Mo

Re: [WiX-users] disassemble a bundle

2013-08-20 Thread jo...@msli.com
we should make that error message more clear. Please file a bug. > > > From: jo...@msli.com > > To: wix-users@lists.sourceforge.net > > Date: Mon, 19 Aug 2013 14:00:08 -0700 > > Subject: Re: [WiX-users] disassemble a bundle > > > > I see I had to

[WiX-users] wild card search in registry

2013-08-23 Thread jo...@msli.com
My bundle needs to perform a conditional install if a 3rd party program if the version installed is none or less than a particular version. The problem is the 3rd party program stores the installed version number in a dynamic guid section of HKLM, so I don't have a deterministic path to the inform

[WiX-users] using WixUI_Advanced

2013-08-29 Thread jo...@msli.com
In my wix msi I am giving the user a choice of per-user vs. system-wide. What is the best way to indicate a nested directory structure in ApplicationFolderName? Examples do not show how to do a nested directory structure. My directory structure looks like this, where the product is nested in

Re: [WiX-users] using WixUI_Advanced

2013-08-29 Thread jo...@msli.com
hat Am I missing? I'm following the Wix 3.6: A Developer's guide to windows Installer XML. On Thu, 2013-08-29 at 09:31 -0700, jo...@msli.com wrote: > In my wix msi I am giving the user a choice of per-user vs. > system-wide. > > What is the best way to indicate a nested dir

Re: [WiX-users] using WixUI_Advanced

2013-08-29 Thread jo...@msli.com
> Shawnee Mission, KS 66227 > Office: 913-341-3434 x791011 > jocoo...@jackhenry.com > www.jackhenry.com > > > > > -Original Message- > From: jo...@msli.com [mailto:jo...@msli.com] > Sent: Thursday, August 29, 2013 4:47 PM > To: General discussion

Re: [WiX-users] using WixUI_Advanced

2013-08-29 Thread jo...@msli.com
Yes. Commenting out WixUI_Common reference did not help. On Thu, 2013-08-29 at 19:09 -0400, Alain Forget wrote: > You can try, but I'm thinking a lot of references to things in the Commons > are going to break. > > -Original Message----- > From: jo...@msli.com [m

Re: [WiX-users] using WixUI_Advanced

2013-08-29 Thread jo...@msli.com
ing... You might try grep WixUI_Advanced > (or equivalent) on all the files in your project and all referenced WiX > projects. > > -- > Edwin G. Castro > > On 8/29/13 3:34 PM, jo...@msli.com wrote: > > Tracking the UIRef > > > > MyProject.wxs: line 63: &g

Re: [WiX-users] using WixUI_Advanced

2013-08-29 Thread jo...@msli.com
rMachineFolder2 WixSetPerUserFolder to WixSetPerUserFolder2 WixSetPerMachineFolder to WixSetPerMachineFolder2 Now I can change things around. On Thu, 2013-08-29 at 18:50 -0700, jo...@msli.com wrote: > I grep'ed for it and found only one UIRef in my code. > > I'm trying t

Re: [WiX-users] Add install InstallScopeDlg to WixUI_InstallDir.wxs

2013-08-30 Thread jo...@msli.com
Shawnee Mission, KS 66227 > Office: 913-341-3434 x791011 > jocoo...@jackhenry.com > www.jackhenry.com > > > > > -Original Message- > From: jo...@msli.com [mailto:jo...@msli.com] > Sent: Friday, August 30, 2013 12:59 PM > To: General discussion for Windows Instal

[WiX-users] Add install InstallScopeDlg to WixUI_InstallDir.wxs

2013-08-30 Thread jo...@msli.com
Hay anyone modified WixUI_InstallDir.wxs to enable a per-user vs. per-machine install? I really like the flow of WixUI_InstallDir, but I need to add an install scope (per-user vs per-machine), to make it more like the old VS Setup Project. I am trying to take pars of WixUI_Advanced.wxs and add th

Re: [WiX-users] Add install InstallScopeDlg to WixUI_InstallDir.wxs

2013-09-04 Thread jo...@msli.com
t; Shawnee Mission, KS 66227 > Office: 913-341-3434 x791011 > jocoo...@jackhenry.com > www.jackhenry.com > > > > > -Original Message- > From: jo...@msli.com [mailto:jo...@msli.com] > Sent: Friday, August 30, 2013 2:16 PM > To: General discussion for Wi

[WiX-users] my icon absent from add/remove programs

2010-02-25 Thread jo...@msli.com
My .wxs file contains the following line: which is supposed to set the icon seen in add/remove program, but I only see the default icon for my application. Are there requirements on MyApp.ico for it to be used in add/remove program? Currently I use an ImageMagick tool to convert it from a t

Re: [WiX-users] my icon absent from add/remove programs

2010-02-26 Thread jo...@msli.com
On Fri, 2010-02-26 at 10:47 +0530, Lisa Gracias wrote: > On Fri, Feb 26, 2010 at 5:26 AM, jo...@msli.com wrote: > > > My .wxs file contains the following line: > > > > > > > You need to set the path to the icon inside an element and give it a > unique

[WiX-users] error: system cannot open the device or file specified

2013-05-16 Thread jo...@msli.com
I am trying to setup a new wix project, but I am running into a few problems and would love some help. Below I include links to my wxs, wxi, ant build, and install logs so that you may save me from this fiery hell. Link to resources:https://gist.github.com/johnstile/5595744 It includes: build.xm

Re: [WiX-users] error: system cannot open the device or file specified

2013-05-17 Thread jo...@msli.com
ally running the compilation from the command line and > hardcoding some values until you work out which bit is wrong, or add > everything to a wixproj / solution if you have that option. > > > -Original Message- > From: jo...@msli.com [mailto:jo...@msli.com] > Sent: 17

Re: [WiX-users] error: system cannot open the device or file specified

2013-05-17 Thread jo...@msli.com
ted folder, and it seems that the install fails > as soon as it switches to the service to do the install. That file/folder > may not allow access by the SYSTEM account. > > Phil > > -----Original Message- > From: jo...@msli.com [mailto:jo...@msli.com] > Sent: Fri

Re: [WiX-users] error: system cannot open the device or file specified

2013-05-17 Thread jo...@msli.com
Found a workaround to permissions issues. icalcs MyProgram.msli /grant Everyone:(F) Not sure why it's an issue, but this gets around it. On Fri, 2013-05-17 at 13:03 -0700, jo...@msli.com wrote: > Phil, > You are a genius! I dragged the MyProgram.msi to the desktop, double > c

[WiX-users] bootstrap a proxy install

2013-05-29 Thread jo...@msli.com
I am looking for a boiler plate example of using wix to make an installer than can conditionally run another msi installer, to ease the user experience. I am making an installer for a program that has a run-time requirement for a proxy, and I bundle the proxy msi in my wix installer. If the proxy

[WiX-users] help controlling uninstall bundle behavior

2013-06-13 Thread jo...@msli.com
I need some help finding a good behavior for uninstalling using bundles. My bundle installs 4 things (wxs at end of this message): Two ExePackage, Two MsiPackage >From "Control Panel"->"Programs and Features", I see an entry for each item in my chain, which I like. I also see multiple entrie

Re: [WiX-users] help controlling uninstall bundle behavior

2013-06-14 Thread jo...@msli.com
3rd party ExePackages don't want to uninstall via the bundle anyway. On Thu, 2013-06-13 at 09:34 -0700, jo...@msli.com wrote: > I need some help finding a good behavior for uninstalling using bundles. > > My bundle installs 4 things (wxs at end of this message): > Two ExePackage, &

[WiX-users] bundle installed multiple times

2013-06-14 Thread jo...@msli.com
Is there a way to prevent a bundle from being installed multiple times? I see many entries in "Programs and Features". My bundle wxs: http://schemas.microsoft.com/wix/2006/wi"; xmlns:bal="http://schemas.microsoft.com/wix/BalExtension"; xmlns:util="http://schemas.microsoft.com/wix/UtilExte

Re: [WiX-users] bundle installed multiple times

2013-06-17 Thread jo...@msli.com
ate entries? On Fri, 2013-06-14 at 21:27 -0700, Rob Mensching wrote: > Increment the version so the new ones remove the old ones? > > > On Fri, Jun 14, 2013 at 6:17 PM, jo...@msli.com wrote: > > > Is there a way to prevent a bundle from being installed multiple times? > &g

Re: [WiX-users] bundle installed multiple times

2013-06-17 Thread jo...@msli.com
rite a custom BA to allow "same version upgrades". Burn engine > doesn't have support for that yet today. > > The current experience is identical to the MSI behavior if you don't set > allow same version upgrades. > > > On Mon, Jun 17, 2013 at 10:

Re: [WiX-users] bundle installed multiple times

2013-06-17 Thread jo...@msli.com
entally remove > previous build. > > 3. It depends on what BA you are using. > > You can do whatever you want with your versioning policy in a BA. It isn't > quite clear to me what versioning policy you're using. When do you change > the version number? > > &

[WiX-users] Finding previous install in the registry from a bundle

2013-06-19 Thread jo...@msli.com
I am trying to create a bundle to install an msi that does not support upgrades, but no warning is shown to the user. If I try to run the msi by hand, I see the error "Another version of ... ", but running the bundle just shows a random guid for the msi is being processed, the bundle completes wit

[WiX-users] reinstall major upgrade removes files yet installed

2014-07-21 Thread jo...@msli.com
For the longest time I have had a wix msi and bundle that I could upgrade or downgrade without having to uninstall first, before installing the version I want to test. Now it seems if a previous install exists, the bundle (or msi) will remove the files from the previous install, and mark the progr

Re: [WiX-users] reinstall major upgrade removes files yet installed

2014-07-22 Thread jo...@msli.com
planning sections of the logs would be the first place to look. > > -Original Message- > From: jo...@msli.com [mailto:jo...@msli.com] > Sent: Monday, July 21, 2014 6:09 PM > To: 'General discussion for Windows Installer XML toolset.' > Subject: [WiX-users] rein

[WiX-users] Unresolved reference to symbol 'WixUI:WixUI_ErrorProgressText

2009-07-21 Thread jo...@msli.com
I newbie using wix3.0.5419.0, and I am having a problem finding the Wix UI library. I have read WixUIExtension.dll is in the directory where I installed Wix, and all I need to do is run light.exe, and the library will be found. Some say A full path to light.exe might be required. In my wxs, in

[WiX-users] end up with emtpy msi

2009-07-22 Thread jo...@msli.com
I am using wix3.0.5419.0 to generate an msi from 2 wxs files (first sets project, second sets files in a tag), but the resulting msi is too small and doesn't work. Incantations to generate msi in my build product directory: Paraffin.exe -dir '.\.' -custom "MyApp" -g -alias '.\' -ext '.WXS' MyApp

Re: [WiX-users] end up with emtpy msi

2009-07-22 Thread jo...@msli.com
> order to include content of fragment to resulting msi you need to reference > something from fragment in your main wxs file. Search for elements like > FeatureRef, ComponentRef, PropertyRef, etc. > > Alex > > > > > > -Original Message- > From: jo...@ms

[WiX-users] how to force uninstall before install

2009-07-24 Thread jo...@msli.com
I am going thought the process of making msi's for new versions of my software. I would like to force the user to uninstall before installing the new version, so I would like some install dialog to stop them there. Where can I find some info on doing this? CONFIDENTIALITY NOTICE: This electronic

[WiX-users] correctly define preprocessor var in wxs?

2009-07-24 Thread jo...@msli.com
I have been struggling to find one simple example of defining a preprocessor variable in the wxs file. Currently, If I Append this to my candle command line: -dMyVar='foo.exe' then references to $(var.MyVar) in wxs work. But no matter how I define MyVar in the main wxs, they are not found. Why

Re: [WiX-users] correctly define preprocessor var in wxs?

2009-07-24 Thread jo...@msli.com
I have also tried: And But nothing works. On Fri, 2009-07-24 at 11:47 -0700, jo...@msli.com wrote: > I have been struggling to find one simple example of defining a > preprocessor variable in the wxs file. > > Currently, If I Append this to my candle command line:

Re: [WiX-users] correctly define preprocessor var in wxs?

2009-07-24 Thread jo...@msli.com
)'. If I run candle with: -dMyVar="foo.exe" Candle succeeds. What is my malfunction? On Fri, 2009-07-24 at 20:00 +0100, Russell Hind wrote: > To define pre-processor variables (equivelant to -d passed to > Candle.exe) use > > > > Cheers > > Russe

Re: [WiX-users] correctly define preprocessor var in wxs?

2009-07-24 Thread jo...@msli.com
yes. specifically I used it as: Target="[INSTALLDIR]$(var.MyVar)" On Fri, 2009-07-24 at 20:07 +0100, Russell Hind wrote: > On 24 Jul 2009, at 19:59, jo...@msli.com wrote: > > > I have also tried: > > > > > > When you did this, do you use it as:

Re: [WiX-users] correctly define preprocessor var in wxs?

2009-07-24 Thread jo...@msli.com
gt; in other files). That is why .wxi files exist (see the help for > ). > > -Original Message- > From: jo...@msli.com [mailto:jo...@msli.com] > Sent: Friday, July 24, 2009 12:19 PM > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users]

Re: [WiX-users] correctly define preprocessor var in wxs?

2009-07-25 Thread jo...@msli.com
Most of the time wxi files end in ".wxi" not ".wxs". > > Also, IIRC, the Include (since it is the root element) needs to specify the > wix namespace (not shown in your example). > > -Original Message- > From: jo...@msli.com [mailto:jo...@msli.com] >

Re: [WiX-users] correctly define preprocessor var in wxs?

2009-07-27 Thread jo...@msli.com
Perfect! That solved my problem. Thank you. On Sat, 2009-07-25 at 14:19 -0400, Bob Arnson wrote: > jo...@msli.com wrote: > > The lines in MyApp.variables.wxi > > > > > > Try dropping the $() surrounding it; the $() syntax tells the > preprocessor to insert

[WiX-users] Can ProgId look at header of file to determin file association?

2009-08-07 Thread jo...@msli.com
My application uses an xml data file, but it seems wrong to use ProgId to associate all xml files with my app. Is there some method to use the header in the xml to associate my some xml files with may app? CONFIDENTIALITY NOTICE: This electronic mail message and any attachment hereto may conta