X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=installer%2Finstaller.c;h=b62721dd71630ed9906227bffc23fa7dcfc70301;hp=58c77659d4a54b06ec88088d9c41d186651a7ae3;hb=66df092f4ed9c62b8d9c1498c93cae2b1d50ec02;hpb=52c82a2de935d999056f9550cebde50f1d4149ab diff --git a/installer/installer.c b/installer/installer.c index 58c7765..b62721d 100644 --- a/installer/installer.c +++ b/installer/installer.c @@ -558,7 +558,7 @@ static HRESULT (WINAPI *f_SHGetSpecialFolderPath)(HWND hwnd, LPTSTR lpszPath, in BOOL CALLBACK PropertySheetFunc4(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) { if(message == WM_INITDIALOG) { - pdf2swf_dir = concatPaths(install_path, "gpdf2swf"); + pdf2swf_dir = install_path; //concatPaths(install_path, "gpdf2swf"); pdf2swf_path = concatPaths(pdf2swf_dir, "gpdf2swf.exe"); FILE*fi = fopen(pdf2swf_path, "rb"); if(fi) {