How to make Skype a PortableApp
Create the following directories beneath your PortableApps directory
SkypePortable
SkypePortable\Skype
SkypePortable\Skype\Data
Obtain the Skype.exe from an existing installation on any PC. Copy the Skype .exe to the following directory.
SkypePortable\Skype
Donwload and Install AutoIT http://www.autoitscript.com/autoit3/
Create a Script, using the AutoIT editor, with the following line
Run(".\PortableApps\SkypePortable\Skype\skype.exe /datapath:.\PortableApps\SkypePortable\Skype\Data /removable")
Compile the Script, using the AutoIT compiler, as follows
- Read more about How to make Skype a PortableApp
- 2 comments
- Log in or register to post comments