I'm not sure if this is really a PowerShell question but some of you here might've come across a similar issue before. I've created a GUI based script compiled as .exe which uses other scripts (.ps1) in subfolders and also invokes WinSCP portable for SFTP transfer. I need to be able to distribute it as a standalone executable (setup.exe) and if I use an .msi file then it'll add it to the registry which I don't want.
Is there any other way of going about this people have seen before? i.e. transferring files and folders completely off site and extracting whilst preserving directory structure?
Thanks
Adam


