From 3505d41bbb71911d18c8943c746e508067853da0 Mon Sep 17 00:00:00 2001 From: kichik Date: Wed, 18 Jun 2003 16:27:02 +0000 Subject: [PATCH] The path is validate when the real uninstaller starts. There is no need to validate twice. git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2658 212acab6-be3b-0410-9dea-997c60f758d6 --- Source/exehead/Main.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/Source/exehead/Main.c b/Source/exehead/Main.c index 355bddf0..ae9163f8 100644 --- a/Source/exehead/Main.c +++ b/Source/exehead/Main.c @@ -329,7 +329,6 @@ int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInst,LPSTR lpszCmdParam, #endif if (state_install_directory[0]) mystrcpy(ibuf,state_install_directory); else trimslashtoend(ibuf); - if (!is_valid_instpath(ibuf)) break; done++; lstrcat(buf2,"\" "); lstrcat(buf2,realcmds); @@ -373,4 +372,3 @@ end: ExitProcess(ret); } -