summaryrefslogtreecommitdiff
path: root/main.cpp
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@zerotier.com>2014-03-07 14:25:24 -0800
committerAdam Ierymenko <adam.ierymenko@zerotier.com>2014-03-07 14:25:24 -0800
commit60f25ccdf993eeab60a88b4edf7983cd0861ae81 (patch)
tree4bf400c62844aab7b58fe446745894bc8cd306aa /main.cpp
parent2b0dbead17a5fbe61dad1d61be56015df01eeba1 (diff)
downloadinfinitytier-60f25ccdf993eeab60a88b4edf7983cd0861ae81.tar.gz
infinitytier-60f25ccdf993eeab60a88b4edf7983cd0861ae81.zip
Some text changes, remove unused modules from installer project.
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.cpp b/main.cpp
index 497b29ae..e131f0fb 100644
--- a/main.cpp
+++ b/main.cpp
@@ -599,7 +599,7 @@ int main(int argc,char **argv)
#else
pathToInf = ZT_DEFAULTS.defaultHomePath + "\\tap-windows\\x86\\zttap200.inf";
#endif
- printf("Installing ZeroTier One virtual Ethernet port driver. You may be"ZT_EOL_S"prompted to authorize driver installation."ZT_EOL_S""ZT_EOL_S);
+ printf("Installing ZeroTier One virtual Ethernet port driver."ZT_EOL_S""ZT_EOL_S"NOTE: If you don't see a confirmation window to allow driver installation,"ZT_EOL_S"check to make sure it didn't appear under the installer."ZT_EOL_S);
BOOL needReboot = FALSE;
if (DiInstallDriverA(NULL,pathToInf.c_str(),DIIRFLAG_FORCE_INF,&needReboot)) {
printf("%s: driver successfully installed from %s"ZT_EOL_S,argv[0],pathToInf.c_str());