Appdata an Vista

Started by Randem, August 17, 2008, 08:58:05 AM

Previous topic - Next topic

sacramento

Hi:
This section it's Wrong!!(just a tried to resolve the problem)But randem,in this case if I put this two files in the section FIles,I have a error in Vista in CR!
What I can do for resolve this?Because if I remove this files the program don't return errors,but removing this files I don't have the CR installed!

Randem

Questions unanswered? Where did the section [APPDATA] come from???

sacramento

This is the script
 
Thanks

Randem

Is this an InnoScript question or Inno Setup?
 
There is no such [APPDATA] section in Inno Setup so I don't see how your script even compiled and InnoScript does not place such a section in the script. Those lines of code are to be in the [Files] Section. Post your script.

sacramento

Hi to all:
 
I have this line in the Appdata folder,in my innosetup, because i want install my project in Vista:
 
[APPDATA]
Source: e:projectos vbwinbirds profissionalbd vazia para wbpprogaves.mdb; DestDir: {app}; Flags:  ignoreversion;
Source: e:projectos vbwinbirds profissionalwinbirds profissionalficha_individual.rpt; DestDir: {app}; Flags:  ignoreversion;
 
But innosetup don't install this files in the appropriate folder...
Something wrong in the code?
 
Thanks