electron / electron/windows-installer

Does not produce MSI file.

Open
#271 6 comments 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
1.6k
Forks
267
Avg merge
5h 38m
Merged PRs (30d)
1

Description

Does not produce an .msi installer regardless of config or settings.

Using version 2.7.0.

```
let settings = {
name: ID,
title: appName+' Sing It',
appDirectory: path.join(outPath, ID+'-win32-ia32/'),
authors: 'Musicline School Musicals',
outputDirectory: path.join(outPath, 'windows-installer'),
exe: appName+' Sing It.exe',
setupExe: appName+' install.exe',
setupMsi: appName+' install.msi',
iconUrl: 'https://singit.musiclinedirect.com/_admin/_data/icon.ico',
setupIcon: path.join(rootPath, 'assets', 'icons', 'windows', 'icon.ico'),
loadingGif: path.join(rootPath, 'assets', 'images', 'Artboard.gif')
};
```

Theres no error creates the normal .exe installer perfectly and runs fine. Just no .msi

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.