Search found 328 matches

by Gizm0
Wed Jun 14, 2006 12:51 pm
Forum: Technical Support
Topic: Showing wait cursor
Replies: 7
Views: 6893

When you say that I should call "the API", are you referring to the underlying Windows API? Do I have to write a plug-in for this, or is there a simpler way? Can you show me an example? Thanks for your help! Yes, i'm reffering to the Windows API. Using the Call function from DLL on user32...
by Gizm0
Wed Jun 14, 2006 9:14 am
Forum: Technical Support
Topic: Showing wait cursor
Replies: 7
Views: 6893

Or simply call the API to Set the cursor on wait icon..
by Gizm0
Sat Jun 10, 2006 12:45 pm
Forum: Technical Support
Topic: Multiple Passwords
Replies: 7
Views: 8261

No no, not at all.The .7zip is a web media block needed by the sample.It has nothing to do with the authentication itself.

I can help you if you want, pm me..
by Gizm0
Fri Jun 02, 2006 1:53 pm
Forum: Non-Technical
Topic: IIS Application Extension Mapping?
Replies: 3
Views: 7690

Re: RE: IIS Application Extension Mapping?

At the moment no, but as far as i know, the development team is working on such a feature for the next version. 1) Any idea on a time frame? Our need is immediate, of course... 2) Any suggestions on a workaround? If I can do it using a vbscript, is that possible using InstallAware? Thanks, jax 1) T...
by Gizm0
Fri Jun 02, 2006 3:08 am
Forum: Technical Support
Topic: Troubles with custom dialogs
Replies: 10
Views: 13122

Oh, no this cannot be changed, it can only be localized, as you did.. It's an internal InstallAWARE dialog which cannot be edited.

But you can still use the powerful dialog designer on the rest of them, to create your own unique dialogs for you setup.
by Gizm0
Thu Jun 01, 2006 4:11 pm
Forum: Technical Support
Topic: Troubles with custom dialogs
Replies: 10
Views: 13122

Re: Troubles with custom dialogs

* First of the problems I meet is the Form Caption. The property Caption of my form is set to $TITLE$ but when I install my soft the caption is "- InstallAware Wizard" ??? I don't understand why, but when I uninstall my soft the form caption is correct. Search the forum there is another i...
by Gizm0
Thu Jun 01, 2006 4:08 pm
Forum: Non-Technical
Topic: IIS Application Extension Mapping?
Replies: 3
Views: 7690

At the moment no, but as far as i know, the development team is working on such a feature for the next version.
by Gizm0
Sun May 28, 2006 7:40 pm
Forum: Technical Support
Topic: Install Service/Website as part of feature
Replies: 2
Views: 5731

Actually you can.. You must use the Get Component State command to check if the feature is selected to be installed by the user and then act at your wish. This should be done in the before the Apply Install command is executed. You can exclude and include file at your wish, using the Get Component S...
by Gizm0
Fri May 26, 2006 3:52 pm
Forum: Technical Support
Topic: IA 5.3 and Win Vista Beta 2 (bld 5384) and UAC panel as Admn
Replies: 7
Views: 12798

First of all, non-RTM OS's etc, are not supported officially by InstallAWARE Corporation.However, if you use the Group Policy method to create an .msi single file, i believe it will work fine..Otherwise, just remove the Administrative check from the InstallAWARE project, as Vista won't allow you no ...
by Gizm0
Fri May 26, 2006 3:49 pm
Forum: Technical Support
Topic: IA 5.3 and .net 1.1 SP1 issue
Replies: 4
Views: 6513

That's an issue only when installing .net framework from a Uncompressed layout.. THere is no workaround as it is a Microsoft mistake on SP1 for 1.1 installer.. You can simply make it a web media block or use a self extracting exe to install it..
by Gizm0
Wed May 24, 2006 1:43 pm
Forum: Plug-In Development
Topic: Plugin author for hire
Replies: 1
Views: 10962

Is it necessary to do it as a plug in?Why don't you compile it as a dll (i guess it's a C++ code or sth) and Call it through Call Dll Function method? Writting a plug in, just for validation is a way to much in my opinion.. If you don't know how to do the rest of it,create the dll and call it from I...
by Gizm0
Fri May 19, 2006 8:14 pm
Forum: Technical Support
Topic: Uninstall assemblies for .NET 2.0
Replies: 21
Views: 35519

Actually the assembly is never removed, if you don't remove it by yourself..If you are sure that nothing else depends on it, you can use the .NET tools to remove it by command.
by Gizm0
Thu May 18, 2006 5:59 am
Forum: Technical Support
Topic: SQL Express Install failed...where do I start...
Replies: 7
Views: 13508

No, MDAC is required on some systems (non-XP systems) for SQL Express.
XML 6 is included in the SQL Express package.
As for 512, it's enough for full install according to the documentation but even if the documentation is wrong, i made a test and i confirmed that 512 mb are enough.
by Gizm0
Sun May 14, 2006 9:38 am
Forum: Technical Support
Topic: Run installer after reboot.
Replies: 5
Views: 11377

The fact is that even if you supress all reboots, if for example, you try to install SQL Express WITHOUT rebooting, the installation will fail..That will happen because Windows Installer will detect a pending reboot, and abort the installation..It's really nice to allow InstallAWARE reboot when it's...
by Gizm0
Sat May 13, 2006 2:39 pm
Forum: Technical Support
Topic: Opening a port on Windows Firewall
Replies: 2
Views: 5223

Re: Opening a port on Windows Firewall

Has anybody had experience at this? I need my installer to open a port on the Windows Firewall... I'm installing a service application that listens on port XXXX so I need port XXXX to be opened. Any advice? As soon as the service is started, the user will be prompted by the firewall to interact wit...

Go to advanced search