
I believe I’ve located the MS recommended merge modules and from some information I’ve gathered from TS tips, I figured I would:
-create my own Light Mode Setup wrapper, basically a blank setup one or more of these MSM files added in “Support Files”. Then in my main setup, do my own condition checking, use Bundle Files to do the web install on the LMS wrapper EXE result, then use the “Run Light Mode Setup” on the EXE.
So far, so good?
I went to use the Setup Decompressor tool on the MS MSM file and noticed the “Recompress with InstallAware wrapper” option. I’m assuming this isn’t the equivalent of the Light Mode Setup? I’d use Run Program command on the exe? I’d imagine using a LMS setup (my own LMS wrapper) would be preferable – in order to better capture the progress (?). Suggestions?
BTW, I see some buggy behavior in my IDE. When using the “Run Light Mode Setup” command, the command dialog box drops my “Return Success State in Variable” variable. I’m running 5.2. Each time I place a variable in here and select “OK”, the variable disappears and is gone when I open up the dialog again. This seems to be just a problem with the UI. When I copy and paste the command I see my return variable “VC71”:
e.g. ~InstallAware Clipboard Data~
~Run Light Mode Setup~
~{7D1386C8-AAB8-413C-8FC1-883FFA4D3CB9}~
~$SUPPORTDIR$\\vc71\\VC_User_CRT71_RTL_X86_---repkg.exe~
~VC71~
~~
~TRUE~
Thanks!