April 8, 200620 yr Hi!I added a silently install for the Monkey's Audio program to WPI and works ok.The problems is when I try to use the "grayed condition" because the install folder have the name "Monkey's Audio" (with apostrophe)When I use this sentenceFileExists('%programfiles%\Monkey's Audio\Monkey's Audio.exe')I receive the error: "Treating as a false condition"How I can the apostrophe to the filename?Thanks!
April 9, 200620 yr I would look for another file in the installation folder than the exe. Maybe the help file or the readme. something that is in a normal install and doesn't have spaces in the name...
April 12, 200620 yr Author Hi!I can change the file name... but the problem is the directory name "Monkey's Audio"@mritter: adding \' in the filename is treated like a new branch in the directory.@kelsenellenelvian: WPI reeplace "escape" characters like \' to ' in the filenames?Thanks!
Create an account or sign in to comment