Folder Update

Hi,I developed the software, now I have to create installation setup files "wyUpdate.exe and client.wys" in the "Update" (eg Program Files \ [ProductName] \ Update) to update the files, however, are located in the prince (Program Files \ [ProductName]) how do I make sure that you update your wyUpdate prenseti files in the folder (Program Files \ [ProductName])? If I post the updated files in your software [BrowserDialog] in the [Your program's folder] files are installed in the folder: Program Files \ [ProductName] \ Update and is not in the Program Files \ [ProductName].

How can I fix this?

Thank you very much

P.S. I apologize for my English.

The best answer to this question is to put wyUpdate.exe and the client.wyc in your "Program Files\ProductName" folder and not an "Update" subfolder. Is there any reason you're not doing this?

If you really must use a subfolder then you'll have to pass the "base directory" (i.e. where your app files actually are) as a commandline paramerter when you start wyUpdate:

wyUpdate.exe -basedir="C:\Program Files\[Product Name]"

Tell me if this helps.

Thank you.

I installed "wyUpdate.exe and client.wys" in the "Update" for reasons.

Thanks again for the help