Randem Systems Support Board

InnoScript => InnoScript - General Questions, Report Bugs, Problems etc... => Topic started by: pagesoft on November 02, 2011, 10:36:04 AM

Title: Versioning 'Other'
Post by: pagesoft on November 02, 2011, 10:36:04 AM
I can not turn off VC Runtime 6.0
 
1. open previously saved INNO project  
2. Select Versioning from Project Options
3. Select Other Tab
4. Turn Off Vc Runtimes 6.0 button
5. Select Apply Button
6. Select OK Button
7. Select Save Project from tool bar
8. Create script
9. do steps 2 and 3
10. Vc Runtimes 6.0 button is turned on again.
11. Set VC Runtimes 2008 button ON  
12. Turn Vc Runtimes 6.0 btton OFF
13. do steps 5 to 9
14. Both VC Runtimes 6.0 and VC Runtimes 2008 are ON.
Title: Versioning 'Other'
Post by: Randem on November 02, 2011, 10:49:33 AM
That is because InnoScript detects that you are using VC Runtime files in your application and will include them. Why would you NOT like them in your script? If you do not want the lines in the script just add the lines from the script to the template for your application in the appropriate section and InnoScript will remove the line from the script.
 
Remember to add a minus sign at the beginning of eac line so that they will be removed.
Title: Versioning 'Other'
Post by: pagesoft on November 02, 2011, 11:02:14 AM
The reason is they are being added by another install process  
 
Thanks
Title: Versioning 'Other'
Post by: Randem on November 02, 2011, 11:33:43 AM
OK, then I would remove them via the template so that you always have a sort of log of what you did and why.
 
Or you can just comment them out. The template would work better I think for it will always leave some sort of documentation each time you re-create the script.