Microsoft Windows DRM Server tips [closed] - windows

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 3 years ago.
Improve this question
We are looking into solution which involves playing copyright protected video using Microsoft DRM Server and Silverlight player. the video will be played to registered users on the web using Silverlight player.
I've read all MSDN documentation on this subject and kind of get an idea how it is supposed to work.
However, I couldn't find information on pricing and installation of Microsoft Inidividuazation server. Hence, here are my questions for someone with experience in this area:
How fast is it to setup a quick "proof of concept" solution involving windows DRM and Silverlight. Can we do it on our own or need Microsoft help?
What is the pricing for such solution in operations?
thanks!!

To answer your first question: Micorsoft Silverlight has built in support for Microsofts latest DRM technology: PlayReady DRM. To set up a proof of concept solution you will need a license server and a packaging server, both of these are availible through the PlayReady Server SDK which is built upon the .NET framework. Notice: it is an SDK, not an out-of-the box server, so some developing needs to be done. To set up a proof-of-concept solution you will need the SDK, which is accessible to you after a licensing progress that can take a few weeks. For the Silverlight DRM client, all you need is the silverlight development kit, availible free online. It's hard to say how much time that needs to go into developing the license server and packaging server since it depends on how much staff that is availible to the project and the skill of your staff, but creating licenses for the silverlight client is the easiest license to create. It should not be an overwhelming project to take on. You can set up this proof-of-concept solution your self, but you will need to involve microsoft to license the server sdk.
To answer you second question: The pricing for the Server SDK is 30k $, with additional cost depending on number of processors in the license server or a small additional cost for each license that is released by the license server. So it depends on the size of your service and customer base. If you need to release a lot of licenses you will need at more powerful license server, plus release a lot of licenses.
I would also suggest looking into PlayReady service providers. These sell production-ready playready solutions to be used by other service providers that don't wish to implement a whole PlayReady solution by themselves. A list of available service providers is available from Microsoft's PlayReady homepage.
I hope this answers have been at least a little helpful, and I wish you all luck!

You can ask from Microsoft WMDRM 10.1. It is for SERVER 2003, and It's free !!!

Related

