Hi, Im trying to write a launcher which allows users to launch freeware apps which dont allow distribution, like Cool PDF. The launcher will open your browser so you can download the binary and then open the folder you need to save it to.
The problem im having is I cant figure out how to get NSIS to open a folder. Ive tried Exec and the folder name, ive tried ExecShell "Open" and the folder name but it just wont open it.
Any ideas?
you could have NSIS download stuff without using the browser.
"What about Love?" - "Overrated. Biochemically no different than eating large quantities of chocolate." - Al Pacino in The Devils Advocate
any pointers?
ITs a straighforward link, just need to download it and save it to a folder.
Sussed it.
I now have a Cool PDF Portable launcher I belive Im allowed to distribute, the launcher is GLP and it downloads Cool PDF from the web site at the users request so complies with their no distribution policy.
If anyones intrested I can post it.
have u tried execwait "explorer C:\windows"
if not why dont u try autoit or maybe try VC++ or delphi someother coding languages? to start off youshould try .net then pick off with something more complex like VC++
Slackware 12 for system
MCP (For XP and Server 2003)
Network + Certified
aim is "nycjv321" (minus quotes)
http://www.megaupload.com/?d=7B7JR8C4
Souce only, no compiled EXE. But should just work.