hello
im trying use %versionfrom% for my updated folder and in the serverfilename.
its not working .. if i dont get error.. the file or folder have %versionfrom% in it.
The server files don't support version variables at all (neither %versionto% nor %versionfrom%). You can use %versionto% in the path for the output folder:
[attachment=0]Properties.png[/attachment]
Why do you want to use %versionfrom% in the output folder?
trying use this to solv a problem I have
my app is at v1.0 (when i start it say up to date)i create v1.1 and v1.2 (my problem is that I have 2 server file at same name) so after upload patch 1.2 people cannot update from 1.0 to 1.1
i have try create update folder with %versionto% its working well but how my app can know the new update and server file are in 1.1 folder
thats why i try use %versionfrom% and create the next patch in the actual app version folder, but this crate %versionfrom% folder
this way my patch v1.2 will be in folder 1.1
thanks
I don't quite follow what you're saying. Are you trying to limit people running 1.0 of your app from running 1.2 of your app? Or are you saying people running 1.0 of your app can't update to 1.2?