Jump to content

Recommended Posts

Posted (edited)

Run from the command line this string works, but when packaged I get config failed error. I am sure it is the second set of quotes. I have tried single quotes with no luck and also have tried no quotes. This is for installing via svcpack

;!@Install@!UTF-8!

RunProgram="RunHiddenConsole.exe /w setup.exe /s /v"PROGDIR=C:\Lotus\Notes DATADIR=C:\Lotus\Notes\Data /qn""

;!@InstallEnd@!

Anyone know what I might be doing wrong or perhaps a work around for this?

Edited by m3_del

Posted

I haven't tried either of these so I really can't say if they'll work, but you could try double quotes or substitute the inner quotes with an apostrophe (').

A solution that I know will work is to create a .cmd file with your command line in it and call that instead.

  • 1 month later...
Posted (edited)

Shold by like this

;!@Install@!UTF-8!

RunProgram="RunHiddenConsole /w diskeeper.cmd"

;!@InstallEnd@!

no RunHiddenConsole.exe only RunHiddenConsole

Edited by Yurek3

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...