Where can I download `idndlpackage.EXE`? - windows-xp

Supporting Internationalized Domain Name (IDN) on Windows XP requires "Microsoft Internationalized Domain Name (IDN) Mitigation APIs", whose file name is idndlpackage.EXE, but the download link is now unavailable on the Microsoft website. Where else can I download it?

idndlpackage.EXE is an archive containing 3 arch specific installers = but you only need idndl.x86.exe, which was sometimes added with redist packages with some app installs.
Search on google shows this working link: MTA San Andreas\redist\idndl.x86.exe (575 KB):
https://github.com/multitheftauto/mtasa-blue/blob/master/Shared/data/MTA%20San%20Andreas/redist/idndl.x86.exe

Related

Google workspace GCPW/OMA URI implementation

We are trying the google workspace(GCPW) for sharing the msi package from google admin to multiple user.
Problems we are facing :-
In windows 10 home we have successfully created the custom policy of OMA URI to share the app, But msi package is not installing on users system as per expectation. Later i received an email from google that it will only support in windows 10 pro.
So I tried it on 2 windows 10 pro system and installed the GCPW installer on both the systems and it was successfully installed, But unfortunately GCPW login is not working please find the below errors i a having in both systems.
a. 1st System issue - This email isn't allowed to sign in. Try again with the account you use for work or school. If you still can't sign in, Contact administrator
2nd system issue - We cannot find the option to login using GCPW (Like Add work account with google logo).
Hope the issues is understanding correctly with you all guys, If need to understand it further please do let me know.
Thanks
Pradeep Bhatt

Where is my App Package Deployment in Group Policy Editor

I've installed visual studio to code and develop a windows store app using HTML5. but It seemed that I didn't have any developer license so I searched on net and found out that I can change the whole policy in this way:
1.Open the Group Policy Editor by typing ‘gpedit.msc’ and running it
2.Change the following settings:
*Computer configuration\Administrative Templates\Windows Components\App Package Deployment\Allow all trusted apps to install – ENABLED
*Computer configuration\Administrative Templates\Windows Components\App Package Deployment\Allow development of Windows Store apps without installing a developer license – ENABLED
but there is no "App Package Deployment" in this address
This is what I see in the group policy editor (Screen Shot)
What should I do now?? how can I access to the folder App Package Deployment???
This is part of the 2012R2 Group Policy Templates
Download Windows8.1-Server2012R2ADMX-RTM.msi
This will allow you to edit local group policy on your local machine with required settings present.

OneDrive and the Windows Dev Center seem to be out of sync aka Microsoft account Developer Center

Today I tried to update the settings for my Windows Store apps within the "Microsoft account Developer Center". I have two major issues:
Existing apps within the "Microsoft account Developer Center" cannot be deleted
When I tried to delete an app (that was not present anymore within the Windows Dev Center) I got the following error message:
When I tried to add a domain for a new managed Azure Mobile Service, I got the following error message
I am sure that it is not possible for two parties to create two WAMS services with the same name. I am looking for an explanation on how to fix this problems.
To answer the question in reverse order:
The error "The domain you specified..." indicates that another application has already used the domain you are trying to specify, or the domain is reserved. To get an exception you need to follow the instructions in the link;
Re Deleting your application. In order to delete an application that is also a Windows Store application you must delete it from the Windows Store portal. i.e. https://appdev.microsoft.com/StorePortals/en-US/Account/signup/start

Building customer based installation packages with install4j

I am developing an application which has customer specific configuration (2 text and 2 binary files). The use case supposes that customer downloads an installation package (I am going to use install4j) and install it on target platform (Mac or Windows). So all installation packages should be different for different customers.
I am considering 2 possible scenarios for implementation:
Generate new installation package per customer request on server side (cons: I need to have install4j for Linux, which is server platform)
Have a half-generated installation package and inject customer data somehow to the package by customer request (cons: I am not sure this is quite possible at all)
I never used install4j before and don't know how to implement 1 or 2. Their documentation is far from ideal. They doesn't have examples or consider cases like this, so any suggestion is very appreciated.
You cannot modify an installer after it has been built. The main reason is that it would break code signing. So you would need to generate a new installer for each configuration. If you deploy on Mac OS X and Windows, you need install4j Multi-Platform Edition which also works on Linux.
Alternatively, you could ask the user to provide credentials in the installer, then you could download the appropriate files on demand with "Download file" actions.

How to manually install umbraco on webhosting?

How to manually install umbraco on webhosting?
I purchased asp.net web hosting through arvixe, which provide umbraco installation (one time free, and charge for any additional upgrades like installing extensions).
They provide a one click installer through web gallery, which states that umbraco 4.9
However, I am just as confused to HOW and WHERE to start installing umbraco to web host.
I successfully installed on my local pc thru' web matrix, but what about here (web hosting), there is just web gallery. What should I do? Am I missing anything? Please help.
Just use FTP to copy your local installation to your webserver, modify the web.config to point to the new database and your website should be up and running.