Sandbox for Dynamics 365 [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 1 year ago.
Improve this question
I am trying to learn Dynamics 365, but the trials https://trials.dynamics.com/ are not long enough. What other alternatives do I have for a sandbox style environment for me to learn Dynamics, ideally something which is a lot longer than 30 days or if I have to pay, something which is not going to cost me an arm and a leg.
Are the following options (ideally without paying) in the hope that I get longer trials:
Use on-prem hyper-v servers to install and configure Dynamics 365 myself
Use the 1 year Azure trial to install and configure Dynamics 365 myself
A docker solution which has everything pre-configured for a 1 year Azure trial for Dynamics 365
Any other solution which I have not considered?
If any of the above options are possible, detailed instructions on how to get these configured would be highly appreciated.
Dynamics 365 purely works on licensing model & short trial period for prospect try-outs. Without license the show cannot run for long time, even for learning purpose. Forget about a year long free try-outs (or learning environment), the Dynamics online will give a 30 days with a possibility of another 30 days extension in trial environment. You can always take out the Customization (solution backup), data backup too and restore in another new 30 days trial to go on.
When we talk about on-premise environments, say Dynamics installed on local server or Azure VM - you will still get a roadblock with key or expiring trial licenses, probably 90 days (IIRC).
Installing D365CE 9.0 – step by step instruction by Andrew Butenko
One thing I remember is Dev Community Plan - I heard in one of the UG meetings, that it's available for a year but neither tried and not sure. This will fit you as this purely for Developer individual use.
If you want to build skills and learn more about Power Apps, Power Automate, and the Common Data Service, the Power Apps Community Plan is the right plan for you. The Power Apps Community Plan gives you a free development environment for individual use, where you can:
Learn to build business apps and workflows with the full
functionality of Power Apps and Power Automate.
Connect to any data source by using our 100+ out of the box
connectors or by creating your own custom connectors.
Explore how you can use the Common Data Service to build powerful
business apps with the common data model and the SDK.
Export the solutions you create in your individual environment, and
list them on AppSource so your customers can test-drive them.
TL;DR Buying a real Dynamics cloud environment with a couple of licenses to do learning/dev is probably simpler/cheaper.
On-prem
MSDN enterprise standard subscription gives you access to an on-prem Dynamics installation with no limit.
As far as I know, only the highest tier provides this. The spreadsheet from the pricing page shows that Dynamics is only for Enterprise, and the pricing page implies that access to those software is for a standard subscription - not monthly.
Pricing: https://visualstudio.microsoft.com/vs/pricing/
Access to Microsoft software for Dev/Test use (Windows Server, Windows
SQL Server, and more
Links to: https://download.microsoft.com/download/1/5/4/15454442-CF17-47B9-A65D-DF84EF88511B/Visual_Studio_by_Subscription_Level.xlsx
With the subscription, you can install everything needed to get one (or more) VM environments running, including Windows Server, SQL Server and Exchange.
Downside with on-prem is that many features are cloud-only nowadays (PCF, Flow/PowerAutomate, etc.) and the version is lagging behind even though cumulative patches are released regularly.
If you go this route, installation instructions are provided on MS Docs. Getting a basic HTTP configuration to work is simple enough, but to get the full functionality (incl. Outlook App on Exchange) it is a bit more involved: you'll have to setup HTTPS domain certificates and ADFS to enable IFD. I suggest to run ADFS5 on a Server 2019 VM if you ever plan to develop with the CRM web api in this configuration, eg to query from VsCode using tokens.

How to sell software online: from freshly compiled executable to final product [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 3 years ago.
Improve this question
Suppose I have a freshly compiled and tested 100 MB software. I want to eventually distribute it and sell it online as a product. This is a cross-platform product (done in C++).
What are the needed technical steps to achieve this? For each step, a description and an example of some software (if pertinent) would help. Also, how important is it would be helpful too.
My problem is that it is not really clear what are the stages to go through to release a software online. This list would help me a lot to know what steps I should investigate in priority.
What I am not talking about / interested in (because it is mainly the results I got while searching for this):
Website building;
Marketing & Sales;
Continuous Integration servers;
Steam, Mac Store, Windows Store;
Open Source.
Steps I identified:
Obfuscate: not sure about this one;
Licensing System: activation code system integrated in the software directly (See Digital River, SafeNet, Reprise, Flexera);
Installers: MSI for Windows (see Wix), DMG for mac;
Code Signing: ensures that your users do not get warnings (Verisign, GlobalSign...)
Free Trial Distribution: putting the installers on our own site is risky because of bandwidth and lags. Your users should be able to download a free trial quickly wherever they are. So a CDN would help (AWS CloudFront).
Auto Update System: notifiy the users, download and install new versions (Omaha);
Activation: this allows the user to activate the product online or directly from within the product;
I think that these two steps are the missing pieces in your list:
Write documentation (in your case PDF/RTF/HTML, or online tutorial)
Integrate a payment provider that will accept the payment on behalf of you
With the above two steps you should be ready to go.
There are some books that I can recommend you (they are 10 year old now, but you see shareware/try before you buy/ software is an old thing - nowadays people tend to write web apps or mobile mostly):
http://www.alibris.com/From-Program-to-Product-Turning-Your-Code-Into-a-Saleable-Product-Rocky-Smolin/book/10572213?matches=50
http://www.alibris.com/Micro-Isv-From-Vision-to-Reality-Bob-Walsh/book/9122742?matches=37

Free alternative to Atlassian Greenhopper/PivotalTracker? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I'm working with my brother on a website idea we have, and we'd like to use a tool to plan sprints and assign estimates to individual tickets.
Atlassian's JIRA+Greenhopper looks fantastic but costs $20/month and at this stage we're just validating our idea and would rather not spend money on a tool if we can avoid it.
Are there any free alternatives to these tools?
Taiga is 100% free and has all the features that comes with something like JIRA.
http://taiga.io/
It even has a burn-down chart! So that's a win!
Here's a site with a nice overview of what Taiga integrates with and real developer opinions on the tool.
http://stackshare.io/taiga
Trello is a good tool for creating task boards and tracking work for small teams.
https://trello.com/
I get this question a lot as a Scrum Trainer.
I strongly recommend Index Cards and a Physical Scrum Board. While it won't calculate time addition for you, that task is trivial and the 'information at a glance' that a Scrum Board offers is hugely beneficial.
If you absolutely HAVE to have an electronic board, try Visual Studio Online (TFS in the cloud) which, at present, is free for up to 5 users.
Another option (We use Jira) would be YouTRACK. http://www.jetbrains.com/youtrack/buy/
It is free for up to 10 users and seems to offer pretty much the same functionality.
DISCLAIMER: I have never used YouTRACK on any level. IntelliJ is a great product though.
For Agile project management, I have used extensive Thoughtworks - Mingle
It's free for 5 users.
Another good alternative could be agilefant. Agilefant offers a free and open source product that can be downloaded and deployed into your own private cloud.
If you are looking open source project management, which you can host on your own, the following list could be useful:
ProjectLibre is a java based ms-project rich client alternative
LibrePlan is a rich client and based on these videos it seems like ms-project and includes hours spend by user on task, collaboration was not visible in the videos
OpenProject is a web based software with features such as issues, time lines (gantt chart), calendars, meeting notes and more
Redmine is a web based software using the Ruby on Rails framework that includes issues, work log, a wiki and a gantt chart and more.
You can also check TargetProcess (http://www.targetprocess.com/pricing/) it's free for 5 users
i use it for three months and it's very good
I used Trello (http://trello.com) and Mingle (http://getmingle.io) on two different projects. Trello is great for tracking tasks and collaborating for small team. My trello project team had 3 members, we were distributed. We also use Google drives to track unstructured information. My mingle project team have more than 10 people, and used it for years. Team love using it for standup on big touch TV and different roles (BA/QA/PM) like it because you have have your own workspace track different tasks and sometime build their own report).
IceScrum.
It's open source and you can run on your own server.
The best open source project planning in my opinion!
https://www.teamwork.com/pricing
"If you don't pay after the 30 day free trial you can still use Teamwork Projects free forever"
"We also have a Free Forever Plan with 2 projects and 100mb space"

PPM - Project Portfolio Management [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
What is your company solution for PPM (managing projects, demands, timesheets, etc)? And what is your experience with it?
I'm trying to know about the tool prespective and not your company's particular business process.
Regards for you all!
Roadmap http://www.ppmroadmap.com/ takes the same, lightweight approach as Basecamp and applies it to PPM. In fact, Roadmap supports real-time integration with Basecamp. It's reasonably priced and easy to use.
In our company ms project standard is used for managing projects, demands, timesheets, etc.
I've used microsoft project gantt chart for project scheduling and tracking, it serves the purpose very well. You can download ms project trial version from microsoft website. You can get more details on ms project at this link.
We use Microsoft Great Plains, and hate it! We also use Siebel Service for defect tracking... and hate it!
A while back we implemented Mantis, an open source bug tracking tool for a small project that needed customers to access it (all our corporate apps are internal-access only). Mantis has been so successful we have 3 teams using it and resisting moving to using Siebel.
We also use dotProject for project management - its good, but I'm not sure its quite as good as more expensive Project tools.
So, my experience has been that the open source, web based tools are very good (eg OrangeHRM, WebERP, vTiger), very useable, (and free), and they do a perfectly good-enough job. The commerical apps can sometimes be complete pants.
For Visual Studio teams, Microsoft's Team Foundation Server is getting much better...2010 provides much more syncing and task hierarchical mgmt then 2008 and 2005 before, but still not a fully healthy PPM solution out of the box...if you have the skills, create an entire process template for your org and really get the power out of TFS. Kudos to msft for the 2010 version and the much improved MS Project 2010 product...I'm in the middle of evaluating this myself.
#task is awesome even in its standard edition suite - expensive, but allows total tracking, mgmt, dashboard, timesheet, doc mgmt, etc, etc, etc right out of the box on a SAAS model.
Basecamp has become the trendy adaptation to the PPM problem. I've used it some with clients, but would love to trial it for myself soon.
In our organization we use Microsoft Project 2010 for project portfolio management. It is used to gain visibility & control across all projects & teams, helps enhance decision-making, improves alignment with business strategy, helps maximize resource utilization and managing projects by enhancing project execution. Definitely recommend it.

Alternatives to MS project server [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
I manage a small group and I'd keep my work breakdown in project. However, it's difficult to provide my team with an adequate view into the project and ability to report on their progress. I looked at MS Project Server (the sharepoint webpart) but it's an expensive proposition.
Has anyone had any experience with any other tool (commercial is fine) that helps team view and report on their work as managed by MS Project? FWIW, I have looked at OpenProj and it appears to be a decent solution for viewing project files on the desktop. Anything web-based, keeping in mind that I'd like people to report on their work not just view their work.
**A good web based hosted Project Management software that suits my EPM needs is called valleyspeak project server, which I found at www.valleyspeak.com. One of the main reasons why I like the software is the fact that I could continue to work in Microsoft Project 2007 while sharing my Microsoft Project plans with my teams.
Because it is a hosted service, I did not have to buy expensive software or deal with installation and maintenance headaches. The functionality that I have with valleyspeak to manage my geographically dispersed teams works well for me.**
Not exactly the tool rather technology, but i lately start reading about scrum and find it interesting and useful.
As "llya" suggested before maybe you should have a look at scrum as a methodology.
But on your question here you have some really good web-based alternatives:
acunote works pretty well also, and is web based and free for small teams.
The one I personally use trac
scrumworks
Here are a few open source apps to look at:
Joynet Connector
http://joyent.com/connector/
Clocking IT
http://www.clockingit.com/
RedMine
http://www.redmine.org/
You can host them your self, but the first two do offer hosted versions
Jason
You could try Work Bench.
Take a look at www.ibnportal.com
Take a look at Projec.to online Microsoft Project viewer. It allows to upload MS Project files (.mpp), view them online, and share with others via browser, apart from Microsoft Project.
Disclosure: I'm one of the developers of this service.
Daptiv might be worth a look. http://www.daptiv.com/
Try InTask Professional (www.intaskrnd.com) - fast, cheap, tons of features, multi-user multi project, frequent updates. really good piece of software. alternatively you can try basecamp but it's much more expensive...

Resources