m3_del Posted August 23, 2006 Posted August 23, 2006 (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 August 23, 2006 by m3_del
RogueSpear Posted August 24, 2006 Posted August 24, 2006 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.
Yurek3 Posted October 15, 2006 Posted October 15, 2006 (edited) Shold by like this;!@Install@!UTF-8!RunProgram="RunHiddenConsole /w diskeeper.cmd" ;!@InstallEnd@!no RunHiddenConsole.exe only RunHiddenConsole Edited November 24, 2006 by Yurek3
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now