Re: [WiX-users] Setting Compatibility Mode on shortcut for all users

2015-07-07 Thread Wheeler, Blaine (DSHS/DCS)
Although making the appropriate shortcut during installation is the best answer normally - If it isn't working this way could you create the per user shortcut a different way after installation completes. Maybe Active Directory policy or power shell during logon or -Original Message--

Re: [WiX-users] Overwrite a file with a higher Version

2015-05-21 Thread Wheeler, Blaine (DSHS/DCS)
I just had to do this for one of our projects. I temporarily changed the file being downgraded from being its own component to being a dependency of another component. After we did our release I put the component rules back so it is unique in future changes. Original Component section:

Re: [WiX-users] Create text file

2015-03-20 Thread Wheeler, Blaine (DSHS/DCS)
On the whole, an ini file is best created on the first run of the application. This avoids the whole - user context and folder privilege challenge since ini's often have user specific settings they should be stored per user and not per application -Original Message- From: Lars [mailto

Re: [WiX-users] Installing certificate in the 'Personal' store

2014-12-23 Thread Wheeler, Blaine (DSHS/DCS)
The key is the context installation is being executed in and where that context has rights. If you run elevated the install won't have access to your personal store. If you run personal the install may not have access to the root store -Original Message- From: Roni Fuchs [mailto:ro...@

Re: [WiX-users] Upgrading Burn bootstrapper with msi

2014-10-27 Thread Wheeler, Blaine (DSHS/DCS)
Windows Installer can remove the bootstrapper for you. Use the Windows Installer FindRelatedProducts action with the bootstrappers UPGRADECODE and version. -Original Message- From: Mihailo Milenković [mailto:mihailo.milenko...@pstech.rs] Sent: Monday, October 27, 2014 4:08 AM To: w

[WiX-users] Your A-Z case load requests for this weekend

2014-10-10 Thread Wheeler, Blaine (DSHS/DCS)
Should run. Have a good weekend Blaine Wheeler Department of Social and Health Services DCS IT Operations 360.664.5416 blaine.whee...@dshs.wa.gov -- Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer Achiev

Re: [WiX-users] Issues with Wix Installer per-user minor upgrade

2014-08-20 Thread Wheeler, Blaine (DSHS/DCS)
Things that have bitten me in the past: Is the same user ID doing the original install and the upgrade. The user is not an admin The HKLM key is per machine - the per user key would be under HKCU The Windows installer service only recognizes 3 positions of version number x.x.xxx -Original

Re: [WiX-users] Error installing VSTO from MS web-site

2014-05-08 Thread Wheeler, Blaine (DSHS/DCS)
Or - get the specific VSTO version you built your bundle against and either embed it in the bundle or provide your own download link -Original Message- From: darbid [mailto:davidbo...@gmx.de] Sent: Thursday, May 08, 2014 2:28 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users

Re: [WiX-users] Major upgrade removing files

2014-04-23 Thread Wheeler, Blaine (DSHS/DCS)
Can the answer be as simple as when you schedule RemoveExistingProducts? Bob Arnson made this post on his blog that really helped me: http://www.joyofsetup.com/2010/01/16/major-upgrades-now-easier-than-ever/ It includes a link back to MSDN http://msdn.microsoft.com/en-us/library/aa371197%28VS.

Re: [WiX-users] Bootstrapper config file/Answer file

2014-04-03 Thread Wheeler, Blaine (DSHS/DCS)
My experiences is the bootstrapper captures info on the signature or hash of files it is to manage installation of. You have to assemble the content, up the bootstrapper version number and re-compile every time any of the bundles change. This is a good thing as it ensures cohesion of release

[WiX-users] Burn removes package it should not

2013-12-19 Thread Wheeler, Blaine (DSHS/DCS)
I get the same behavior from builds with both Wix 3,7 and 3.8 The only entry if ARP is for the bundle Burn bundle 1.0 installs 2 msi packages. Burn bundle 1.1 has 1 msi upgraded and leaves the other one unchanged. The bundle is a MajorUpgrade and the upgrade code is unchanged. I expect to see t

Re: [WiX-users] Wix MSI not uninstalling files when package uninstalled

2013-10-10 Thread Wheeler, Blaine (DSHS/DCS)
After fighting the default OS locations I finally convinced others around here that going with what the OS wants for directory structure is much simpler to do and more stable and takes fewer steps of code. I have a suggestion that may help and is more stable than a custom action. Set a property

Re: [WiX-users] Download of shared components

2013-10-02 Thread Wheeler, Blaine (DSHS/DCS)
After trying several variations I ended where you have. With common components in a single MSI that goes with several bundles. -Original Message- From: Nicolás Alvarez [mailto:nicolas.alva...@gmail.com] Sent: Wednesday, October 02, 2013 12:29 PM To: General discussion for Windows Inst

