msi
Here are 111 public repositories matching this topic...
Crowdin: https://crowdin.com
Weblate: https://weblate.org
Transifex: https://www.transifex.com
Suggestion for faster translations. All these platforms can be synchronized with GitHub.
In the Wiki for the command-line, there is a note:
Note: There is a known bug err "limitation" that you can only specify the name of the file (not the path). Therefore if there are multiple instances of the file inside the msi with the same name and you want to extract that file there is no way to specify which file to extract. If this is a problem for you report an issue and if I know it is im
I see an example of use in AppVeyor, but none for Travis Windows.
I think it would be good to provide such example, as the usage of Travis Windows is increasing.
And they are using Git Bash by default, which makes the installation process a little bit different, like a mix of bash and Windows.
\Magento\InventoryDistanceBasedSourceSelection\Plugin\FillSourceLatitudeAndLongitude
public function beforeSave(
SourceRepositoryInterface $subject,
SourceInterface $source
)array {
if (!$source->getLatitude() && !$source->getLongitude()) {
try {
$latLng = $this->getLatLngFromSource->execute($source);
$sou-
Updated
Apr 14, 2020
-
Updated
Jun 6, 2020 - JavaScript
-
Updated
May 27, 2020 - Java
It would be very nice to be able to modify or reject this area of wxs file:
<DirectoryRef Id="ApplicationProgramsFolder">
<Component Id="ApplicationShortcut" Guid="e1f638e4-99af-4e28-bfc9-79b9c2e3d4f0" Win64='no'>
<Shortcut Id="ApplicationStartMenuShortcut"
Name="the-great-app"
Description="theCucumber.app"
Target
This Software works perfectly, I need to do Music sync (not like official msi app because it's very slow reaction) how can we do this?
(Windows 10 Ultimate Version 1903 (lastest) 64Bit)
-
Updated
Feb 17, 2020 - C#
-
Updated
Jun 3, 2020 - C#
-
Updated
Oct 14, 2019 - PowerShell
-
Updated
Apr 22, 2020 - C++
Should use as a starting point:
- https://github.com/madskristensen/WebCompiler/blob/master/CONTRIBUTING.md
- https://github.com/code-cracker/code-cracker/blob/master/CONTRIBUTING.md
Besides that, should add:
- Coding Style
- Project Structure
- How to build
- Unit tests
When using SetupBuilder for packaging MSIs we almost always have the requirement of specifying the installation directory by directly specifying <Property Id="INSTALLDIR" Value="C:\PathToInstall"/>.
I propose the addition of a parameter installDir for the MSI task to set this directly in build.gradle.
Usage would then be like so:
msi {
from "bin"
include "**/*"
insta
A template should be added that renders to a batch (.bat) file which runs the compiler and linker as if the subcommand was creating the installer. The various flags and options would be used to render the template and populate values. This would be accessible from the eventual "print" mode.
This allows a developer to easily create a batch file that will build an installer from a WiX Source (wxs
Now it is entirely unclear that plots can be scaled by holding the right click down and moving the cursor around. This is a powerful feature but it is difficult to discover.
-
Updated
May 1, 2020 - PowerShell
-
Updated
Oct 10, 2019 - C#
-
Updated
Feb 1, 2019 - C++
-
Updated
Oct 1, 2019 - Emacs Lisp
-
Updated
May 30, 2020
-
Updated
Nov 13, 2019 - Swift
-
Updated
Oct 21, 2019 - Objective-C
-
Updated
Mar 15, 2018 - Batchfile
Improve this page
Add a description, image, and links to the msi topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the msi topic, visit your repo's landing page and select "manage topics."
In the docs I miss some more examples how the config would look like as JSON or YAML, as I had to look up other configs on GitHub before I exactly knew what to do.