Recently we migrated from LDMS 9.0 to 9.5. I am trying to build some new Software Distribution packages in the new console and I am seeing a problem with the command line options part of the package builder.
Specifically I am working an MSI package and under the INSTALL/UNINSTALL OPTIONS section of the package builider there is a box at the bottom labeled ENTER COMMAND LINE OR SELECT OPTIONS ABOVE AND EDIT COMMAND LINE FOR MSI PACKAGE.
In this section one typically includes such references as "/i /passive /norestart" for MSI packages. I have those and with them included I am able to save the package and see the dialog box close. However, when I add addtional commands per the direction of the MSI publisher, I am unable to save and close the dialog box.
Example, I am adding the following:
/i /passive /norestart CHANNEL=82 ADVANCED_OPTIONS=0 AD_SECURE_MODE=1 ENABLECHANNELSELECT=0
with 9.5 this won't fly; I have to strip out everything past the /norestart reference.
Without removing the additional commands, upon clicking SAVE, I am returned to the INSTALL/UNINSTALL OPTIONS tab of the SD package dialog box. I am unable to close this dialog box while saving changes; I must click CANCEL or the X in the upper right corner of the dialog box. Either option does not save changes.
Now, in 9.0 this worked just fine. In fact, if I open an old SD package and attempt to save and close the package I am unable to do so. The same behavior reported above is happening with the old SD packages.
In the case of this specific package, it is necessary for me to pass the additional command line options onto the MSI. Any idea how I can do this as it isn't working now the way that it used to?