Wolfgang
05-24-2012, 02:54 AM
Good Morning,
After building a new setup I have troubles setting ini-File values (for keys in an ini file) from parameters given into the package (msiexec /i my.msi inifilekey=xy...). To be precise: the problem is to set default values.
My current solution is to add an Script which checks if the parameter exists (from commandline), and if not set a default value. These values ar set afterwards into the ini-file.
My experience with embedded Scripts is not very positive, because virus-checkers could report them.
So is there another way to solve this Problem, or do I need an upgrade for my Installshield 2012 express
regards
Wolfgang
After building a new setup I have troubles setting ini-File values (for keys in an ini file) from parameters given into the package (msiexec /i my.msi inifilekey=xy...). To be precise: the problem is to set default values.
My current solution is to add an Script which checks if the parameter exists (from commandline), and if not set a default value. These values ar set afterwards into the ini-file.
My experience with embedded Scripts is not very positive, because virus-checkers could report them.
So is there another way to solve this Problem, or do I need an upgrade for my Installshield 2012 express
regards
Wolfgang