LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to replace default welcome bitmap screen of setp.exe created by Labview create installer option

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

0 Kudos
Message 1 of 2
(2,855 Views)

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.

 

 
Christian

0 Kudos
Message 2 of 2
(2,839 Views)