I am trying to build a sample VAF application.
In my solution I have :
- appdef.xml (always copy true)
- MFVaultApplicationInstaller.exe (copy if newer)
in the Post Build I execute the following script :
start "Installing Vault Application" /D "$(TargetDir)" "MFVaultApplicationInstaller.exe" "Some Vault Name"
When I build the application, I get the following error :
You do not have the server-level access rights required by this operation
To compensate this :
- The logged in user has Admin level permissions
- I execute visual studio in Administrator mode
- Also If executed in command prompt I make sure it runs in Administrator mode
Is there something I am missing?
Regards,
Shoeb