-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 965d993
Showing
27 changed files
with
699 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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). |
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
11
VbsToExePortable/App/AppInfo/Launcher/VbsToExePortable.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 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
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 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.
Oops, something went wrong.