

- #How to create installer for windows application install#
- #How to create installer for windows application pro#
- #How to create installer for windows application software#
- #How to create installer for windows application code#


#How to create installer for windows application install#
Today i will install and Deploy through GPO Applocker in specific Servers.Īpplocker can be deploy in the following Windows Versions If you want to more details you can read the AppLocker policy use scenarios in Microsoft Docs.
#How to create installer for windows application software#
You can use it to protected against unwanted software, Software standardization, Software management. If you are thinking why to use Applocker the answer is here. While install and configure Applocker can increase the cybersecurity and protect your data from any unathorise access.
#How to create installer for windows application pro#
As IT Pro this is a threat for your environment. Today lot of application aren't need administrator access to run. It's not a new technology but you can protect your data from threads. The purpose is to restrict or allow the access in software's to the specific group of users. RegQueryStringValue(HKEY_LOCAL_MACHINE, 'SOFTWARE\Microsoft\Office\12.Applocker is a feature that gives you another one Level of security If RegKeyExists(HKEY_LOCAL_MACHINE, 'SOFTWARE\Microsoft\Office\12.0\Common\InstallRoot') then StyleFolder := styleFolder + 'Bibliography\Style' īibformFolder := styleFolder + '1046\Bibliography' RegQueryStringValue(HKEY_LOCAL_MACHINE, 'SOFTWARE\Microsoft\Office\14.0\Common\InstallRoot', 'Path', styleFolder)

If RegKeyExists(HKEY_LOCAL_MACHINE, 'SOFTWARE\Microsoft\Office\14.0\Common\InstallRoot') then StyleFolder := '') + '\Roaming\Microsoft\Bibliography\Style' īibformFolder := bibformFolder + '\1046\Bibliography' If RegKeyExists(GetHKLM(), '\SOFTWARE\Microsoft\Office\15.0') then begin It verifies the Office version through the registry's subkey and it sets the correct Office's path. verify the version of Office and returns the correct This function takes the type of desired directory, įunction officeInstallDir(Param: string): string And, for each version of Office (2007 - 2013), it takes the installation's path and append the rest of the path I need.
#How to create installer for windows application code#
So I wrote the following code that tries to take from the Windows registry the Office's installation path. My Windows is 64bit but I want to create a installer for both 圆4 and x86 architectures. It just copy some files inside two Office's directories. I'm creating an installer for Microsoft Office, specifically for 2007 - 2013 versions.
