squid808 / gShell

PowerShell Cmdlets and .Net Libraries for Google Apps and Gmail APIs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Several wix references in the "InstallerFiles" directory seem to be missing

NullReferenceError opened this issue · comments

$(var.gShell.ProjectDir)/InstallerFiles/gShell.ico
$(var.gShell.ProjectDir)/InstallerFiles/gShellLicense.rtf
$(var.gShell.ProjectDir)/InstallerFiles/gShellInstallerBackground.bmp"
$(var.gShell.ProjectDir)/InstallerFiles/gShellInstallerTopBanner.bmp"

None of these seem to get found when building the project, causing the Wix packager to fail. I searched local files and remote repo, no trace of them (Does github remove them?) Commented them out on my fork, and I can build now, but now the Wix installer is missing license info, custom banners and icon.

NullReferenceError@ce085a0