Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: Shared/Config.h

Issue 9422198: Exe updater support and bug fixes (Closed)
Patch Set: Created Feb. 28, 2013, 10:37 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « InnoSetup/AdblockPlus.iss ('k') | Shared/PluginClass.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Shared/Config.h
===================================================================
--- a/Shared/Config.h
+++ b/Shared/Config.h
@@ -304,7 +304,8 @@
// Install MSI filename
#if (defined PRODUCT_ADBLOCKPLUS)
- #define INSTALL_MSI_FILE "simpleadblock.msi"
+ #define INSTALL_MSI_FILE "adblock.msi"
+ #define INSTALL_EXE_FILE "Setup.exe"
#endif
// Status bar pane name
« no previous file with comments | « InnoSetup/AdblockPlus.iss ('k') | Shared/PluginClass.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld