Hi ,
I want to change the my.sis installation in the smart installer package file to something like this :
"Myapp.sis" - "C:\private\2002CCCE\import\Myapp.sis"
Here if you notice the "!" symbolis changed to "C" .
I am able to add a line like above by adding :
addFiles.pkg_postrules.installer = "\"Myapp.sis\" - \"c:\\private\\2002CCCE\\import\\Myapp.sis\""
DEPLOYMENT += addFiles
but the default sis installation line :
"Myapp.sis" - "!:\private\2002CCCE\import\Myapp.sis"
remains as it is in the package . So how do I remove the default installation to C drive .
Please reply



