Apr 27, 2011
03:33 AM
Hi, Please try the following. This is working on a custom dialog. #define DIALOG_NAME_1 "ShowMsg" HWND hWindow; LONG lstyle; hWindow = CmdGetHwndDlg(DIALOG_NAME_1); lstyle = GetWindowLong(hWindow,GWL_STYLE); lstyle &= ~0x00080000L; SetWindowLong(hWindow ,GWL_STYLE,lstyle);
... View more
Mar 18, 2011
01:23 AM
In the IIS properties, use a script defined variable and at runtime you use the following function to set the value for script defined variable. In the IIS setting, i have used the following Full path to file : In the script i have used the following. TextSubSetValue(" ", TARGETDIR ^ "Test\\Test.dll", TRUE); This should work. regards Prema
... View more
Feb 12, 2008
08:25 AM
Hi, What are the feature differences between 2008 and IS12 premier? Thanks and regards Prema
... View more
Labels
- Labels:
-
InstallShield 2008
Latest posts by premak
Subject | Views | Posted |
---|---|---|
902 | Apr 27, 2011 03:33 AM | |
425 | Mar 18, 2011 01:23 AM | |
2279 | Feb 12, 2008 08:25 AM |
Activity Feed
- Posted Re: How to disable close button? on InstallAnywhere Forum. Apr 27, 2011 03:33 AM
- Posted use TextSubSetValue() on InstallShield Forum. Mar 18, 2011 01:23 AM
- Posted Difference between IS12 premier and IS 2008 on InstallShield Forum. Feb 12, 2008 08:25 AM