Re: [WiX-users] 1 as the progress message at the end of an install

2014-12-18 Thread Phil Wilson
As Jacob says, the log might help, and if, as you say, it's associated with files being copied then it may be the InstallFiles action. The only other alternative to fixing it would be to try to find it in the ActionText table of the MSI file, a 1 somewhere instead of [1] --- Phil

Re: [WiX-users] 1 as the progress message at the end of an install

2014-12-18 Thread victorwhiskey
Sorry, I don't think it's at copy files. It, the 1 appears after progress is at 100% so I think it's not at copy, but towards the end. Maybe installfinalize/wixcheckreboot? I didn't see anything funky in the log either, but there were ALOT of 1s (= Thanks for the tips! -- View this message in

Re: [WiX-users] 1 as the progress message at the end of an install

2014-12-17 Thread victorwhiskey
Thanks Phil, So the only way to get rid of it is to recompile wix with the fix? Thanks Phil Wilson wrote That text is a template from the WiX ActionText for copying the files, it might be for the InstallFiles action. It should be a template with parameter number in square brackets, maybe

Re: [WiX-users] 1 as the progress message at the end of an install

2014-12-17 Thread Hoover, Jacob
Look for it in the logs, to see where it's happening. Odds are someone (is this a MSI you are building) customized their MSI definition with a ProgressText element. -Original Message- From: victorwhiskey [mailto:victorhwhis...@yahoo.com] Sent: Wednesday, December 17, 2014 3:39 PM To:

Re: [WiX-users] 1 as the progress message at the end of an install

2014-12-16 Thread Phil Wilson
That text is a template from the WiX ActionText for copying the files, it might be for the InstallFiles action. It should be a template with parameter number in square brackets, maybe not exactly this: File:[1], Directory:[9], Size:[6] but similar. To get to the point, I'd guess that the parameter

[WiX-users] 1 as the progress message at the end of an install

2014-12-15 Thread victorwhiskey
Hello, I've been wondering this for awhile now. I'm showing the progress during the install as well as the files that are being installed. At the end of the install, where the file name should be shown it always shows a 1 at the end of the install. What does this mean and is there a way to not