
4,494
Downloads
1,234
Downloads of v 2.1.722
9/5/2014
Last update
RMPrepUSB allows the Windows user to easily and quickly 'roll their own' multiboot USB drive.
It allows the user to quickly test, partition, format, install a boot manager, extract or copy files and then test a multiboot (aka multipass) USB bootable drive.
It can also make or restore an image and much more. Multiboot 'point-and-shoot' utilities like YUMI or XBOOT are excellent, however they don't support every different ISO or image.
You will learn too enjoy making your own personal multiboot drive using RMPrepUSB!
To install RMPrepUSB, run the following command from the command line or from PowerShell:
C:\> choco install rmprepusb
To upgrade RMPrepUSB, run the following command from the command line or from PowerShell:
C:\> choco upgrade rmprepusb
Files
Hide- rmprepusb.png
- tools\chocolateyInstall.ps1
Show
$packageName = 'rmprepusb' $installerType = 'EXE' $url = 'https://78462f86-a-abe4fd04-s-sites.googlegroups.com/a/rmprepusb.com/www/documents/release-2-0/Install_RMPrepUSB_Full_2.1.722.zip' $silentArgs = '/S' $validExitCodes = @(0) #please insert other valid exit codes here, exit codes for ms http://msdn.microsoft.com/en-us/library/aa368542(VS.85).aspx try { $chocTempDir = Join-Path $env:TEMP 'chocolatey' $tempDir = Join-Path $chocTempDir "$packageName" # Download and extract installer Install-ChocolateyZipPackage "$packageName" "$url" $tempDir # Run the installer $installer = Join-Path $tempDir 'Install_RMPrepUSB_Full.exe' Install-ChocolateyPackage "$packageName" "$installerType" "$silentArgs" "$installer" -validExitCodes $validExitCodes Write-ChocolateySuccess "$packageName" } catch { Write-ChocolateyFailure "$packageName" $($_.Exception.Message) throw }
- tools\chocolateyUninstall.ps1
Show
$packageName = 'rmprepusb' $installerType = 'EXE' $silentArgs = '/S' $validExitCodes = @(0) #please insert other valid exit codes here, exit codes for ms http://msdn.microsoft.com/en-us/library/aa368542(VS.85).aspx try { $processor = Get-WmiObject Win32_Processor $is64bit = $processor.AddressWidth -eq 64 if ($is64bit) { $unpath = "${Env:ProgramFiles(x86)}\RMPrepUSB\uninstall.exe" } else { $unpath = "$Env:ProgramFiles\RMPrepUSB\uninstall.exe" } Uninstall-ChocolateyPackage "$packageName" "$installerType" "$silentArgs" "$unpath" -validExitCodes $validExitCodes # the following is all part of error handling Write-ChocolateySuccess "$packageName" } catch { Write-ChocolateyFailure "$packageName" "$($_.Exception.Message)" throw }
Virus Scan Results
- rmprepusb.2.1.722.nupkg (40a7b75eb0d8) - ## / 56 - Log in or click on link to see number of positives
- Install_RMPrepUSB_Full_2.1.722.zip (90d519d99771) - ## / 55 - Log in or click on link to see number of positives
Dependencies
This package has no dependencies.
Package Maintainer(s)
Software Author(s)
Tags
Version History
Version | Downloads | Last updated | Status |
---|---|---|---|
RMPrepUSB 2.1.722 | 1234 | Friday, September 5, 2014 | |
RMPrepUSB 2.1.718 | 358 | Thursday, March 27, 2014 | |
RMPrepUSB 2.1.716 | 322 | Tuesday, December 17, 2013 | |
RMPrepUSB 2.1.714.20131027 | 275 | Sunday, October 27, 2013 | |
RMPrepUSB 2.1.714-beta | 277 | Monday, November 4, 2013 | |
RMPrepUSB 2.1.713-beta | 222 | Saturday, September 28, 2013 | |
RMPrepUSB 2.1.712-beta | 255 | Saturday, September 28, 2013 | |
RMPrepUSB 2.1.710 | 275 | Saturday, September 28, 2013 |
Discussion for the RMPrepUSB Package
Ground rules:
- This discussion is only about RMPrepUSB and the RMPrepUSB 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 RMPrepUSB, 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.