Posts

Showing posts with the label ISOtoUSB

ISOBurn 2.3.8

Image
We have just released iso2usb 2.3.8, However you may have noticed the name has changed. Due to some bad people out there we found our application had the same name as malware leading to our application being flagged by some anti-virus applications. So we desided to change then name to ISOBurn. A few changes you will notice is the layout of the application, ISOBurn is no longer a single exe. We did this to make future changes easier and allow for more robust feature. Once such feature is the ability to stop the application for checking for updates. You can do this by going to the app folder and opening the settings.ini file with note pad. Edit the line CheckForUpdates=True and change True to False. You will also notice the AllowBurnToSystem this setting allows the application to burn an iso to a system volume erasing the current os. We did fix one major bug and that with an issue not properly notifying the user of an update. As always you can get the latest version from the ISOB...

ISO2USB - Version 2.2.7

Image
We have updated iso2usb to version 2.2.7. In this edition we have optimizes the GUI and added a few quality of life changes such as making the burn button the default button (hitting enter will count as clicking the button). With this release we have created a system installer for iso2usb so you can install the software right on your device but don't worry the portable version is still available. iso2usb can be downloaded from the software page here.

ISO2USB Update to version 2.1.6.0

Image
ISO2USB is one of our most popular tools and as such we constantly are looking to make it better. Last week we released update 2.1.5.0 in that version we fixed a few issues like not being able to format to NTFS and we updated the GUI to give the tool a cleaner look and a more snappy feel. During the process of making the changes we found that the progress bar was not working correctly so we make the decision to remove it and replace it with a status message box. Well we have not fixed that and put the progress bar back into the application along with a few performance fixes that will make the application run much better. As of right now ISO2USB still only works on windows 10 but we are working on a windows 7 edition that we hope to release soon. As always you can get the newest version of ISO2USB from the  ISO2USB web page  on our main page  

Manually Burn a ISO file to a USB drive with Command Line

Image
Sometimes a tools doesn't work or Anti-Virus application flag things that they shouldn't. This can be frustrating when all you are trying to do is to burn a ISO file to a USB drive. As frustrating as this can be you can actually do this with only a few command. For the full walk through check out our post over a MosaicMK Software Blog

ISOtoUSB - V2.2.3.5

I just released a new update to my ISOtoUSB tool. The tool now has some better notifications and some bug fixes. you can get more info and download the update from the ISOtoUSB page http://www.sccmtst.com/2018/01/isotousb.html  

ISOtoUSB - Version 2.3.1.4

I have updated my ISOtoUSB to version 2.3.1.4 tool you can get the tool from HERE 

ISOtoUSB

Image
ISOtoUSB is a simple PowerShell script that burns a ISO files to a drive. The script formats the drive then makes the drive bootable and writes the ISO file to the drive. Change Log 3-28-18 Fixed a issue that would stop the ISO file from being dismounted if the file path had a space Fixed a issue that caused the progress description to be obscured by the burn button  Added error logging to the GUI progress description 1-31-18 Added NTFS and FAT32 file system support  Recompiled to exe to a better format  Updated the icon file to be in the script  8-2-17 Removed CD/DVD drives from the Available Drives List Add the File System Label to the Available Drives List Added scroll bars to the Available Drives List  Added the ability to name the new volume label  Removed the Cancel button  Removed the window resizing handle  Script now uses Robocopy to write the ISO files to the drive (Better handles the file copy process) reorgan...

ISOtoUSB - V 2.2.0.2

Image
ISOtoUSB is a simple PowerShell script that burns a ISO file to a drive. The script formats the drive to FAT32 then makes the drive bootable and writes the ISO file to the drive. Changes to the script since the last version Removed CD/DVD drives from the Available Drives List Add the File System Label to the Available Drives List Added scroll bars to the Available Drives List  Added the ability to name the new volume label  Removed the Cancel button  Removed the window resizing handle  Script now uses Robocopy to write the ISO files to the drive (Better handles the file copy process) reorganized the script to be more inline with my other scripts You can download ISOtoUSB from the Tools Download Page   <# .SYNOPSIS Script to create a bootable drive from a ISO .DESCRIPTION Runs a GUI that will show the available Drives on the computer from there you can choose the drive and ISo file to burn to the drive .NO...