https://github.com/juhnny5/appvmigrationtool
A tool to migrate an App-V 4.6 package to App-V 5.1
https://github.com/juhnny5/appvmigrationtool
app-v microsoft powershell
Last synced: 7 months ago
JSON representation
A tool to migrate an App-V 4.6 package to App-V 5.1
- Host: GitHub
- URL: https://github.com/juhnny5/appvmigrationtool
- Owner: juhnny5
- License: gpl-3.0
- Created: 2019-01-28T15:32:43.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-30T15:41:51.000Z (about 7 years ago)
- Last Synced: 2025-03-14T23:13:45.973Z (12 months ago)
- Topics: app-v, microsoft, powershell
- Language: PowerShell
- Homepage:
- Size: 1.84 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Start-up guide!

## Programming context
The programming of this graphic tool is part of a study project at the ENI school in Nantes, France. The purpose of this tool is to simplify the conversion from an App-V 4.6 package to a 5.1 package without going through the command line.
## Getting started
Find the full start-up guide [here](https://julien-briault.gitbook.io/appvmigrationtool/).
To be able to install and use the "AppVMigrationTool" tool, you will need:
* PowerShell 3.0 or higher
* .NET framework 3.5 or higher
* App-V Sequencer 5.0 installed on your computer
Check **before executing the binary** file that the _PowerShell commandlets_ are available. Use 32-bit PowerShell!
```text
Get-Module -Name AppvPkgConverter
Get-command *appvlegacy*
```
If you use Windows 10, please install the [Windows ADK](https://docs.microsoft.com/en-us/windows-hardware/get-started/adk-install).
## Install on Windows 10
Download this [zip file](https://github.com/julienbriault/AppVMigrationTool/releases/download/0.0.4/AppVMigrationTool.zip) and launch **AppVMigrationTool.exe** with administrator rights.
## How to use ?
Follow the following link to learn how to use this tool: [Usage](https://github.com/julienbriault/AppVMigrationTool/blob/master/usage.md)