Re: [WiX-users] Installer ignores InstallDir directory change

2011-08-11 Thread Joe Tilley
Ok, I found out that if I add a Property with the same Id as my install dir's Id and set it to Secure="yes", then the directory change will propagate from client to server during the execute sequence. _________ Joe Tilley FW Murphy Software Engin

[WiX-users] Installer ignores InstallDir directory change

2011-08-11 Thread Joe Tilley
;s Secure attribute to yes, thinking that might allow it to cross to the server-side, but I didn't have any luck with that. Any ideas on why the INSTALLDIR property is disallowed on the server-side? Thanks _ Joe Tilley FW Murphy Software Engineer Office

Re: [WiX-users] WixUI_InstallDir always installs to the same directory

2011-08-04 Thread Joe Tilley
to go try to find out how my registry got hosed during the installer development... _____ Joe Tilley FW Murphy Software Engineer Office (918) 317-4130 Email jtil...@fwmurphy.com -Original Message- From: Chris Lord [mailto:chris.l...@atterotech.com] Sent

Re: [WiX-users] WixUI_InstallDir always installs to the same directory

2011-08-04 Thread Joe Tilley
Yes, I'll check the verbose log. For some reason I always forget to do that. I'm using ProgramFilesFolder, which should be the 32-bit folder no matter which type of machine it's installed on. Also, the package is x86. Thanks _________ Joe Tilley FW

Re: [WiX-users] WixUI_InstallDir always installs to the same directory

2011-08-04 Thread Joe Tilley
Chris, I'll give that a shot. You're adding the Property element directly to the UI element, not as a child of the UIRef element? Thanks _____ Joe Tilley FW Murphy Software Engineer Office (918) 317-4130 Email jtil...@fwmurphy.com -Origin

[WiX-users] WixUI_InstallDir always installs to the same directory

2011-08-04 Thread Joe Tilley
the UI definition: It doesn't seem like there's a lot that can go wrong there. Am I missing something? Thanks _________ Joe Tilley FW Murphy Software Engineer Office (918) 317-4130 Email jtil...@fwmurphy.com “This mes

Re: [WiX-users] How to handle conditional features on upgrade

2011-08-04 Thread Joe Tilley
. Still not sure what I was doing wrong, but I'm happy that it's working as expected now. Thanks for the help! _____ Joe Tilley FW Murphy Software Engineer Office (918) 317-4130 Email jtil...@fwmurphy.com -Original Message----- From: Joe Tilley [m

Re: [WiX-users] How to handle conditional features on upgrade

2011-08-04 Thread Joe Tilley
no error, and if the upgrade is done from a subset to a full install, there are no errors. _________ Joe Tilley FW Murphy Software Engineer Office (918) 317-4130 Email jtil...@fwmurphy.com -Original Message- From: Peter Shirtcliffe [mailto:pshirtcli...@sdl.

[WiX-users] How to handle conditional features on upgrade

2011-08-03 Thread Joe Tilley
e code remains the same). Any ideas on what would cause the "network error"? I've tried messing with RemoveFeatures and MigrateFeatures in my UpgradeVersion element, to no avail. Here is where I'm doing the upgrade check and remove existing features operation:

[WiX-users] Files aren't removed on uninstall

2011-08-02 Thread Joe Tilley
x27;m doing wrong in there. The uninstall completes with no error. Any ideas as to what I'm doing wrong? Thanks in advance _________ Joe Tilley FW Murphy Software Engineer Office (918) 317-4130 Email jtil...@fwmurphy.com “This message and any attachme

[WiX-users] Primary Project Output

2011-07-26 Thread Joe Tilley
Hello, This is my first time using the mailing list, so please forgive any etiquette missteps. I currently use a Windows Installer project inside of VS2010 to create my final MSI package. One feature that I use there is that I can define "Primary Output From <.csproj>" in the File System, and