Re: [WiX-users] How to remove custom application with malformed uninstall package

2013-08-28 Thread Wheeler, Blaine (DSHS/DCS)
Coincidentally I just read this section of Robert Dickau's tips page http://www.robertdickau.com/msi_tips.html#unfix -Original Message- From: Simon Gerhold [mailto:simon.gerh...@cetis.si] Sent: Wednesday, August 28, 2013 2:14 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] H

Re: [WiX-users] Diffence Betwen WixEdit & Heat.exe

2013-08-06 Thread Wheeler, Blaine (DSHS/DCS)
I'm not familiar with WixEdit but I use Heat frequently and find it to be very solid. If you want the same output from both tools I'd go with Heat. -Original Message- From: Chaitanya Sanapala [PC-BLR-DEV] [mailto:chaita...@pointcross.com] Sent: Tuesday, August 06, 2013 12:18 AM To: WiX

Re: [WiX-users] DirectorySearch

2013-07-17 Thread Wheeler, Blaine (DSHS/DCS)
You can't do that. -Original Message- From: Parkes, Kevin [mailto:kevin.par...@wacom.eu] Sent: Wednesday, July 17, 2013 9:02 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] DirectorySearch I need to install a file into the 64-bit Program Files folder from a 32-bit MSI. I k

Re: [WiX-users] Burn bug or at least a puzzle

2013-06-26 Thread Wheeler, Blaine (DSHS/DCS)
e Digital Signatures tab, click the Details button, does it say the certificate is valid? -Original Message- From: Wheeler, Blaine (DSHS/DCS) [mailto:bwhee...@dshs.wa.gov] Sent: Wednesday, June 26, 2013 4:24 PM To: 'General discussion for Windows Installer XML toolset.' Subjec

Re: [WiX-users] Burn bug or at least a puzzle

2013-06-26 Thread Wheeler, Blaine (DSHS/DCS)
with Windows updates, specifically looking for the root certificate updates. -Original Message- From: Wheeler, Blaine (DSHS/DCS) [mailto:bwhee...@dshs.wa.gov] Sent: Wednesday, June 26, 2013 3:15 PM To: 'General discussion for Windows Installer XML toolset.' Subject: [WiX-users]

[WiX-users] Burn bug or at least a puzzle

2013-06-26 Thread Wheeler, Blaine (DSHS/DCS)
We have a burn bundle of 3 msi payloads. 1 is compressed the other 2 are external. All created with Wix 3.7.1224 The msi are all signed as they build and all install per machine When installing to XP from a network share while logged on as an admin. Burn fails if I sign the bundle (insignia and

Re: [WiX-users] Burn and Wixlibs

2013-05-31 Thread Wheeler, Blaine (DSHS/DCS)
wixlibs. -- John Merryweather Cooper Build & Install Engineer - ESA Jack Henry & Associates, Inc.® Shawnee Mission, KS  66227 Office:  913-341-3434 x791011 jocoo...@jackhenry.com www.jackhenry.com -Original Message- From: Wheeler, Blaine (DSHS/DCS) [mailto:bwhee...@dshs.wa.gov] Sent

[WiX-users] Burn and Wixlibs

2013-05-31 Thread Wheeler, Blaine (DSHS/DCS)
We have about 20 fragments with MSIPackages or EXEPackages in them. I need to build several Bundles that have some of these Fragments in common. How can I refer to them without actually having to add the wxs fragments to each Bundle project. It would be handy to have 1 solution, with all of th

Re: [WiX-users] Bundle creation error using FIPS

2013-05-01 Thread Wheeler, Blaine (DSHS/DCS)
FYI - The Wix Toolset (3.7) still compiles msi and burn packages on XP with either the command line tools or via VS2010. -Original Message- From: Rob Mensching [mailto:r...@robmensching.com] Sent: Tuesday, April 30, 2013 10:54 AM To: General discussion for Windows Installer XML toolset.

Re: [WiX-users] Bundle creation error using FIPS

2013-05-01 Thread Wheeler, Blaine (DSHS/DCS)
XP may be on its deathbed but some of us have to support it and will for quite a while. -Original Message- From: David G. van Hoose [mailto:david.g.vanho...@gmail.com] Sent: Tuesday, April 30, 2013 8:20 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users]

[WiX-users] Burn - MSIPackage and Payload

2013-03-18 Thread Wheeler, Blaine (DSHS/DCS)
Why would you put a element under an or an ? Payload seems redundant when it's the child of one of the other elements, particularly if the MSIPackage has the cab embedded in the msi file. Blaine Wheeler Department of Social and Health Services Project Coordinator SEMS Operations 360.664.541

Re: [WiX-users] Using Update Element of the Bundle?

2013-03-14 Thread Wheeler, Blaine (DSHS/DCS)
e site for information on how to use it. There was also a recent discuss on wix-devs about it. On Tue, Mar 12, 2013 at 1:31 PM, Wheeler, Blaine (DSHS/DCS) < bwhee...@dshs.wa.gov> wrote: > I want to create a self updating setup.exe with Burn. I hope that > using the element of the Bu

Re: [WiX-users] Using Update Element of the Bundle?

2013-03-13 Thread Wheeler, Blaine (DSHS/DCS)
h to JSON if I should pull the important information into there... however, IE renders ATOM really nicely, ala: http://wixtoolset.org/releases/feed/v3.8 On Tue, Mar 12, 2013 at 1:31 PM, Wheeler, Blaine (DSHS/DCS) < bwhee...@dshs.wa.gov> wrote: > I want to create a self updating setup.e

[WiX-users] Using Update Element of the Bundle?

2013-03-12 Thread Wheeler, Blaine (DSHS/DCS)
I want to create a self updating setup.exe with Burn. I hope that using the element of the Bundle with Wix 3.7 will work. The Help says this piece wasn't working yet but it looks like you use it for Wix updates. True? Is there a reason you use a feed or was it just convenience? My plan: Set

Re: [WiX-users] upgrade install errors

2011-11-14 Thread Wheeler, Blaine (DSHS/DCS)
The MSI documentation says that error 2109 mean "Section missing for .ini action" http://msdn.microsoft.com/en-us/library/aa372835(v=VS.85).aspx There is probably a note higher up in the log that can tell you more detail or at least the exact step -Original Message- From: Justin Hull [mai

Re: [WiX-users] Problem with IIS7 and virtual directory

2011-07-01 Thread Wheeler, Blaine (DSHS/DCS)
Do you have the IISExtension name space included at the top? It should look something like this http://schemas.microsoft.com/wix/2006/wi"; xmlns:iis="http://schemas.microsoft.com/wix/IIsExtension"; -Original Message- From: Ulrich Peters [mailto:upet...@mindquake.com.br] Sent: Th

Re: [WiX-users] WiX v3.5 released!

2011-01-31 Thread Wheeler, Blaine (DSHS/DCS)
Congratulations -Original Message- From: Rob Mensching [mailto:r...@robmensching.com] Sent: Monday, January 31, 2011 7:07 AM To: General discussion for Windows Installer XML toolset. Subject: [WiX-users] WiX v3.5 released! WiX v3.5 Released! Tell your friends. Read more here: http://bit.

Re: [WiX-users] If file exists, don't update another file

