Hi, I would like to create a script to compile with NSIS that works via "open with".
Suppose we have a .txt file, on the txt file I right-click, "open with" and select the executable compiled with NSIS. Subsequently the same executable will transfer the opening of the file to specific software.
Is it possible to insert a string of code that does what I wrote inside an nsi script?
Basically I was planning to create a Launcher to be able to make software portable without relying on third party software similar to PortableApps.com Launcher or WinPenPack's X-Launcher.
Other features I managed to implement but unfortunately "open with" does not work.
Suppose we have a .txt file, on the txt file I right-click, "open with" and select the executable compiled with NSIS. Subsequently the same executable will transfer the opening of the file to specific software.
Is it possible to insert a string of code that does what I wrote inside an nsi script?
Basically I was planning to create a Launcher to be able to make software portable without relying on third party software similar to PortableApps.com Launcher or WinPenPack's X-Launcher.
Other features I managed to implement but unfortunately "open with" does not work.
Comment