Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Commit

Permalink
BCFier 2.0.0.0 compiled
Browse files Browse the repository at this point in the history
  • Loading branch information
teocomi committed Jul 6, 2015
1 parent 8b8c696 commit 629d71b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
Binary file added BCFier.exe
Binary file not shown.
9 changes: 3 additions & 6 deletions InnoSetup/BCFier.iss
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
;defining variables
#define Repository "..\."
#define MyAppName "BCFier"
#define MyAppVersion GetFileVersion("..\Bcfier\bin\Release\Bcfier.dll")
#define MyAppPublisher "Matteo Cominetti"
#define MyAppURL "http://www.bcfier.com/"
#define MyAppExeName "BCFier.exe"


;destination folders
#define RevitAppName "Bcfier.Revit"
#define RevitAddinFolder "{sd}\ProgramData\Autodesk\Revit\Addins"
#define RevitFolder15 RevitAddinFolder+"\2015\"+RevitAppName
Expand All @@ -18,9 +17,6 @@


[Setup]
; NOTE: The value of AppId uniquely identifies this application.
; Do not use the same AppId value in installers for other applications.
; (To generate a new GUID, click Tools | Generate GUID inside the IDE.)
AppId={{0d553633-80f8-490b-84d6-9d3d6ad4196d}
AppName={#MyAppName}
AppVersion={#MyAppVersion}
Expand All @@ -33,7 +29,7 @@ DefaultDirName={pf}\{#MyAppName}
DisableDirPage=yes
DefaultGroupName={#MyAppName}
DisableProgramGroupPage=yes
OutputDir=.\.
OutputDir={#Repository}
OutputBaseFilename=BCFier
SetupIconFile={#Repository}\Assets\icon.ico
Compression=lzma
Expand Down Expand Up @@ -84,6 +80,7 @@ Root: HKCR; Subkey: "BCFier"; ValueType: string; ValueName: ""; ValueData: "BCF
Root: HKCR; Subkey: "BCFier\DefaultIcon"; ValueType: string; ValueName: ""; ValueData: "{app}\BCFicon.ico"; Components: standalone
Root: HKCR; Subkey: "BCFier\shell\open\command"; ValueType: string; ValueName: ""; ValueData: """{app}\{#WinAppName}.exe""""%1"""; Components: standalone

;checks if minimun requirements are met
[Code]
function IsDotNetDetected(version: string; service: cardinal): boolean;
// Indicates whether the specified version and service pack of the .NET Framework is installed.
Expand Down

0 comments on commit 629d71b

Please sign in to comment.