Microsoft PPC etc: CABWIZ INF file: access from setup.dll
-
Is there a way to access the parameters of a CABWIZ INF file (Information File) from the custom setup.dll specified in the CESetupDLL string in the [DefaultInstall] section? For example, if this section is in the INF file: [Strings] ShowMessages="Yep" Can I access the ShowMessages string from inside my setup.dll written in eVC? Thanks, Steve
-
Is there a way to access the parameters of a CABWIZ INF file (Information File) from the custom setup.dll specified in the CESetupDLL string in the [DefaultInstall] section? For example, if this section is in the INF file: [Strings] ShowMessages="Yep" Can I access the ShowMessages string from inside my setup.dll written in eVC? Thanks, Steve
I suggest you storing the parameters in the registry and then read them from setup.dll