MSI Cammandline
Posted: Tue Dec 14, 2004 11:23 am
I have downloaded the Trial Version of InstallAware for evaluation.
Now I finished my first setup with a featue "BUDS SERVER". When tried to launch the installation from commandline with (quite mode)
msiexec /i "buds cs.msi" /qn INSTALLDIR=C:\\Programme\\BUDSSERVER ADDSOURCE=BUDS SERVER /L* "logfile.txt"
I get the MSI Error "2711". Feature name (BUDS SERVER) was not found.
Next I changed the feature name to BUDS_SERVER. When I renamed the feature name within the visual -> feature, I got 2 features, the old one and the new one. Somehow strange but never the less I changed alle existing variables within the script too and then I had the correct changed feature.
I was in hope that the Blank in my first featue name (BUDS SERVER) was not alowed in MSI. I still get the same error.
If I chose not the quite mode means
msiexec /i "buds cs.msi" INSTALLDIR=C:\\Programme\\BUDSSERVER ADDSOURCE=BUDS SERVER /L* "logfile.txt"
I get at first a Message with the same MSI error but I can process the installation.
What do I wrong?
Thank for answering my question.
Now I finished my first setup with a featue "BUDS SERVER". When tried to launch the installation from commandline with (quite mode)
msiexec /i "buds cs.msi" /qn INSTALLDIR=C:\\Programme\\BUDSSERVER ADDSOURCE=BUDS SERVER /L* "logfile.txt"
I get the MSI Error "2711". Feature name (BUDS SERVER) was not found.
Next I changed the feature name to BUDS_SERVER. When I renamed the feature name within the visual -> feature, I got 2 features, the old one and the new one. Somehow strange but never the less I changed alle existing variables within the script too and then I had the correct changed feature.
I was in hope that the Blank in my first featue name (BUDS SERVER) was not alowed in MSI. I still get the same error.
If I chose not the quite mode means
msiexec /i "buds cs.msi" INSTALLDIR=C:\\Programme\\BUDSSERVER ADDSOURCE=BUDS SERVER /L* "logfile.txt"
I get at first a Message with the same MSI error but I can process the installation.
What do I wrong?
Thank for answering my question.