hi all
new to nsis - absolutely loving it. one thing i cant seem to find out is this:
a shorcut i need to make has to have these parameters:
"path_to_exe" "path_to_doc" "/apps own command" "path_to_second_doc"
the inverted commas need to be in place for the shortcut to work. ive tried placing a back/forward slash before the ", but to no avail. basically, i just need that darn inverted comma.
in case you were wondering, im creating a simple installer for an Access db file. in the shortcut, i need access.exe called up, then the db file, then the access command line, then the workgroup security file.
Thanks for the help!
thegonzo
new to nsis - absolutely loving it. one thing i cant seem to find out is this:
a shorcut i need to make has to have these parameters:
"path_to_exe" "path_to_doc" "/apps own command" "path_to_second_doc"
the inverted commas need to be in place for the shortcut to work. ive tried placing a back/forward slash before the ", but to no avail. basically, i just need that darn inverted comma.
in case you were wondering, im creating a simple installer for an Access db file. in the shortcut, i need access.exe called up, then the db file, then the access command line, then the workgroup security file.
Thanks for the help!
thegonzo
Comment