Downloads:
21,244
Downloads of v 20.2.0-RC:
89
Last Update:
01 Sep 2021
Package Maintainer(s):
Software Author(s):
- Invantive Software B.V.
Tags:
business dummy exactonline invantive visma-net windows xaf- Software Specific:
- Software Site
- Package Specific:
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Invantive(R) Business for Windows
This is a prerelease version of Invantive(R) Business for Windows.
- 1
- 2
- 3
20.2.0-RC | Updated: 01 Sep 2021
- Software Specific:
- Software Site
- Package Specific:
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
21,244
Downloads of v 20.2.0-RC:
89
Maintainer(s):
Software Author(s):
- Invantive Software B.V.
Invantive(R) Business for Windows 20.2.0-RC
This is a prerelease version of Invantive(R) Business for Windows.
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(R) Business for Windows, run the following command from the command line or from PowerShell:
To upgrade Invantive(R) Business for Windows, run the following command from the command line or from PowerShell:
To uninstall Invantive(R) Business for Windows, 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-business-for-windows --internalize --version=20.2.0-RC --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-business-for-windows -y --source="'INTERNAL REPO URL'" --version="'20.2.0-RC'" --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-business-for-windows -y --source="'INTERNAL REPO URL'" --version="'20.2.0-RC'" --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-business-for-windows
win_chocolatey:
name: invantive-business-for-windows
version: '20.2.0-RC'
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-business-for-windows' do
action :install
source 'INTERNAL REPO URL'
version '20.2.0-RC'
options '--prerelease'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller invantive-business-for-windows
{
Name = "invantive-business-for-windows"
Version = "20.2.0-RC"
Source = "INTERNAL REPO URL"
chocoParams = "--prerelease"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'invantive-business-for-windows':
ensure => '20.2.0-RC',
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.
This package was approved as a trusted package on 01 Sep 2021.
Invantive Business for Windows
Log in or click on link to see number of positives.
- invantive-business-for-windows.20.2.0-RC.nupkg (778cfc7e49c1) - ## / 60
- Invantive Business for Windows-20.2.0-RC.msi (2fa6f79a33fb) - ## / 55
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-2021 Invantive Software B.V., the Netherlands. All rights reserved.
Included components:
- Invantive.Business.Windows 20.2.0-RC
Enhancements:
- Make locker readonly.
- Improve data container ID determination.
Version 20.1.288-BETA, released 2020-10-30.
Enhancements:
- Add option to close application on console menus.
- Split off SQL exceptions from system exceptions.
Bug fixes:
- Fix itgenmuy004 on import Exact Online audit file
- Fix Producer repository log on using managed Oracle driver.
Version 17.33.79-BETA, released 2019-08-28.
Enhancements:
- Extend number of cases in which a COM exception can be ignored when retrieving data from Outlook.
- Auto-discovery for multi-platform products.
- Auto-discovery for multi-platform products.
- Use .NET 4.7 auto scaling for high DPI [ITGEN-4219].
- Display splash screen on startup of Invantive Business.
- Move to Office Starter for faster start-up.
- Include more folder information in Folders@Outlook.
- Update data model.
- Add option to ignore COM exceptions.
- Upgrade to Microsoft.net 4.7.2.
- Dynamic file system support.
- Use better performing Exact Online document tables.
- Upgrade components.
- Add new splash screen image with larger text, 256 colors and thicker border.
- Add splashscreen.
- Delay starting Invantive Business to improve startup performance [ITGEN-451].
- Add missing rows.
- Improve import using original system reference in body text.
- Support insert into other folder and store for contacts, mails, etc [ITGEN-3362].
- Open data from shared calendars [ITGEN-3157].
- Add shared folders to list of folders that can be queried [ITGEN-3180].
- Increase maximum size of result set to above 4 billion rows.
- Query any folder for Outlook items, not only default folders [ITGEN-3084].
- Display Invantive Business-specific group icons.
- Add release notes.
- Add Sample Dummy data source to Invantive Business.
- Add icons for dummy driver on Business.
- Invantive Business metadata and Invantive SQL integration.
- Allow use of Invantive Script with Invantive Business when licensed.
- Add Outlook provider for Invantive Business for Outlook. Supports retrieving mails in the inbox, contacts and appointments using Invantive SQL.
- Add icon for XAF 3.2.
Bug fixes:
- Always enable main tab, don't show license dialog when function is not licensed.
- Fix threading issue Auto Discovery window.
- Improve handling of internal NullReferenceException in Office VSTO.
- Display correct database name even when not using keychain.
- Perform check on Office version only once, instead on every mail opened.
- Correctly display connection status.
- Fix error itgengpr002: insert into contacts no longer working: Too many parameter in call to 'contacts'. Maximum required 2, received 20. [ITGEN-3280].
- Include Outlook metadata in deployed version.
- Add proper escaping of reserved words across all SQL platforms.
- Field data types correct and fix issue inserting on mails.
- Ensure right version of translations get loaded.
- Show correct icon in Add-in menu Outlook [ITGEN-2696].
- Can not start Invantive Business for Windows - itgenaio002 [ITGEN-2572].
Details of Release Notes:
Version 20.1.288:
Fix itgenmuy004 on import Exact Online audit file
src/Invantive.Business.Data/Entities.cs
src/Invantive.Business.Data/EntityFields.cs
-
- dotnet4.7.2 (≥ 4.7.2.20180712)
Ground Rules:
- This discussion is only about Invantive(R) Business for Windows and the Invantive(R) Business for Windows 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(R) Business for Windows, 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.