08-13-2009 01:59 AM
Hello:
i have built an installer for my Labview application, Labview builds two set of files: setup.exe and installer.msi;
when we run setup.exe it shows a welcome screen, how to change this welcome screen?. we have tried to do this in
installer.msi files using orca (following instructions in this forum). But setup.exe does use diffent bitmap, and also shows
different set of License screens which is not there in installer.msi files; can some veterans help in changing the
welcome screen displyed when we run setup.exe
Thanks
S.Venkatesh
08-13-2009 03:49 AM
Hey,
You can use a resource editor to edit the resource dll where the strings and images are stored.
The dll should be under the supportfiles directory of your installer, named customeResource0009.dll.