We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9422638 commit 63d0078Copy full SHA for 63d0078
Installer Build Script.iss
@@ -47,8 +47,10 @@ Source: "{#BuildDir}\NativeBinaries\x86\*"; DestDir: "{app}"; Flags: ignoreversi
47
Source: "{#BuildDir}\{#AddinDLL}"; DestDir: "{app}"; Flags: ignoreversion; Check: Is32BitOfficeInstalled; AfterInstall: RegisterAddin
48
49
[UninstallDelete]
50
-; TODO we may not want to delete everything?...
51
-Name: {app}; Type: filesandordirs
+; Removing all application files (except for configuration).
+Name: "{app}\*.dll"; Type: filesandordirs
52
+Name: "{app}\*.xml"; Type: filesandordirs
53
+Name: "{app}\*.pdb"; Type: filesandordirs
54
55
[Run]
56
; http://stackoverflow.com/questions/5618337/how-to-register-a-net-dll-using-inno-setup
0 commit comments