|
In InstallerScript What lines should I add to copy or create additional folders to specific directories during installation ej: in PES2012
1 - C: \ ProgramData \ KONAMI \ Pro Evolution Soccer 2012 \ download
2 - C: \ Users \ Leo \ Documents \ KONAMI \ Pro Evolution Soccer 2012
Where do I add this in InstallerScript
[HKEY_LOCAL_MACHINE \ SOFTWARE \ KONAMI \ PES2012]
"code" = "xxxx-xxxx-xxxx-xxxx-xxxx"
"installdir" = "C: \ \ Program Files \ \ KONAMI \ \ Pro Evolution Soccer 2012 \ \"
"Version" = "1.03.0000"
thanks
|