Does not produce MSI file.
See original GitHub issueDoes 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
Issue Analytics
- State:
- Created 5 years ago
- Comments:6
Top Results From Across the Web
Cannot install MSI files in Windows 10 - Microsoft Community
Open run command and type regedit into the box and click Ok. · Right click on shell and click New -> Key ·...
Read more >Visual Studio Installer not creating .msi file - Stack Overflow
there is no .msi file in Setup folder. There are only 2 files in its folder. One is setup application & another is...
Read more >MSI File - What is, how to open and edit it? - Advanced Installer
The .MSI file extension stands for Microsoft Software Installer. It is a Windows Installer format that uses Microsoft's Windows Installer ...
Read more >v4-preview.0 build action does not generate an .msi file #6473
It's writing the MSI to %TEMP%\installer.msi . Use the -o or -out switch to specify the output path of the MSI. This is...
Read more >My ISM file with InstallShield 2021 does not create msi file
Now using same ISM file, InstallShield 2021 only creates setup.exe. It looks like the MSI file is imbedded in the Setup.exe. I sign...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I don’t remember unfortunately, I moved on to a different company unfortunately and believe the company I did this for isn’t using it anymore. It’s been a while since then so I would assume that there might be better solutions out there now 😃 I wish you the best in finding a solution, I believe I had to have a program running on windows, sending my app from mac to windows, then converting it to a MSI file. There has to be a better solution out there.
@MaxCloutier Which thrid party solution did you end up going with if you don’t mind me asking? I’m stuck trying to make a MSI file with no success on my own.