Unpacking Software Livestream

Join our monthly Unpacking Software livestream to hear about the latest news, chat and opinion on packaging, software deployment and lifecycle management!

Learn More

Chocolatey Product Spotlight

Join the Chocolatey Team on our regular monthly stream where we put a spotlight on the most recent Chocolatey product releases. You'll have a chance to have your questions answered in a live Ask Me Anything format.

Learn More

Chocolatey Coding Livestream

Join us for the Chocolatey Coding Livestream, where members of our team dive into the heart of open source development by coding live on various Chocolatey projects. Tune in to witness real-time coding, ask questions, and gain insights into the world of package management. Don't miss this opportunity to engage with our team and contribute to the future of Chocolatey!

Learn More

Calling All Chocolatiers! Whipping Up Windows Automation with Chocolatey Central Management

Webinar from
Wednesday, 17 January 2024

We are delighted to announce the release of Chocolatey Central Management v0.12.0, featuring seamless Deployment Plan creation, time-saving duplications, insightful Group Details, an upgraded Dashboard, bug fixes, user interface polishing, and refined documentation. As an added bonus we'll have members of our Solutions Engineering team on-hand to dive into some interesting ways you can leverage the new features available!

Watch On-Demand
Chocolatey Community Coffee Break

Join the Chocolatey Team as we discuss all things Community, what we do, how you can get involved and answer your Chocolatey questions.

Watch The Replays
Chocolatey and Intune Overview

Webinar Replay from
Wednesday, 30 March 2022

At Chocolatey Software we strive for simple, and teaching others. Let us teach you just how simple it could be to keep your 3rd party applications updated across your devices, all with Intune!

Watch On-Demand
Chocolatey For Business. In Azure. In One Click.

Livestream from
Thursday, 9 June 2022

Join James and Josh to show you how you can get the Chocolatey For Business recommended infrastructure and workflow, created, in Azure, in around 20 minutes.

Watch On-Demand
The Future of Chocolatey CLI

Livestream from
Thursday, 04 August 2022

Join Paul and Gary to hear more about the plans for the Chocolatey CLI in the not so distant future. We'll talk about some cool new features, long term asks from Customers and Community and how you can get involved!

Watch On-Demand
Hacktoberfest Tuesdays 2022

Livestreams from
October 2022

For Hacktoberfest, Chocolatey ran a livestream every Tuesday! Re-watch Cory, James, Gary, and Rain as they share knowledge on how to contribute to open-source projects such as Chocolatey CLI.

Watch On-Demand

Downloads:

5,061

Downloads of v 1.0:

207

Last Update:

17 May 2019

Package Maintainer(s):

Software Author(s):

  • Andreas Wäscher

Tags:

fusion assembly fuslogvw binding foss utilities productivity

Fusion++

This is not the latest version of Fusion++ available.

  • 1
  • 2
  • 3

1.0 | Updated: 17 May 2019

Downloads:

5,061

Downloads of v 1.0:

207

Maintainer(s):

Software Author(s):

  • Andreas Wäscher

Fusion++ 1.0

This is not the latest version of Fusion++ available.

  • 1
  • 2
  • 3

All Checks are Passing

3 Passing Tests


Validation Testing Passed


Verification Testing Passed

Details

Scan Testing Successful:

No detections found in any package files

Details
Learn More

Deployment Method: Individual Install, Upgrade, & Uninstall

To install Fusion++, run the following command from the command line or from PowerShell:

>

To upgrade Fusion++, run the following command from the command line or from PowerShell:

>

To uninstall Fusion++, run the following command from the command line or from PowerShell:

>

Deployment Method:

NOTE

This applies to both open source and commercial editions of Chocolatey.

1. Enter Your Internal Repository Url

