Skip to content

Commit

Permalink
Initial release
Browse files Browse the repository at this point in the history
  • Loading branch information
Makazzz committed Dec 1, 2019
0 parents commit 965d993
Show file tree
Hide file tree
Showing 27 changed files with 699 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Ignore App folder
VbsToExePortable/App/VbsToExe/Ps1_To_Exe.exe
VbsToExePortable/App/VbsToExe/Ps1_To_Exe_(x64).exe

# Ignore Data folder
VbsToExePortable/Data

# Ignore Work folder
Work

# Ignore log
pac_installer_log.ini
21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2019 Makazzz

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
53 changes: 53 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
<p align="center">
<img src="./VbsToExePortable/App/AppInfo/appicon_256.png" width="200" alt="VbsToExe logo" title="VbsToExe logo" />
</p>

# VbsToExe Portable<a href="https://portableapps.com/"><img src="https://cdn.portableapps.com/portableapps.com_1546.png" width="309" height="45" alt="PortableApps.com - Your Digital Life, Anywhere" title="PortableApps.com - Your Digital Life, Anywhere" align="right"></a>

<p align="center">
<a href="https://github.com/Makazzz/VbsToExePortable/releases/latest"><img alt="GitHub release (latest by date)" src="https://img.shields.io/github/v/release/Makazzz/VbsToExePortable?color=A4B1D8&logo=**Choose**"></a>
<a href="https://github.com/Makazzz/VbsToExePortable/releases/latest"><img alt="GitHub Releases" src="https://img.shields.io/github/downloads/Makazzz/VbsToExePortable/latest/total?color=1A274D"></a>
<a href="https://github.com/Makazzz/VbsToExePortable/releases"><img alt="GitHub All Releases" src="https://img.shields.io/github/downloads/Makazzz/VbsToExePortable/total?color=A4B1D8"></a>
<a href="https://github.com/Makazzz/VbsToExePortable"><img alt="GitHub repo size" src="https://img.shields.io/github/repo-size/Makazzz/VbsToExePortable?color=1A274D"></a>
<a href="https://raw.githubusercontent.com/Makazzz/VbsToExePortable/master/LICENSE"><img alt="GitHub" src="https://img.shields.io/github/license/Makazzz/VbsToExePortable?color=A4B1D8"></a>
</p>

Convert VBS script files to EXE.

VbsToExe is an application that can convert VBS (.vbs) files to the EXE (.exe) format.

My post on the [PortableApps.com forum](https://portableapps.com/node/61305)

## Download

Download [the latest version of the installer][D1].

All other downloads are available [in the Releases section][D2]. VbsToExe Portable
is packaged in an installer and complete zip file.

[D1]: https://github.com/Makazzz/VbsToExePortable/releases/latest
[D2]: https://github.com/Makazzz/VbsToExePortable/releases

## Features

* Runs a full copy of VbsToExe.
* Completely portable - runs off a USB, cloud drive (DropBox, iCloud drive, OneDrive, etc) or hard drive.
* Does not require administrator privileges, works for any user.
* No need for any external software - simply download extract and run!
* Packaged in PortableApps.com format for easy integration.

## Requirements

* Microsoft Windows 7 or later.
* [PortableApps.com Platform](https://PortableApps.com/download) (Recommended)

## Credits

* VbsToExe Portable is a redistribution of [VbsToExe](https://github.com/99fk/Vbs-To-Exe-Downloader), developed by [Fatih Kodak](https://github.com/99fk).
* [PortableApps.com platform](https://PortableApps.com/download) developed by the [PortableApps.com team](https://PortableApps.com).

## License

* VbsToExe Portable released with the [MIT license](https://raw.githubusercontent.com/Makazzz/VbsToExePortable/master/LICENSE).
* PortableApps.com Launcher released with the [GPL v2.0 license](https://raw.githubusercontent.com/Makazzz/VbsToExePortable/master/VbsToExePortable/Other/Source/LauncherLicense.txt).
* VbsToExe released with the [MIT license](https://raw.githubusercontent.com/Makazzz/VbsToExePortable/master/VbsToExePortable/App/VbsToExe/license.txt).
Binary file added VbsToExePortable/App/AppInfo/Launcher/Splash.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions VbsToExePortable/App/AppInfo/Launcher/VbsToExePortable.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[Launch]
ProgramExecutable=VbsToExe\Vbs_To_Exe.exe
ProgramExecutable64=VbsToExe\Vbs_To_Exe_(x64).exe
DirectoryMoveOK=yes
DisableSplashScreen=true
SplashTime=0
MinOS=7
;CleanTemp=false

[FilesMove]
settings\settings=%PAL:AppDir%\VbsToExe
Binary file added VbsToExePortable/App/AppInfo/appicon.ico
Binary file not shown.
Binary file added VbsToExePortable/App/AppInfo/appicon_128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added VbsToExePortable/App/AppInfo/appicon_16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added VbsToExePortable/App/AppInfo/appicon_256.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added VbsToExePortable/App/AppInfo/appicon_32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added VbsToExePortable/App/AppInfo/appicon_75.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 26 additions & 0 deletions VbsToExePortable/App/AppInfo/appinfo.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
[Format]
Type=PortableApps.comFormat
Version=3.5

[Details]
Name=VbsToExe Portable
AppId=VbsToExePortable
Publisher=Fatih Kodak & PortableApps.com
Homepage=https://github.com/Makazzz/VbsToExePortable
Category=Utilities
Description=Vbs To Exe converts VBS (.vbs) script files to the EXE (.exe) format.
Language=Multilingual

[License]
Shareable=true
OpenSource=true
Freeware=true
CommercialUse=true

[Version]
PackageVersion=3.1.99.1
DisplayVersion=3.2 Dev Test 1

[Control]
Icons=1
Start=VbsToExePortable.exe
Binary file added VbsToExePortable/App/DefaultData/settings/settings
Binary file not shown.
6 changes: 6 additions & 0 deletions VbsToExePortable/App/Readme.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
This directory contains files used by the portable app.
They should generally not be accessed directly by users.

User data or settings should not be stored within the App
directory or its sub-directories. Any data stored here
will likely be deleted on upgrades.
Binary file added VbsToExePortable/App/VbsToExe/Vbs_To_Exe.exe
Binary file not shown.
Binary file not shown.
21 changes: 21 additions & 0 deletions VbsToExePortable/App/VbsToExe/license.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
License Agreement

Copyright (c) 2019 Fatih Kodak

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added VbsToExePortable/Other/Help/Images/Favicon.ico
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 965d993

Please sign in to comment.