Sorry to bud in, but what exactly do you mean by "bin" scripts?
but of course the "official" TheOven method is encoding the files.
Hi anshad,Let's call this a File Container plugin, or Plugin with File Container . ( since bin means too many things, decision made to name that way ;) )follow this route :Giving with the example howApps\HD Tasks\"Active@ Partition Manager 3"plugin preparedon PC Packed:point ActivePartitionManager3.7zand executable PartMan.exeGoooinside folder:Projects\MyScripts\AppsMy\1Prepare\ActivePartitionManager3_PC.Script+open editor and changeTitle=ActivePartitionManager3toTitle=ActivePartitionManager3 - File+Level=5toLevel=0+Selected=FalsetoSelected=None+rename file to ActivePartitionManager3_PC_File.Scriptthan again (repeat) on PC Packed, Goooagain inside folderProjects\MyScripts\AppsMy\1Prepare\ActivePartitionManager3_PC.Scriptopen editor (over small green buton) for ActivePartitionManager3_PC.Script ( Title=ActivePartitionManager3 )top->attachmentsdelete attached file ;)add line to Variables section to bottom[Variables]...%FileContainer%=%ScriptDir%\ActivePartitionManager3_PC_File.Scriptat top of process section add line[Process]If,Not,ExistFile,%FileContainer%,Exit,"%FileContainer% Not Found"and at Extract section change ExtractFile line[Extract]....//ExtractFile,%ScriptFile%,Folder,%SetupFile%,%ProjectTemp%\TempExtractFolder\%ProgramFolder%ExtractFile,%FileContainer%,Folder,%SetupFile%,%ProjectTemp%\TempExtractFolder\%ProgramFolder%....Dinner is ready further cosmetics on this plugin Additional Things (not mandatory) :at FileContainer pluginall lines under: [Interface] [Variables] [Process] sections can be removed (leave sections )and only one line at Process section[Process]Echo,"File Container" sections [Extract] [Launch_Program] can be totally removed,with above, plugin will be cosmetically very FileContainer plugin at first look inside +Having a MyScripts project ( using "MyScripts Add" http://theoven.org/index.php?topic=193.0 ) would make life easier editorially ..ps: MyScripts will be changed to MyPlugins one day, but I don't know when.....***Well, it was in mind to expand PC Packed and PC Innounp to do above automatically, but with timelessness and with low demand, and since it is easy to do manually, postponed to .....I also added this question to FAQhttp://theoven.org/index.php?topic=834.0Q: How to create a Plugin with File Container Plugin (attachment inside a 2nd plugin)I hope above instruction goes smoothly there -> I will modify this post with your further replies where necessary
NewUtils\PC InnounpUtils\PC Packednow on server,Utils\PC Packed now also have FileContainer feature
follow this route :Giving with the example howApps\HD Tasks\"Active@ Partition Manager 3"plugin preparedon PC Packed:point ActivePartitionManager3.7zand executable PartMan.exeGoooinside folder:Projects\MyScripts\AppsMy\1Prepare\ActivePartitionManager3_PC.Script+open editor and changeTitle=ActivePartitionManager3toTitle=ActivePartitionManager3 - File+Level=5toLevel=0+Selected=FalsetoSelected=None+rename file to ActivePartitionManager3_PC_File.Scriptthan again (repeat) on PC Packed, Goooagain inside folderProjects\MyScripts\AppsMy\1Prepare\ActivePartitionManager3_PC.Scriptopen editor (over small green buton) for ActivePartitionManager3_PC.Script ( Title=ActivePartitionManager3 )top->attachmentsdelete attached file ;)add line to Variables section to bottom[Variables]...%FileContainer%=%ScriptDir%\ActivePartitionManager3_PC_File.Scriptat top of process section add line[Process]If,Not,ExistFile,%FileContainer%,Exit,"%FileContainer% Not Found"and at Extract section change ExtractFile line[Extract]..//ExtractFile,%ScriptFile%,Folder,%SetupFile%,%ProjectTemp%\TempExtractFolder\%ProgramFolder%ExtractFile,%FileContainer%,Folder,%SetupFile%,%ProjectTemp%\TempExtractFolder\%ProgramFolder%Additional Things (not mandatory) :at FileContainer pluginall lines under: [Interface] [Variables] [Process] sections can be removed (leave sections )and only one line at Process section[Process]Echo,"File Container" sections [Extract] [Launch_Program] can be totally removed,with above, plugin will be cosmetically very FileContainer plugin at first look inside
PC Provide Files - "MultiArch - MultiExe - SameFolder"check how these lines inside arranged at PC Provide Files - "MultiArch - MultiExe - SameFolder"If,%SourceArch%,Equal,x64,Run,%ScriptFile%,PluginSetx64[PluginSetx64]Set,%ProgramEXE%,%ProgramEXEx64%