cancel
Showing results for 
Search instead for 
Did you mean: 

NWSAPSETUP - Specified package not supported

maryjane_steele2
Active Participant
0 Kudos

When trying to install NWSAPSETUP by specifying the package (
blah\blah\Setup\NwSapSetup.exe /package:SilabsGUI), I receive the error " The specified package is not supported'. If I just use the /package switch I can select the package with no problems. Any ideas, I am trying to automate the process as much as possible.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Have you tried using the package ID instead of the name?

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi

The package name should have quotation marks:


blah\blah\Setup\NwSapSetup.exe /package:"SilabsGUI"

maryjane_steele2
Active Participant
0 Kudos

I've tried that and I get the same message. For what its worth, on my test installation server it works fine without quotes.

maryjane_steele2
Active Participant
0 Kudos

Hey that worked! Thanks!

Former Member
0 Kudos

Hi,

I had a similar problem and I've solved it as follow:

1. create package definition file for your package

2. for installing you can use script e.g.

nwsapsetup.exe /package:"{2523C24C-902D-41B1-BDD5-0593E5C834BF}" /sms

for SapGui7.1+BW

that's all

Ivan

maryjane_steele2
Active Participant
0 Kudos

I''m not sure what you mean by a package definition file.