Creating own Web Media Block
Posted: Wed Mar 04, 2015 10:45 am
I am trying to create my first project using a new web media block I am creating. I've read the white paper but it doesn't seem to address this issue in enough detail to get me past this. My script looks like this...
[DEFINE WEB MEDIA TestInstaller]
Run Program $SUPPORTDIR$\TestInstaller.exe (WAIT)
[OFFLINE CONTENT]
Then I add the TestInstaller.exe (150 meg) into the support files folder. When I do this, the web deploy file is about 160 meg, indicating the support file got pulled into the installer. In additon, no .7zip file gets created for the new web media block.
I've tried several different configurations of files, but my main problem appears to be how to tell InstallAware where to find the EXE that I want it to turn into the new web media block. Thanks in advance!
[DEFINE WEB MEDIA TestInstaller]
Run Program $SUPPORTDIR$\TestInstaller.exe (WAIT)
[OFFLINE CONTENT]
Then I add the TestInstaller.exe (150 meg) into the support files folder. When I do this, the web deploy file is about 160 meg, indicating the support file got pulled into the installer. In additon, no .7zip file gets created for the new web media block.
I've tried several different configurations of files, but my main problem appears to be how to tell InstallAware where to find the EXE that I want it to turn into the new web media block. Thanks in advance!