Is it possible somehow to change the version of generated .sis in the carbide c++ when creating flash stub ?
Is it possible somehow to change the version of generated .sis in the carbide c++ when creating flash stub ?
Your question is not very much clear. Do u want to change the version of your flash lite stub SIS only like from 1.0.0 to 2.0.0 ? . Then simply edit the .pkg file of your project and change the version like :
to#{"Your App Name"},(0x00110011),1,0,0
Best Regards,#{"Your App Name"},(0x00110011),2,0,0
SajiSoft