Search found 2036 matches

by giaviv
Mon Jan 30, 2012 12:06 am
Forum: Technical Support
Topic: FileListBox examples?
Replies: 1
Views: 3142

Re: FileListBox examples?

Hi,

You actually want to use the PTShellList control.
Attached is a sample project - good luck!
by giaviv
Sun Jan 29, 2012 11:54 pm
Forum: Technical Support
Topic: Progress feedback when running program
Replies: 2
Views: 4373

Re: Progress feedback when running program

Hi,

The .NET Plug-In bridge has been updated. Try downloading it again.
by giaviv
Sun Jan 29, 2012 11:52 pm
Forum: Technical Support
Topic: Call Dll Function
Replies: 9
Views: 10433

Re: Call Dll Function

Clarification - Call DLL Function works on 32 bit WinAPI style DLLs (including custom DLLs that have stdcall/WinAPI function exports).
by giaviv
Sun Jan 29, 2012 11:50 pm
Forum: Technical Support
Topic: SQL 2008 Express R2 Runtime Setup
Replies: 14
Views: 15675

Re: SQL 2008 Express R2 Runtime Setup

Clarification - Microsoft does provide a 32 bit only runtime, as well as a 32 bit
runtime which can also be installed on 64 bit systems. We chose to supply
the 32 bit only runtime.
by giaviv
Sun Jan 29, 2012 11:05 pm
Forum: Technical Support
Topic: Microsoft Visual C++ Runtime 9.0 SP1
Replies: 2
Views: 12264

Re: Microsoft Visual C++ Runtime 9.0 SP1

Hi,

You can have the if 64 bit check call a go to command to a 32 bit label in the master script, or a 64 bit label in the master script accordingly, instead of causing if...else...end nesting.
by giaviv
Sun Jan 29, 2012 11:01 pm
Forum: Technical Support
Topic: Need Numerical Input Editor
Replies: 4
Views: 4417

Re: Need Numerical Input Editor

Hi,

You can actually use the MaskEdit control under the Additional tab.
Please refer to this thread for more information:
http://www.installaware.com/forum/viewt ... ab470d431c
by giaviv
Sat Jan 28, 2012 10:41 am
Forum: Technical Support
Topic: How to test for 64bit OS in MSI Code
Replies: 5
Views: 6806

Re: How to test for 64bit OS in MSI Code

Hi,

What you are missing is calling the Is Windows in 64 Bit Mode check before this script.
Call the Get System with the Is Windows in 64 Bit Mode option and out the result in WIN64BIT.
by giaviv
Fri Jan 27, 2012 5:16 pm
Forum: Technical Support
Topic: EditMask error message translation
Replies: 5
Views: 5155

Re: EditMask error message translation

Thanks. Could you please attach a minimal reproducing project?
by giaviv
Fri Jan 27, 2012 5:15 pm
Forum: Technical Support
Topic: Deploy msi file for all users
Replies: 3
Views: 4864

Re: Deploy msi file for all users

Hi,

I feel like this is a group policy related question - wouldn't this be related to deployment method you use?
by giaviv
Fri Jan 27, 2012 5:14 pm
Forum: Technical Support
Topic: Need Numerical Input Editor
Replies: 4
Views: 4417

Re: Need Numerical Input Editor

Hi,

I am attaching a sample project with one dialog that only enables you to input a valid port number.
Good luck!!
by giaviv
Fri Jan 27, 2012 4:23 pm
Forum: Technical Support
Topic: Translations cockup
Replies: 3
Views: 4620

Re: Translations cockup

Hi, The reference.* files located in the InstallAware folder (for example, C:\Program Files\InstallAware\InstallAware 2012) can be carefully modified to contain your base strings and their translated values. As long as you appends to each reference file the correct strings in the correct order, you ...
by giaviv
Fri Jan 27, 2012 3:17 pm
Forum: Technical Support
Topic: Evaluating product and running into lots of bugs
Replies: 1
Views: 2714

Re: Evaluating product and running into lots of bugs

Hi Robert,

Could you please attach a minimal reproducing project for these issues?
That will help us narrow the problems down so that we could fix them.
by giaviv
Fri Jan 27, 2012 3:10 pm
Forum: Technical Support
Topic: Build via Webpage???
Replies: 15
Views: 17804

Re: Build via Webpage???

Hi,

You can find a sample project in your C:\Program Files\InstallAware\InstallAware 2012\Automation\Examples\ folder.
Take a look at it and see if that helps you.
by giaviv
Fri Jan 27, 2012 2:46 pm
Forum: Technical Support
Topic: VS2010 SP1 doesn't start after installing InstallAware!!
Replies: 6
Views: 15433

Re: VS2010 SP1 doesn't start after installing InstallAware!!

Hi,

Which edition of VS are you using?
by giaviv
Fri Jan 27, 2012 12:31 pm
Forum: Technical Support
Topic: A bug writing permanent registry values
Replies: 4
Views: 5291

Re: A bug writing permanent registry values

Hi,

Have you included the Include Script command in your main script file (A I'm assuming)?

Go to advanced search