Can I run Adobe RoboHelp 20 on Windows Server 2019? - windows

Will Adobe RoboHelp 20 run on a Windows Server machine?
We are currently looking to deploy 2 new copies of RoboHelp 20 on Windows VMs, to allow users RDP access to use the software.
Being a desktop application, ordinarily, we would deploy these onto Windows 10 Pro machines/VMs but we are currently low on Windows 10 Pro licenses and have Windows Server Core license packs to spare and would rather minimise cost in purchasing new licenses if at all possible.
I understand that RoboHelp do have a seperate server product that runs on Windows Server 2019 but from my understanding is a different product built on server to allow verison control and further collaboration and not neccesarily what we are looking for.
If not then we will of course have to look at purchasing more 10 Pro licenses, but thought I would test the water first just to see if anyone had run RoboHelp 20 on Windows Server before and if there were any issues?
Thanks in advance for any assistance provided.

Also interested. I know it says you can't install on Windows Server, but not sure how you are supposed to provide that app when using Remote Desktop Services. So it has to be able to install. Maybe it only works inside RDS sessions (with desktop experience enabled?

Related

Can I develop Windows 10 App on a Windows 8.1 device?

I would like to follow the guide (http://microsoftedge.github.io/WebAppsDocs/en-US/win10/CreateHWA.htm) to develop a Windows 10 app, but it says it needs the Windows 10 Insider Preview as the requirements. However, I cannot download it right now as it states that:
We’re very close to the public release of Windows 10 so we’re not onboarding any new PCs to the Windows Insider Program just now.
Can I now have any ways to develop a Windows 10 App? I want to finish making it so that it can be out once Windows 10 is released. Thank you!
You can develop Windows 10 apps with Windows 8.1,too. You need Visual Studio 2015 to and the latest Windows SDK. In the future you will be able to develop from Windows 7, too. (Both has been announced at the build conference in San Francisco.)
There will be some limitations - you can't deploy your Win10 app to your local system, as you are running W8.1 locally. (But you could use a remote or virtual machine).
There will also be some limitations around the XAML designer.
The easiest way is probably to start developing on a remote machine in the cloud. Here's a guide how to set things up: https://github.com/DanielMeixner/DevDreamMachine
As we are getting closer to release of VS2015 and W10, please check out this post, too. There are some limitations around app development between release of VS2015 and release of Windows which might affect you.
http://blogs.windows.com/buildingapps/2015/06/29/release-dates-and-compatibility-visual-studio-2015-and-windows-10-sdk/

Getting started with a Windows Store app

I'm looking to get started on a pretty simple Windows Store app. It'll be distributed inside a business, not public (there's a more specific way to say that but...). It seems you can't get past the very first step of installing Visual Studio if you aren't on Windows 8.1. I have a Win8 device (a Surface Pro 3), but I'd be more comfortable developing on my Windows 7 Desktop. Long question to say, do I have to purchase a Windows 8 license to run a VM on my Desktop for development? Or is there an easier way to get Visual Studio installed and started? Windows Dev guidelines, just kinda jump over that little step...
Not sure why you would keep a 5 year old OS on your desktop, but you do need Windows 8 to do Windows 8 development. Not sure if there's any way to develop on Windows 7 and do remote debugging to a Windows 8 device - I doubt that, but that would be much more painful anyway than debugging on your dev box.
Yes, you need a license even for VM. However, Microsoft has the best support for developers and you can find some programm that will be suitable for you. BizSpark, DreamSpark, AzureCloud etc. Maybe you'll be able to get all the software for free.
Regarding the new system, Windows 8 is same as Windows 7 in desktop mode. Except start menu. So, you can install Pokki or Start8 to 'fix' it.

Alternative IDE to Develop Windows 8 Apps?

I am interested in developing Windows 8 apps, but at the same time, the computer which I use to develop apps does not have an internet connection, and I want to keep it that way. The problem with this is that in order to develop for Windows 8, you need a free developer license, which cannot be acquired without an internet connection. Because of this, I would like an alternative IDE for developing Windows 8 apps. Does anybody know of any?
Use the following hotfix (be sure to follow all of the instructions):
Hotfix enables developers to obtain a developer license for Windows Store without Internet connectivity
Connect your computer to the internet, get your license (good for 30 days), disconnect your computer.
You could use Xamarin for Windows Phone 8 development but either way your are going to need an internet connection to publish your apps to the Windows Store and you'll need a developer license to do that.

Product Install/Execute testing on Windows variants in Azure VM (or EC2)?

The Background
Today I was reflecting on the pain install/OS testing. As we approach a new release of our windows software, we have to verify:
That it installs without issue
That it runs, given a reasonable fulfillment of dependencies
That our assumptions as to what is available on an "updated" machine are correct
On a range of architectures (32/64 bit, etc)
On a range of operating system versions (Windows XP, Windows Vista, 7, 8, etc.)
Our sad (but usual and cost effective) approach is to spin up some old boxes here on site. We either try to stuff an OS install into a VM system, or are forced to wipe the box and do a native install just to get to a "clean" install of the app. Depending on the functional approach, reverting snapshots may or may not be available.
The Idea
I realized that Windows Azure was making it very easy to spin up virtual machines these days and "pay for what you use". Mostly this appears to be focused on web hosting (Windows Server 2008 and Windows Server 8 are the only windows variants available in the "VM OS Selection" dialog). See this page for an overview.
But what if I could spin up other kinds of Windows OS images purely for testing?
I have an MSDN subscription, and access to a set of OSes that we should support. Couldn't I push these up somehow and have snapshottable, on-demand test hosts?
The Questions
Is this feasible right now with Windows Azure? (I can do this for Server 2008 and Server 8 now, it would seem...can i do this with other OS images?)
If so, how? (Can i upload a .vhd to storage in some manner as to have it show in the "my images" section?)
If not, is there a good alternative? (I get the sense you could do this with Amazon EC2? Am I barking up the wrong tree? Is this better to try and do onsite with VM software entirely?)
In the best case, I want "fresh" (recently patched) images for a set of supported Windows OSes that I can spin up on demand, pay for what I use, and then shut down again. Does this exist?
Thanks for your time and consideration...
P.S. Not entirely sure if this should be here or on serverfault...please advise.
1.Is this feasible right now with Windows Azure? (I can do this for Server 2008 and Server 8 now, it would seem...can i do this with other
OS images?)
The Windows Server is 2012, not 8. But anyway. So no. The currently supported Windows family OS'es are:
* Windows Server 2008 SP2 x64,
* Windows Server 2008 R2,
* Windows Server 2012
Note that all of them are just the 64bit versions! Frankly, I don't think Windows client OS'es will ever be supported (like XP, 7, 8)
2.If so, how? (Can i upload a .vhd to storage in some manner as to have it show in the "my images" section?)
No. so no way.
3.If not, is there a good alternative? (I get the sense you could do this with Amazon EC2? Am I barking up the wrong tree? Is this better
to try and do onsite with VM software entirely?)
Can't answer this question completely, but a quick search says that currently in Amazon EC2 you can run:
Amazon EC2 running Microsoft Windows Server® (available in 2003 R2,
2008 or 2008 R2 editions)
So far with Windows OSes.
In summary: Only Server Windows OS can be run in an Azure and Amazon.
A hint: you can't install Hyper-V on Windows server in either Azure nor Amazon (you can't virtualize what is already virtualized).

Buliding Windows Phone 7 projects on Windows Server 2008

My company is planning on developing for Windows Phone 7. The build server we have, however runs Windows Server 2008. According to the Windows Phone SDK release notes I've read that only Windows Server is not supported for the SDK.
Does anyone have any experience on whether there's a possible workaround to have a Windows Server 2008 machine build Windows Phone 7 projects?
Update: I'm interested in building on a WS 2008 as we're talking about a project with a larger team where continous integration and centralized builds are essential. I'd be hoping we wouldn't have to set up an additional Windows 7 build server for this task.
Most the issues of this nature come into play meeting the emulator's requirements rather than the development tools.
With that said some are hacking around the walls put up to stop people going into the unsupported territory of WS2008.
Judging by your requirements I'd say dive in. If you have the option to test on device or in emulators in Win7, that will place you well.
This post likely of interest.
Aaron Stebner's WebLog : How to install the Windows Phone Developer Tools CTP Refresh on Windows Server 2008
If someone is interested here is instruction how to modify ISO image of the WinPhone 7.1 SDK for installing it on Windows Server. Basically it's the same Aaron Stebner solution, the only difference is that you need to modify it in the ISO image.

Resources