This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- FlexNet Connect
- :
- FlexNet Connect Forum
- :
- Setup.exe Silent Command line installer is not working
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Dec 13, 2023
04:49 PM
Setup.exe Silent Command line installer is not working
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Dec 14, 2023
08:28 AM
I think the syntax might be a little out here.
After /v"
don't leave a space for example use: /v"/qn
Also as you are using an inverted comma after /v make sure that you close them - after SDSetupSilent.log would be a good place.
So in summary, try:
.exe /s /v"/qn /l*v %windir%SDSetupSilent.log" ALLUSERS=2 SDEBUG=1
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Dec 14, 2023
04:29 PM
Thank you for the quick reply.
The command is working only if I give as below.
.exe /s /v"/qn /l*v %windir%SDSetupSilent.log"
If I am trying to set the properties as part of the command then the installation is not happening.
Is there something going wrong here.