2010-11-23 Thread Wheeler, Blaine (DSHS/DCS)
Why not give your partner a merge-module or wixlib. That way he is can control which version of your product goes with which version of his and it solves the logo problem Your build consumes the same thing you give the partner and then adds your logo -Original Message- From: MeCoco [mai

Re: [WiX-users] Newbie to Wix for MSI installer.

2010-11-23 Thread Wheeler, Blaine (DSHS/DCS)
It seems to me that the answer, and path you take lies in your audience. If you have control of your systems I expect the XP machines already have .Net 2 because so many applications require it. This gives you the chance to poll the path/configuration managers and learn what they have put in pla

Re: [WiX-users] Default Install Drive to be Largest Free Space Drive of Physical Disk

2010-09-01 Thread Wheeler, Blaine (DSHS/DCS)
Choosing the drive with the largest available space is a function of the Windows Installer, not Wix. You can set the ROOTDRIVE property if you are certain where you application should go. http://msdn.microsoft.com/en-us/library/aa371372(v=VS.85).aspx -Original Message- From: Prabhat_IE [

Re: [WiX-users] Light error with 3.5.2020

2010-08-24 Thread Wheeler, Blaine (DSHS/DCS)
, Wheeler, Blaine (DSHS/DCS) wrote: > C:\delivery\Dev\wix35_public\src\ext\UIExtension\wixlib\ResumeDlg.wxs(18 > ) : error LGHT0197 : The Windows Installer XML variable > !(wix.WixUICostingPopupOptOut) is unknown. Please ensure the variable > is declared on the command line for ligh

[WiX-users] Light error with 3.5.2020

2010-08-23 Thread Wheeler, Blaine (DSHS/DCS)
Candle succeeded but when I run light with the WixUIExtension I get this error. I don't have a c:\deliviery\Dev\Wix30_public\src\ext\UIExtension\wixlib folder on my machine. Was there a problem with creating build 3.5.2020? OutPut Microsoft (R) Windows Installer Xml Linker version 3.5.202

Re: [WiX-users] Porting installer to WiX

2010-07-16 Thread Wheeler, Blaine (DSHS/DCS)
Run the EXE and when the dialog displays - leave it open an search your temp folder for the newest folder and files. The msi should be in there someplace -Original Message- From: Wilson, Phil [mailto:phil.wil...@invensys.com] Sent: Thursday, July 15, 2010 5:03 PM To: General discussion f

Re: [WiX-users] Files not removed upon uninstallation

2010-05-13 Thread Wheeler, Blaine (DSHS/DCS)
The ExecuteMode switch also helps a lot. msiexec /I MySetup.msi /l*v log.txt ExecuteMode="None" -Original Message- From: Castro, Edwin G. (Hillsboro) [mailto:edwin.cas...@fiserv.com] Sent: Thursday, May 13, 2010 9:10 AM To: General discussion for Windows Installer XML toolset. Subject:

[WiX-users] Is there a copyright issue?

2010-02-04 Thread Wheeler, Blaine (DSHS/DCS)
I just ran across this http://www.wix.com/ Blaine Wheeler SEMS Operations 360.664.5416 "The 'silly' question is the first intimation of some totally new development." Alfred North Whitehead -

Re: [WiX-users] Major Upgrades without version change

2009-03-11 Thread Wheeler, Blaine (DSHS/DCS)
I don't think you'd get a downgrade you would like. I think you would end up with a mush of the two slightly different versions of the application because of the component versions. Example: V1 - has component 21 with ver 1.1.27 V2 - has component 21 with ver 1.2.0 You try to reinstall V1 and

Re: [WiX-users] How does digital signing work?

2008-10-06 Thread Wheeler, Blaine (DSHS/DCS)
Here is how we do it. 1. We had to get a 'code signers certificate'. There are many vendors; Verisign, Thawte, Comodo or one of the competitors. If your company already has a certificate, you are saved from much frustration. If not, Comodo has very good instructions about installing the key and

[WiX-users] Heat, Tallow and vb6 dlls

2008-06-02 Thread Wheeler, Blaine (DSHS/DCS)
I'm trying to convert a VB6 msi build from Wise to Wix and ran afoul of Heat and Tallow and trying to tell which of the Reg entries it extracts matter to the wxs fragment. Research led me to the June 07 thread in the Wix forum between Richard.Foster, Neil Sleightholm, Mark Cheyne and others

Re: [WiX-users] Running an action *after* rebooting

2008-05-19 Thread Wheeler, Blaine (DSHS/DCS)
Another way is to install your utility with the msi, write a RunOnce registry key with the command for the utility and then ScheduleReboot. A dialog explaining the need to reboot to finish is nicer than ForceReboot -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Beh

Re: [WiX-users] yep - back to being 100% frustrated

2008-05-15 Thread Wheeler, Blaine (DSHS/DCS)
I'd like to read your notes but unfortunately this link doesn't work for me. http://john.mcfadyen.spaces.live.com I concur with your views on Windows Installer and count myself very lucky to build installs in a closed environment where we control the OS, the installer on has to know 1 language and

Re: [WiX-users] Wix Permission attribute

2008-04-02 Thread Wheeler, Blaine (DSHS/DCS)
I use the well known user "Authenticated Users" in one of our products and it seems to work fine. But we are in XP and I haven't had a chance to see if it will work in Vista. (Sorry for accidentally including the link in my last post) From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On B

Re: [WiX-users] Wix Permission attribute

2008-04-02 Thread Wheeler, Blaine (DSHS/DCS)
I use the well known user "Authenticated Users" in one of our products and it seems to work fine. But we are in XP and I haven't had a chance to see if it will work in Vistahttp://www.dcs.dshs.wa.gov/dcs/semsops/prioritizationteam.asp From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Be

Re: [WiX-users] Preventing upgrades for versions older than the previous release

2008-03-06 Thread Wheeler, Blaine (DSHS/DCS)
the old values in a DB or log file. What are others doing? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of si Sent: Thursday, March 06, 2008 12:26 AM To: Wheeler, Blaine (DSHS/DCS) Cc: WiX Users Subject: Re: [WiX-users] Preventing upgrades for version

[WiX-users] How to create the UI Dialog for an Admin Install

2008-01-04 Thread Wheeler, Blaine (DSHS/DCS)
My MSI works perfectly in the default but I can't figure out how to get the msi to show a folder selection dialog to do an Admin install. My command line says: "msiexec.exe /a mymsi.msi" Do I have to author my own dialog or is there already one in the WIx Source Files I can add using ? I'm usi