Re: [WiX-users] Burn - WACK, unresolvable warnings?

2015-01-07 Thread Phill Hogland
http://wixtoolset.org/issues/

click 'New Issue'



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Burn-WACK-unresolvable-warnings-tp7590378p7598753.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Dive into the World of Parallel Programming! The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Burn - WACK, unresolvable warnings?

2015-01-07 Thread johannes.schmitt
Where should I create the bug?



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Burn-WACK-unresolvable-warnings-tp7590378p7598751.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Dive into the World of Parallel Programming! The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Burn - WACK, unresolvable warnings?

2014-12-23 Thread Rob Mensching
Sounds like a great thing to open a bug on for the keys that are missing.

_
 Short replies here. Complete answers over there: http://www.firegiant.com/


-Original Message-
From: johannes.schmitt [mailto:johannes.schm...@live.com] 
Sent: Friday, December 19, 2014 12:47 AM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Burn - WACK, unresolvable warnings?

The requirements can be found in section 5.5 here: 
http://msdn.microsoft.com/en-us/windows/desktop/hh749939.aspx
http://msdn.microsoft.com/en-us/windows/desktop/hh749939.aspx  :

This is what the page is saying:
Windows inventory tools and telemetry tools require complete information about 
installed apps. If you are using an MSI-based installer, MSI automatically 
creates the registry entries below. If you are not using an MSI installer, the 
installation module must create the following registry entries during 
installation:
DisplayName
InstallLocation
Publisher
UninstallString
VersionMajor or MajorVersion
VersionMinor or MinorVersion

--
Dive into the World of Parallel Programming! The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Burn - WACK, unresolvable warnings?

2014-12-19 Thread johannes.schmitt
The requirements can be found in section 5.5 here: 
http://msdn.microsoft.com/en-us/windows/desktop/hh749939.aspx
http://msdn.microsoft.com/en-us/windows/desktop/hh749939.aspx  :

This is what the page is saying:
Windows inventory tools and telemetry tools require complete information
about installed apps. If you are using an MSI-based installer, MSI
automatically creates the registry entries below. If you are not using an
MSI installer, the installation module must create the following registry
entries during installation:
DisplayName
InstallLocation
Publisher
UninstallString
VersionMajor or MajorVersion
VersionMinor or MinorVersion




--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Burn-WACK-unresolvable-warnings-tp7590378p7598649.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration  more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Burn - WACK, unresolvable warnings?

2014-12-19 Thread Phill Hogland
Regarding the following comment (and as an alternative approach until the
issue is addressed in Burn):
I'll just have to live with that warning. However, to me, it looks like
the version warnings are just an oversight. Is that so? 
And is there a clean way of resolving these warnings?

The GUID in this reg key is the Bundle/@Id in the
BootstrapperApplicationData.xml file.  (I think I had to also set
Bundle/@dep:ProviderKey for that to be the case.)  So using code shared 
here
http://stackoverflow.com/questions/12846421/getting-display-name-from-packageid
  
you could modify it to get that GUID, in a custom ba, and then property
drive a msi package in your chain to write those values. 





--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Burn-WACK-unresolvable-warnings-tp7590378p7598654.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration  more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Burn - WACK, unresolvable warnings?

2014-07-17 Thread Rob Mensching
Sounds like a bug. Burn should allow you to set that value if it's going to be 
required by Windows. Is that requirement written down somewhere? If so, it'd be 
great to link to it in the bug.

___
 FireGiant  |  Dedicated support for the WiX toolset  |  
http://www.firegiant.com/

-Original Message-
From: wanderb [mailto:wander.br...@gmail.com] 
Sent: Wednesday, July 9, 2014 2:08 PM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Burn - WACK, unresolvable warnings?

I am in the same situation.
The last warning that you are mentioning, InstalLocation is missing, if you 
compare both entrance in the registry values 
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\{GUID}
and the one in
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{GUID},
both are different, and the one in the Wow6432 directory has a parameter 
InstallLocation which I guess is empty. I am currently trying to work something 
out, trying to pass the InstallLocation from the bootrstrapper to avoid the 
warning.
Let me know if you did remove the warning.
Cheers.




