Nav 2017 Install without powershell
SteveKnott
Member Posts: 50
Hi,
Anyone have an idea if possible @ all to install NAV 2017 ( without using the wizard perhaps ) ?
If Windows Powershell 3.0 is not available? I know it technically isn't supported. I can install Powershell 3.0 - but the PowerShell install breaks Exchange and Sharepoint - SBS 2011 ...
Any ideas or am I out of luck ?
Anyone have an idea if possible @ all to install NAV 2017 ( without using the wizard perhaps ) ?
If Windows Powershell 3.0 is not available? I know it technically isn't supported. I can install Powershell 3.0 - but the PowerShell install breaks Exchange and Sharepoint - SBS 2011 ...
Any ideas or am I out of luck ?
0
Best Answer
-
To install NST server try to copy the Service folder into the C:\Program Files\Microsoft Dynamics NAV\100\ then use sc command line utility to create a service.
sc create MicrosoftDynamicsNAVServer$DynamicsNAV100 binpath= "C:\Program Files\Microsoft Dynamics NAV\100\Service\Microsoft.Dynamics.Nav.Server.exe $DynamicsNAV100" start= Auto DisplayName= "Dynamics NAV 2017 NST Server [DynamicsNAV100]" type= share depend= NetTcpPortSharing/HTTP obj= "NT AUTHORITY\NetworkService"
You would have to run cmd.exe in elevated mode to be able to create a service using sc.exe
Then you would need to configure manually NST server arameters parameters in CustomSettings.xml
I cannot guarantee that it will work as installer registers lots of objects in the system. If it does not start try adding C:\Program Files\Microsoft Dynamics NAV\100\Service\ folder to system path.
Installing without Powershell is generally bad idea. Even if it works you will not have any management console for it. There may be problems with file access through C/AL Code. You would be better of setting up new separate server for your NST
SlawekSlawek Guzek
Dynamics NAV, MS SQL Server, Wherescape RED;
PRINCE2 Practitioner - License GR657010572SG
GDPR Certified Data Protection Officer - PECB License DPCDPO1025070-2018-035
Answers
-
Are you talking about installing the server-application ? Then no - i don't think theres a way around the wizard for that.
For Clients, you may look into ClickOnce - or just use the WebClient if you're comfortable with it.
https://msdn.microsoft.com/en-us/library/hh997056(v=nav.90).aspxAustrian NAV/BC Dev0 -
To install NST server try to copy the Service folder into the C:\Program Files\Microsoft Dynamics NAV\100\ then use sc command line utility to create a service.
sc create MicrosoftDynamicsNAVServer$DynamicsNAV100 binpath= "C:\Program Files\Microsoft Dynamics NAV\100\Service\Microsoft.Dynamics.Nav.Server.exe $DynamicsNAV100" start= Auto DisplayName= "Dynamics NAV 2017 NST Server [DynamicsNAV100]" type= share depend= NetTcpPortSharing/HTTP obj= "NT AUTHORITY\NetworkService"
You would have to run cmd.exe in elevated mode to be able to create a service using sc.exe
Then you would need to configure manually NST server arameters parameters in CustomSettings.xml
I cannot guarantee that it will work as installer registers lots of objects in the system. If it does not start try adding C:\Program Files\Microsoft Dynamics NAV\100\Service\ folder to system path.
Installing without Powershell is generally bad idea. Even if it works you will not have any management console for it. There may be problems with file access through C/AL Code. You would be better of setting up new separate server for your NST
SlawekSlawek Guzek
Dynamics NAV, MS SQL Server, Wherescape RED;
PRINCE2 Practitioner - License GR657010572SG
GDPR Certified Data Protection Officer - PECB License DPCDPO1025070-2018-035 -
Thanks for replies... was talking about the Service tier....
Actually didn't think about SC CREATE... will give it a bash... we are procuring a second server though now... since this wont be a long term solution without powershell.
Thanks,
Steve0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.7K Microsoft Dynamics NAV
- 18.8K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 617 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 329 Dynamics CRM
- 111 Dynamics GP
- 10 Dynamics SL
- 1.5K Other
- 990 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 35 Design Patterns (General & Best Practices)
- 1 Architectural Patterns
- 10 Design Patterns
- 5 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1.1K General Chat
- 1.6K Website
- 83 Testing
- 1.2K Download section
- 23 How Tos section
- 252 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions
