Hi
I need to customize my application deployment on the following sequence:
- Install main application (msi)
- Copy config file (ibases.v8i) to user directory (%AppData%\1C\1CEStart).
I create 2 applications:
- Main application from msi file
- SFX Archive with config file. This application depend from main application and deployed for user and require primary device.
Second application use file detection like on image
But this detection not work and deployment fail with . In DCMWmiProvider.log I see next error:
CAppExecutionLibrary::ExpandEnvironmentVariables: %AppData%\1C\1CEStart\ evaluated to : %AppData%\1C\1CEStart\ FileSystemWMIProvider 18.04.2013 19:39:54 5412 (0x1524) CAppExecutionLibrary::ExpandEnvironmentVariables: %WinDir%\System32 evaluated to : C:\Windows\System32 FileSystemWMIProvider 18.04.2013 19:39:54 5412 (0x1524) CAppExecutionLibrary::ExpandEnvironmentVariables: %ProgramFiles% evaluated to : C:\Program Files FileSystemWMIProvider 18.04.2013 19:39:54 5412 (0x1524)What i need change to use file detection for %AppData% folder