Re: Problem with CmdAfter (General questions)
Paco,
Actually, You should set path in your config file to APPDIR , instead to APPDIR Setup.exe , since this will try to download it to YourAPPDirSetup.exeSetup.exe , and since most probably folder Setup.exe doesn't exist it fails.
You can check that by checking wodAppUpdate1.Files(0).Path property in CheckDone event.
Another thing you will have to probably modify is [Global] section of config file to look similiar to this:
[code][Global]
CmdLine= APP
CmdAfter=Setup.exe[/code]
These settings set the CommandLine to Application directory, so that simple call to file will execute it.
Can you try that?
Regards,
Damba
Complete thread:
- Problem with CmdAfter - Paco, 2008-07-09, 10:34
- Re: Problem with CmdAfter - woddrazen, 2008-07-09, 12:29
- Re: Problem with CmdAfter - Paco, 2008-07-09, 13:13
- Re: Problem with CmdAfter - wodgrof, 2008-07-10, 02:00
- Re: Problem with CmdAfter - Paco, 2008-07-10, 17:09
- Re: Problem with CmdAfter - wodDamir, 2008-07-10, 18:13
- Re: Problem with CmdAfter - wodDamir, 2008-07-10, 18:32
- Re: Problem with CmdAfter - Paco, 2008-07-10, 18:35
- Re: Problem with CmdAfter - wodDamir, 2008-07-10, 19:27
- Re: Problem with CmdAfter - Paco, 2008-07-11, 10:11
- Re: Problem with CmdAfter - wodDamir, 2008-07-11, 11:07
- Re: Problem with CmdAfter - Paco, 2008-07-11, 12:47
- Re: Problem with CmdAfter - wodDamir, 2008-07-11, 13:14
- Re: Problem with CmdAfter - Paco, 2008-07-11, 13:36
- Re: Problem with CmdAfter - wodDamir, 2008-07-11, 13:57
- Re: Problem with CmdAfter - Paco, 2008-07-11, 13:59
- Re: Problem with CmdAfter - Paco, 2008-07-11, 14:13
- Re: Problem with CmdAfter - Paco, 2008-07-11, 13:59
- Re: Problem with CmdAfter - wodDamir, 2008-07-11, 13:57
- Re: Problem with CmdAfter - Paco, 2008-07-11, 13:36
- Re: Problem with CmdAfter - wodDamir, 2008-07-11, 13:14
- Re: Problem with CmdAfter - Paco, 2008-07-11, 12:47
- Re: Problem with CmdAfter - wodDamir, 2008-07-11, 11:07
- Re: Problem with CmdAfter - Paco, 2008-07-11, 10:11
- Re: Problem with CmdAfter - wodDamir, 2008-07-10, 19:27
- Re: Problem with CmdAfter - Paco, 2008-07-10, 18:35
- Re: Problem with CmdAfter - wodDamir, 2008-07-10, 18:32
- Re: Problem with CmdAfter - wodDamir, 2008-07-10, 18:13
- Re: Problem with CmdAfter - Paco, 2008-07-10, 17:09
- Re: Problem with CmdAfter - wodgrof, 2008-07-10, 02:00
- Re: Problem with CmdAfter - Paco, 2008-07-09, 13:13
- Re: Problem with CmdAfter - woddrazen, 2008-07-09, 12:29