(this should look similar to https://community.chocolatey.org/api/v2/)


2. Setup Your Environment

1. Ensure you are set for organizational deployment

Please see the organizational deployment guide

2. Get the package into your environment

  • Open Source or Commercial:
    • Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
    • You can also just download the package and push it to a repository Download

3. Copy Your Script

choco upgrade fusionplusplus -y --source="'INTERNAL REPO URL'" --version="'1.0'" [other options]

See options you can pass to upgrade.

See best practices for scripting.

Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.

If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:


choco upgrade fusionplusplus -y --source="'INTERNAL REPO URL'" --version="'1.0'" 
$exitCode = $LASTEXITCODE

Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
  Exit 0
}

Exit $exitCode

- name: Install fusionplusplus
  win_chocolatey:
    name: fusionplusplus
    version: '1.0'
    source: INTERNAL REPO URL
    state: present

See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.


chocolatey_package 'fusionplusplus' do
  action    :install
  source   'INTERNAL REPO URL'
  version  '1.0'
end

See docs at https://docs.chef.io/resource_chocolatey_package.html.


cChocoPackageInstaller fusionplusplus
{
    Name     = "fusionplusplus"
    Version  = "1.0"
    Source   = "INTERNAL REPO URL"
}

Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.


package { 'fusionplusplus':
  ensure   => '1.0',
  provider => 'chocolatey',
  source   => 'INTERNAL REPO URL',
}

Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.


4. If applicable - Chocolatey configuration/installation

See infrastructure management matrix for Chocolatey configuration elements and examples.

Package Approved

This package was approved by moderator gep13 on 19 May 2019.

Description

Fusion++ is for anyone feeling uncomfortable using the default Assembly Binding Log Viewer from the Windows SDK: FUSLOGVW.exe.
Did you know what "Enable immersive logging" means? Or why you should separate log categories from "Default" and "Native Images"? Did you ever forget to disable the log again and wondered why every .NET application is that slow and your disk runs out of space?
That's where Fusion++ comes in: Just hit "Record" to capture your assembly logs. If you are done, click "Stop" again and investigate binding errors in a beautiful UI. Fusion++ takes care of anything else in the background.


