Is it possible somehow to change the version of generated .sis in the carbide c++ when creating flash stub ?
Printable View
Is it possible somehow to change the version of generated .sis in the carbide c++ when creating flash stub ?
[QUOTE=juhauta;763664]Is it possible somehow to change the version of generated .sis in the carbide c++ when creating flash stub ?[/QUOTE]
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 :
[QUOTE]#{"Your App Name"},(0x00110011),[B]1,0,0[/B][/QUOTE]
to
[QUOTE]#{"Your App Name"},(0x00110011),[B]2,0,0[/B][/QUOTE]
Best Regards,
SajiSoft
Yes, this was the one I was looking for. Thank you!