MarkRiffey
02-14-2020, 03:35 PM
I have 2 scripts using the /V feature. One is a test script, which works. The other is a production script, which doesnt.
The command line looks like this:
SetupFileName.EXE /S /Q /V _PAC_ "A long string of gibberish with no embedded spaces"
Working script:
4964
"Working" means the message displays the value included on the command line after the /V _PAC_ "ie, this value"
Not working script:
4965
Is there something about the DLL call that requires we do something differently?
When the not-working script is run, the DLL displays a window, even when /V _PAC_ "stuff" is used.
Mark
The command line looks like this:
SetupFileName.EXE /S /Q /V _PAC_ "A long string of gibberish with no embedded spaces"
Working script:
4964
"Working" means the message displays the value included on the command line after the /V _PAC_ "ie, this value"
Not working script:
4965
Is there something about the DLL call that requires we do something differently?
When the not-working script is run, the DLL displays a window, even when /V _PAC_ "stuff" is used.
Mark