tools\DevExpress.Data.v18.2.dll
md5: E4BCE28374C8D049B4609B9CE9B8F16E | sha1: FB3D4BBDEDA1C2CA19072714FF47D9B702C85678 | sha256: 9794EA107A181A9C4F3F526FA352D6E6BAD6AF0C8864567C6066D96386F2965D | sha512: D21BE79B8385482F4BF0BDDD0BAA9581E6D31BDE51AFAB4061F2C0CC7FE47EC4BDDCB118E104821C9566F850E3EABDF3E6A20BBE6F08D225A0E149AB5AE67F8D
tools\DevExpress.Images.v18.2.dll
md5: 040E711B1C80AA1B6A7706D8C32E6552 | sha1: A02907514DC76C01245CAF5A0B8594D604FD93EB | sha256: 03DF46E46EBECE3AA1E0CCDE2B492183614BB801392CC874982EC618EBA1A099 | sha512: 4571C7A44BA11C1B66746EAC87114911C7891D2F64C4FAC8E5137E0C4926C3801EFEFD5609FF8275F386983CF39FF1A55C869AB75E0A9C19397509B13D45FB39
tools\DevExpress.Office.v18.2.Core.dll
md5: 2A279C8175286185CCCFC817A63E1219 | sha1: 61E1D2E7CEE89A1AE0846ABF03D4D81DFEB96319 | sha256: 00689E3E43B40788CABDA4FD994B498911E5998104E4C7CA03EB114BD62D0EF9 | sha512: A82E24673CC060A9C1B055C6F064F12333EA37ED67582CE347A421F3DCA3B6B68D4816150D374F12EFEEB79A62122E6CA7FB146113C991D8AD32F489B701E13F
tools\DevExpress.Pdf.v18.2.Core.dll
md5: 8ED815B7EF31B6D15807DA5655A25C35 | sha1: 7B7C318F4E98A64AA1FE4FDBFAD36B2A4250FAE1 | sha256: 89FED03F37E3E8429E2176CBE6BA5A2083735C7D0DABAAA2E743E619BEBB594C | sha512: 1D8F3BDE4B2F0B0CF84E05C0131E8F9CB3FBE1FAB85976428B3A7E2EBE8DE4D8A445E17E976930F572D8EA02B08BBD2ECA2750465F987DA86744C5E73F62C3A8
tools\DevExpress.PivotGrid.v18.2.Core.dll
md5: 1146D658C9B311F5004E2A313A47DC56 | sha1: 3DA12768AAD82DE1263F5475A299545AFF70D8B3 | sha256: E2D995B53334B3AD75583C2673B2235CC365C84C89ACB04588D6331A1BEFF5B4 | sha512: B9B9F6D64FF176C1283E7A6B537A66BC642480BFC5DE3E2D1E7536557B68C0BF76D7114291E348E8B378B707834A5E0E53D0B2F2F7225BD5698895029231E6F0
tools\DevExpress.Printing.v18.2.Core.dll
md5: 8260A19CBF3E87DFE8CA27E956F4E90F | sha1: 9468A536AEB8379856E7C351F976ED3F76B952C5 | sha256: 41309C730C63631B4B04437D60F1F5E26655130216B2A01126DAA02147ED4F30 | sha512: EDA3DF95146C9442F3516B17672D7013932ED7961FC490F8576C8A4CAE65C7FD74D19409E8E5927514881A54072A19FEE8A3CD50DA37AFE54048FDC2C8B5D6BE
tools\DevExpress.RichEdit.v18.2.Core.dll
md5: 17C32191B4A058F6EBB252A52A29573E | sha1: 9DA9EB9908607CFCDC99133DBC5BE1E20F6221F0 | sha256: E8726D33B2C15AE3FEB64F9F76A6331D06CB6F56D6DA2D080D1BA1E696B7F295 | sha512: F45B8128DEB68638BE8B93860B38CA4F6FE75E442FE5D010017114D6539081E1101DF3ED64B9A0E5E1376C319CD0881EF780FA8E019A6E02A748FAC11DD5558D
tools\DevExpress.RichEdit.v18.2.Export.dll
md5: EFF3CFEF2FF0DCD248E741DD6CEF5A76 | sha1: 95E348C5573BC567933312D230555ED2A6E00CD1 | sha256: 327938EFC3C91DEF616FB51555D51AB00498A1376DBD2B78E94C2C8217B09636 | sha512: 6A6F9C6730C2F4968A500763A2A18F6176354F57D503BFA19C781A6F53A24B33D45B6BC5803912C36FFF23FDDA2700519E809BF33884B9BD9FC8B3207C7E226C
tools\DevExpress.Sparkline.v18.2.Core.dll
md5: EED9F6D0F36173405A48DF0ED80B8979 | sha1: 7988945445E52A3EBE71E6DD36BB243F252A2826 | sha256: 6652BCFEE21C3247552902A601FE4ABF2F2572ABEABE496EA8E9E9B2FEDF0429 | sha512: B5E010110C78AB72B4245A1A11E224ED69C9AA8D5CC7BC670EA96FD5876191419EE44123C32B9B9CAB694C923EE60EEB9733C4136A04F8A07FC4BB0AD3350C0E
tools\DevExpress.Utils.v18.2.dll
md5: 1EE34FBCE21699BC06F01D859EDE2493 | sha1: DF0D77C8D5747A2329DEF7C5FD0FC39CCF366DCD | sha256: BE6C48436CC0B2DC87085F0460E568A05E694AABA5A65EDB7C9034A0D6DED0A7 | sha512: 3E53375C98C68DCAB498EA3CE37F79B0E21B2A7DD16E32C1082401C82223E2B7972AADD8D48F43C2E14F268793437CA24C40A0F24EA026E94B40E68D6932512C
tools\DevExpress.XtraBars.v18.2.dll
md5: D4032C2D40A28FC5046DF270C2421EC0 | sha1: 7C27EB4B0708D8D223B9A60959E3F1B00E11D37F | sha256: 5AC11F4CFC6E1062CEF9B5091FEF1D16E3E363262192FFAE7D9132A8EC3CA94D | sha512: CC357AAB5AC8EDA8BC9CCB0D301CC423E1FC469EA2AEEC20C2D51EB1B3DCDB430EAF1FF3267BA09CEF36367B8504C09227A0A35809CE6175959EBBF5D6D922A0
tools\DevExpress.XtraEditors.v18.2.dll
md5: ABC3DCEB267A40B97ECA620AC85C771E | sha1: EE9C4DD39AD139F3CF76C1EC5945941E023FCA5B | sha256: 91FBC5B492C25D63B81CF0260D54C96F2CE7F9AF96E6BF1D1FA9536D8C1E62FC | sha512: 0EFE6BB56E6B5B9AA6EC2DCF525C78CCD75BD66F464509A198459BB90AA13CEB0AD545B49BBC1F99BB1BDE4FBF0FCC498E798641272AA3182394ABE226FBEB95
tools\DevExpress.XtraGrid.v18.2.dll
md5: 2FB4081F0B4E57F1E94D5FDB2DFC10C2 | sha1: 9A5B3FE19DA1D8852160EB3AC79F220D1C888B9C | sha256: FE5A744F666723A8853B805F1B190FA18060FC856217AA4C288737EF12E55189 | sha512: 2902A163700AC874467E8B337056281DBB47880FD2A703CD23010E2D157EA023D233B024AAEA383E74944D1C56B3E61FF473F14AEFB270AF94AB1D1979A7A1D4
tools\DevExpress.XtraLayout.v18.2.dll
md5: 0DFD66AFEFAC10D1214E4F6ADD674694 | sha1: 6829E6A62C9454EAAC72D297F095114E7EFB09E7 | sha256: 2540430EF2CD55A888031E51C8E42A0B7D6D8C3B7704A16DE4D0812BFA549743 | sha512: DC7A7A3E88779E5F4A071AE776B432A5AD57D42253FE6B04E7EBB6B35A4CFF44778EEE128366D38C6C8C2C5A85FF9560D5484490925CDA499E6ECE020FB0D56E
tools\DevExpress.XtraNavBar.v18.2.dll
md5: 611ABFF338FFEB2B628D6D08D43F8C82 | sha1: 96FC956F2BFB7B4B68F8DE34888F73213CD1ACCB | sha256: BBB32A8A7D30DC07CEA3C4349D2A1669ECD698FE4E94F729DF84673F920B1497 | sha512: 1DCBC267F6EB0FABA1BCD25609372156D56B4F0C3621385D28A577E75D556EA3BD1CA202C3D58E6FE3B7245678B6AE475B12ABF4E1C45E5798BBAD183353BD33
tools\DevExpress.XtraPivotGrid.v18.2.dll
md5: 3D3C3DEDEFF11E63AC531089B30F32A7 | sha1: 66B671F94F99B180288B453479816FB646D8542A | sha256: 1B624CD8AC0748CA343EDFB16AE4EE68AE5B31B2C1A737BDA9B9140BC096157F | sha512: 0C123C253381495A6ED52C4E2A69D169A9D4063F7F6C606228B756B204CCE636AFFFAA0BACF81B8AD707743E39C97556FBE799931350882A5331C54BC98B8AF6
tools\DevExpress.XtraPrinting.v18.2.dll
md5: AEB8631B49E14895C3C5C754FD87698E | sha1: 3A98CC1FD9AA373E1AF920DCBE07842AEEABD19E | sha256: 2EC16B0B7B74BEF5CD09ED78C13A15FC3A1D903C27F13E3CC2600C54E6B879E6 | sha512: 3AC5CB0664BD1893C633B2C59AA2AEB75D76C0E9EDDBF149544A7F5B54FCD84E25EFCF27FF456C9FF8197CC4E0E09D6B67A406E538A253B7EB6E5B335FA92D63
tools\DevExpress.XtraTreeList.v18.2.dll
md5: 306976CCE99CB6557E76426977943852 | sha1: 876696D54D375E6C463D2F046FA0D0544CDCCCB2 | sha256: 563E4ACB6901CF1C658DC9D4F7EE2077B27E8AAC5CB97B444D32B06B18E69166 | sha512: CFC344C9BA0778F3755FFB1930B74D14C7E2ACEFABB96C5DE3009B090C6A0A67E62F3F45E4F1BAA1A2DA1DF236C527A4A9CF6D8A368083257139693B4D68EF98
tools\DevExpress.XtraVerticalGrid.v18.2.dll
md5: BBD516D7FE4F255CE49AC51CD5D20B0D | sha1: F2CC15D3D4EC94E7D982E9DA20A9C7C29851801C | sha256: 1492A77FF2E18E57B7B62A57C6A5950407A4F8216485E5DAA777E2021F3A7C41 | sha512: 59493CEE3219447E4ECFB4C865947EDA744ADD4E10E42EBCC43A28435B7D00EB6290FA38BE4994935EEFB0B6B2D89D6B0AEBD88278A3C248C4F1EF86B013E10B
tools\DevExpress.XtraWizard.v18.2.dll
md5: A1548BC64A9C68BE5599265B024ED445 | sha1: 5B7FA0C7F27F190BB74324B0DEB0082FC44D7B30 | sha256: 310D07F4EB5D3AC744CBEECF00DB5F83C0FCC7B58F0A4C39CEB87CCE812765B8 | sha512: 5D78904A93618D0122270C3AF2538F85A593A54EDC74FD3F333B9B9ECAA9AF2187D603F02961368A28C6BAC3D2A3073899D171AED599AE4C5235702710A4750E
tools\Fusion++.exe
md5: 9DFBF8022E579EBC72F0B78A2E891A95 | sha1: 61DA8AA70E135550883225009C15DCE13178BD0D | sha256: 398FA716059024302B5D70883014531A54B57B0C78C862A8A63B618022C97E83 | sha512: 656B0BFE8B5B51B96BC38971C8DACCC4E2520E0E00CB12CB4C01063B180E13E531B0923098B594FC54DF0AD45D53C57D6FBBD715740B8C5635180D72BD5C12FE
tools\LICENSE.txt
From: https://github.com/awaescher/Fusion/blob/master/LICENSE

LICENSE

MIT License

Copyright (c) 2019 Andreas Wäscher

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
tools\VERIFICATION.txt
VERIFICATION

Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.

This package is published by the Fusion++ author Andreas Wäscher himself. The binaries are 
identical to other package types published on GitHub.

Log in or click on link to see number of positives.

In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).

Chocolatey Pro provides runtime protection from possible malware.

Add to Builder Version Downloads Last Updated Status
Fusion++ 1.4 1375 Thursday, April 15, 2021 Approved
Fusion++ 1.3 849 Saturday, June 6, 2020 Approved
Fusion++ 1.2 453 Monday, March 16, 2020 Approved
Fusion++ 1.1 596 Monday, May 27, 2019 Approved
Fusion++ 1.0 207 Friday, May 17, 2019 Approved

This package has no dependencies.

Discussion for the Fusion++ Package

Ground Rules:

  • This discussion is only about Fusion++ and the Fusion++ package. If you have feedback for Chocolatey, please contact the Google Group.
  • This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
  • The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
  • Tell us what you love about the package or Fusion++, or tell us what needs improvement.
  • Share your experiences with the package, or extra configuration or gotchas that you've found.
  • If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.
comments powered by Disqus