Downloads:
105,923
Downloads of v 17.23.17-BETA:
224
Last Update:
11 Jun 2018
Package Maintainer(s):
Software Author(s):
- Invantive Software B.V.
Tags:
control excel invantive office risk management- Software Specific:
- Software Site
- Package Specific:
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Invantive Control for Excel
This is a prerelease version of Invantive Control for Excel.
- 1
- 2
- 3
17.23.17-BETA | Updated: 11 Jun 2018
- Software Specific:
- Software Site
- Package Specific:
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
105,923
Downloads of v 17.23.17-BETA:
224
Maintainer(s):
Software Author(s):
- Invantive Software B.V.
Invantive Control for Excel 17.23.17-BETA
This is a prerelease version of Invantive Control for Excel.
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Invantive Software B.V. The inclusion of Invantive Software B.V. trademark(s), if any, upon this webpage is solely to identify Invantive Software B.V. goods or services and not for commercial purposes.
- 1
- 2
- 3
This Package Contains an Exempted Check
Not All Tests Have Passed
Deployment Method: Individual Install, Upgrade, & Uninstall
To install Invantive Control for Excel, run the following command from the command line or from PowerShell:
To upgrade Invantive Control for Excel, run the following command from the command line or from PowerShell:
To uninstall Invantive Control for Excel, run the following command from the command line or from PowerShell:
Deployment Method:
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
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
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
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download invantive-control-for-excel --internalize --version=17.23.17-BETA --pre --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade invantive-control-for-excel -y --source="'INTERNAL REPO URL'" --version="'17.23.17-BETA'" --prerelease [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 invantive-control-for-excel -y --source="'INTERNAL REPO URL'" --version="'17.23.17-BETA'" --prerelease
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install invantive-control-for-excel
win_chocolatey:
name: invantive-control-for-excel
version: '17.23.17-BETA'
source: INTERNAL REPO URL
state: present
allow_prerelease: yes
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'invantive-control-for-excel' do
action :install
source 'INTERNAL REPO URL'
version '17.23.17-BETA'
options '--prerelease'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller invantive-control-for-excel
{
Name = "invantive-control-for-excel"
Version = "17.23.17-BETA"
Source = "INTERNAL REPO URL"
chocoParams = "--prerelease"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'invantive-control-for-excel':
ensure => '17.23.17-BETA',
install_options => ['--prerelease'],
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.
Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...
This package was approved as a trusted package on 11 Jun 2018.
Invantive Control for Excel
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.
(C) Copyright 2004-2018 Invantive Software B.V., the Netherlands. All rights reserved.
Included components:
- Antlr4.Runtime 4.6.5
- Invantive.Microsoft.WindowsAPICodePack 17.8.2
- Invantive.Producer.Windows 17.23.58-BETA
Version 17.23.15-BETA, released 2018-05-30.
Enhancements:
- Hide log on information in tooltip on connect for Control and Composition when not connected.
Bug fixes:
- Fix itgenuty263: missing definition of transaction and/or primary key column on updateable Invantive Control block.
- Only include current balance sheet, exclude previous years in cash flow prognosis.
Version 17.23.13-BETA, released 2018-05-25.
Bug fixes:
- Reduce memory consumption [ITGEN-2582].
Version 17.23.12-BETA, released 2018-05-23.
Enhancements:
- Improve performance of Exact Online Open / Close balance.
- Add lookup cache for Exact Online GL Accounts.
Version 17.23.10-BETA, released 2018-05-17.
Bug fixes:
- Fix long delay in the editor on the advanced tab.
- Add cache to disk to compensate Exact Online XML GLAccounts getting slower.
Version 17.23.6-BETA, released 2018-05-02.
Enhancements:
- Reduce impact of WPF initialization problem in border/constraint control [ITGEN-2600].
Version 17.16.0, released 2018-04-09.
Enhancements:
- Add sample Last Year Sales Analysis for Exact Online.
- Tune loading facts into Excel within Invantive Control.
- Change cash flow to Exact Online REST.
- Add Excel formula I_EOL_DIV_CODE for Exact Online Division Code.
- Add sample spreadsheet for uploading budgets into Exact Online.
- Register session I/Os for Invantive Control provider.
- Allow specification of currency code for Exact Online item price retrieval.
- Add formulas for Teamleader to Invantive Control for Excel
- Added Data Loader in Control menu.
- Raise error when the Excel used range is very large
- Speed up balances on Exact Online based upon classifications.
- Return 0 when a GL Account Classification has no associated GL Accounts on budget or balance for better performance
- Avoid need for scrolling in partition chooser when there are more than hundreds or thousands of partitions.
- Add UdfMeasurements view to Invantive Control provider with accurate timings on performance of UDF calls.
- Add XAF, XAA and XAS data analysis lists.
- Add XAF 3.2 samples for Data Analysis.
- Add Excel function I_INTEGRATION_ACTIVE for VBA coding.
- Add re-register VBA integration button to tools menu and log on.
- Re-register Invantive Control Functions on every log on to ease VBA coding.
- Allow auto-size result set of I_SQL_SELECT_TABLE UDF for use in VBA.
- Upgrade components to reduce memory footprint, especially in 32-bit Office.
Bug fixes:
- [ITGEN-2460] itgenuty198: "Cannot get range of backup sheet ..." when an error occurs. Then Excel crash.
- Detect Excel errors in ranges and tables queried using the Invantive Control provider.
- Improve performance of filters on sets of GL Account Classifications with over 100 GL Accounts.
- Reduce memory requirements from 4 to 3 GB for Invantive Control.
- Cache also failed SQL select scalar statements.
- Reduce number of errors thrown by UDF by de-duplicating them
- Ensure that text on layout items in Data Analysis fits even when translated.
- Fix 'the value '40638' must match the data type Nullable' for date/time fields in Excel name ranges.
- Improve performance of very high volume of GL balance calculations on Exact Online by factor 100.
- Relabel Invantive Data Cache in ribbon.
- Return #N/A instead of an error window when determining the GL scheme of an unselected Exact Online division.
- Improve errors on invalid path names.
- Improve working of synchronization back to Exact Online and others.
- Fix problem with attempt to end a transaction that never started.
- Show correct version number 7 of VBA module for Generic Functions.
- Prevent issue with building blocks which failed connecting when multiple connections are used. Also made building blocks working on that case.
- Minor change to accommodate Slow or OutOfMemoryException on parameter pick lists. [ITGEN-1940]
- In edge cases allow text to start with '=' when pasting block values.
Details of Release Notes:
Version 17.14.17:
Raise error when the Excel used range is very large
Gives a lot of problems otherwise.
Reduce number of errors thrown by UDF by de-duplicating them
Often there are hundreds of identical errors.
Version 17.14.13:
Return 0 when a GL Account Classification has no associated GL Accounts on budget or balance for better performance
Reduce resolution times of Exact Online tables to object definition by fully qualifying [PR].
Apply server-side filter for year on approximately 25 Exact Online formulas [PR].
-
- dotnet4.7 (≥ 4.7.2053.0)
Ground Rules:
- This discussion is only about Invantive Control for Excel and the Invantive Control for Excel 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 Invantive Control for Excel, 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.