--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Burn-WACK-unresolvable-warnings-tp7590378p7595745.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Open source business process management suite built on Java and Eclipse Turn 
processes into business applications with Bonita BPM Community Edition Quickly 
connect people, data, and systems into organized workflows Winner of BOSSIE, 
CODIE, OW2 and Gartner awards http://p.sf.net/sfu/Bonitasoft 
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

--
Want fast and easy access to all the code in your enterprise? Index and
search up to 200,000 lines of code with a free copy of Black Duck
Code Sight - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Burn - WACK, unresolvable warnings?

2014-07-17 Thread wanderb
I checked the source code of WIX 3.X, in the following file 
https://github.com/wixtoolset/wix3/blob/develop/src/burn/engine/registration.cpp
 
if you look at the lines 725,726, it contains the following: 
   // InstallLocation: provided by UI 
   // TODO: need to figure out what InstallLocation means in a chainer.
smile/

InstallLocaton is the parameter in the bundle for Wow6432 registry value in
the x64 Architecture.



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Burn-WACK-unresolvable-warnings-tp7590378p7595947.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Want fast and easy access to all the code in your enterprise? Index and
search up to 200,000 lines of code with a free copy of Black Duck
Code Sight - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Burn - WACK, unresolvable warnings?

2014-07-09 Thread wanderb
I am in the same situation.
The last warning that you are mentioning, InstalLocation is missing, if you
compare both entrance in the registry values
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\{GUID}
and the one in
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{GUID},
both are different, and the one in the Wow6432 directory has a parameter
InstallLocation which I guess is empty. I am currently trying to work
something out, trying to pass the InstallLocation from the bootrstrapper to
avoid the warning.
Let me know if you did remove the warning.
Cheers.




--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Burn-WACK-unresolvable-warnings-tp7590378p7595745.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community Edition
Quickly connect people, data, and systems into organized workflows
Winner of BOSSIE, CODIE, OW2 and Gartner awards
http://p.sf.net/sfu/Bonitasoft
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Burn - WACK, unresolvable warnings?

2013-11-10 Thread Bob Arnson
On 07-Nov-13 11:33, Simon Gustavsson wrote:
 I'll just have to live with that warning. However, to me, it looks like the 
 version warnings are just an oversight. Is that so?
Burn writes the DisplayVersion value instead.

-- 
sig://boB
http://joyofsetup.com/


--
November Webinars for C, C++, Fortran Developers
Accelerate application performance with scalable programming models. Explore
techniques for threading, error checking, porting, and tuning. Get the most 
from the latest Intel processors and coprocessors. See abstracts and register
http://pubads.g.doubleclick.net/gampad/clk?id=60136231iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Burn - WACK, unresolvable warnings?

2013-11-07 Thread Simon Gustavsson
Heya

I've been running the Windows App Certification Kit on my Burn bootstrapper.
I have 5 (It's actually 3) warnings that seem unresolvable due to 
implementation details of Burn (please correct me if I'm wrong).
The warnings are: 
* An optional value 'MajorVersion' is missing or invalid for program MY 
BUNDLE NAME
* An optional value 'MinorVersion' is missing or invalid for program MY 
BUNDLE NAME
* An optional value 'VersionMajor' is missing or invalid for program MY 
BUNDLE NAME
* An optional value 'VersionMinor' is missing or invalid for program MY 
BUNDLE NAME 
* An optional value 'InstallLocation' is missing or invalid for program MY 
BUNDLE NAME

This is on a Windows 8.1 64-bit machine, where Burn writes to 
HKLM\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\{GUID}.
It seems that the Burn engine for some reason omits writing these version 
entries (although it does write (string)BundleVersion).
I understand there might be some debate as to what sort of InstallLocation Burn 
should write, being a chainer and all. So I guess
I'll just have to live with that warning. However, to me, it looks like the 
version warnings are just an oversight. Is that so?
And is there a clean way of resolving these warnings?

Thanks

Simon

--
November Webinars for C, C++, Fortran Developers
Accelerate application performance with scalable programming models. Explore
techniques for threading, error checking, porting, and tuning. Get the most 
from the latest Intel processors and coprocessors. See abstracts and register
http://pubads.g.doubleclick.net/gampad/clk?id=60136231iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users