I am using installshield 2011. I have a merge module and I want certain exe to be executed after the merge module is installed. This exe is part of merge module files. Now when I write a custom action
I\'m creating an InstallShield 2011 basic MSI installer project. I\'m trying to change the connection string in my app.config according to the user selections from the database login dialog made in t
I\'m having problems including satellite dll\'s in a installshield project. I\'ve tried adding a component, say \"SatelliteNorwegian\" f开发者_如何学运维or a norwegian language installation, for whi
I have this prob开发者_如何学Clem where after a field (say Field3 in table MyTable) is updated on the database, MyTable.Field3 (in C#) is still returning the old value.