Initial project's source code check-in.
This commit is contained in:
commit
b03b0b373f
4573 changed files with 981205 additions and 0 deletions
10
WebsitePanel.Installer/Resources/CompileUpdater.bat
Normal file
10
WebsitePanel.Installer/Resources/CompileUpdater.bat
Normal file
|
@ -0,0 +1,10 @@
|
|||
@ECHO OFF
|
||||
set basedir=
|
||||
IF %1.==. GOTO NoArg
|
||||
set basedir=%1
|
||||
:NoArg
|
||||
set sourcedir=%basedir%WebsitePanel.Updater\bin
|
||||
set targetdir=%basedir%WebsitePanel.Installer
|
||||
|
||||
"%basedir%ILMerge.exe" "%sourcedir%\WebsitePanel.Updater.exe" "%sourcedir%\..\Lib\Ionic.Zip.Reduced.dll" /out:%targetdir%\Updater.exe
|
||||
del %targetdir%\Updater.pdb
|
6
WebsitePanel.Installer/Resources/Compute SHA1.bat
Normal file
6
WebsitePanel.Installer/Resources/Compute SHA1.bat
Normal file
|
@ -0,0 +1,6 @@
|
|||
@ECHO OFF
|
||||
|
||||
fciv.exe "..\Build\debug\WebsitePanelInstaller11.msi" -sha1 > "..\Build\debug\SHA1.log"
|
||||
fciv.exe "..\Build\release\WebsitePanelInstaller11.msi" -sha1 > "..\Build\release\SHA1.log"
|
||||
|
||||
PAUSE
|
BIN
WebsitePanel.Installer/Resources/ILMerge.exe
Normal file
BIN
WebsitePanel.Installer/Resources/ILMerge.exe
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue