You are here

Open folder with NSIS

6 posts / 0 new
Last post
dannyoneill
Offline
Last seen: 17 years 2 months ago
Joined: 2006-12-28 12:23
Open folder with NSIS

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?

Simeon
Simeon's picture
Offline
Last seen: 9 years 5 months ago
DeveloperTranslator
Joined: 2006-09-25 15:15
Maybe

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

dannyoneill
Offline
Last seen: 17 years 2 months ago
Joined: 2006-12-28 12:23
any pointers? ITs a

any pointers?

ITs a straighforward link, just need to download it and save it to a folder.

dannyoneill
Offline
Last seen: 17 years 2 months ago
Joined: 2006-12-28 12:23
Sussed it. I now have a Cool

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.

nycjv321
Offline
Last seen: 15 years 8 months ago
Joined: 2006-06-04 15:53
umm.

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)

dannyoneill
Offline
Last seen: 17 years 2 months ago
Joined: 2006-12-28 12:23
http://www.megaupload.com/?d=

http://www.megaupload.com/?d=7B7JR8C4

Souce only, no compiled EXE. But should just work.

Topic locked