Search found 25 matches

by ChrisN
Thu Apr 28, 2011 8:49 am
Forum: Technical Support
Topic: Reload updates.ini
Replies: 1
Views: 3043

Reload updates.ini

Hi. I have a problem with downloading updates. 1. I create an update file and the updates.ini and upload both files on our FTP-Server. 2. Download and installation work fine. 3. I create another update file and a new updates.ini that inlcudes both update files and upload them. 4. If I try to update ...
by ChrisN
Wed Nov 17, 2010 7:50 am
Forum: Technical Support
Topic: Files are not being copied
Replies: 7
Views: 9649

Re: Files are not being copied

Hi. I have a similar problem. I removed the old "Apply Install" command and entered a new one at the same position inside the script and now it seems to work. My Question: Why does it happen that suddenly some files won't be installed anymore? And why does delete the command and add the ex...
by ChrisN
Wed Jun 30, 2010 5:20 am
Forum: Technical Support
Topic: Changes for patch builds and Windows Installer Errors.
Replies: 1
Views: 2829

Changes for patch builds and Windows Installer Errors.

Hi everyone. We have some trouble with our patches. So I have to ask, if there are limitations for script changes, due to patch builds. Is there something I shouldn't remove from or add to my projects and scripts, because this could cause errors during patch installation? The question comes up, beca...
by ChrisN
Thu Jun 10, 2010 1:37 am
Forum: Technical Support
Topic: Patches...
Replies: 1
Views: 2359

Patches...

Hi. We have the following problem. For example version 1.0 of a software is installed and there are 3 patches for this version. The first one updates v1.0 to v1.1, the second one v1.1 to v1.2 and the third v1.2 to v1.3. Now, if you have not installed patch 1 and 2 and you want to update to the newes...
by ChrisN
Wed Feb 10, 2010 9:19 am
Forum: Technical Support
Topic: Vista 64 - 32 Bit Registry Node
Replies: 0
Views: 4553

Vista 64 - 32 Bit Registry Node

Hi. I need to write some registry entries to the Wow6432Node on Windows Vista (64 Bit). The following code works perfect on Windows 7 (64 Bit): Write Registry Key HKLM\\SOFTWARE\\Wow6432Node\\ODBC\\ODBCINST.INI\\$OdbcDriverName$\\Driver, $OdbcDriverPath$\\dbodbc10.dll But on Windows Vista (64 Bit) t...
by ChrisN
Mon Nov 30, 2009 3:49 am
Forum: Technical Support
Topic: New Harddisk. All files in patch
Replies: 1
Views: 2889

Hi. You could try the following to solve the problem. - Set the compiler variable NOHARDLINKS=TRUE - Set the compiler variable LONGCOMPONENTS=TRUE - Enable "Include whole files only" in the patch settings (project options) You can also enable the "Leave debug files" option to rea...
by ChrisN
Mon Nov 23, 2009 10:00 am
Forum: Technical Support
Topic: 32 Bit assembly, Win7 -> Unable to get assembly information
Replies: 2
Views: 3839

Hi Andy. I'm not quite sure what you are meaning. "64 bit operating system" is disabled in the design view. I've used "Set 64 Bit mode" several times to switch between the 32 and 64 bit mode, but I think both settings effect only the installation process not the build process of ...
by ChrisN
Thu Nov 19, 2009 8:07 am
Forum: Technical Support
Topic: 32 Bit assembly, Win7 -> Unable to get assembly information
Replies: 2
Views: 3839

32 Bit assembly, Win7 -> Unable to get assembly information

Hi. I used InstallAware 9 with Windows XP (32 Bit) and never had problems with assemblies. But now I have a new 64 Bit assembly in my installer and it doesn't work (Unable to get assembly information). In another forum thread I read, that there's no way to build an installer with 64 Bit assemblies w...
by ChrisN
Tue Oct 13, 2009 2:26 am
Forum: Technical Support
Topic: Setting password visibility...
Replies: 2
Views: 3175

Hi Serina.

There's a property called PasswordChar in the properties list of the Edit box. Enter a character, e.g. an asterisk, to enable the password function of the Edit box.

Best regards.
by ChrisN
Fri Oct 09, 2009 2:18 am
Forum: Technical Support
Topic: Missing net35bin
Replies: 3
Views: 3534

Hi Tom. The net35xbin.7zip contains the .NET Framework 3.5 (32 Bit) and the net351bin.7zip contains the .NET Framework 3.5 with Service Pack 1 (32 Bit). So you can extract the one you need and rename the folder. But I am wondering that this is necessary, because if you have selected Microsoft .NET F...
by ChrisN
Thu Oct 08, 2009 3:41 am
Forum: Technical Support
Topic: Missing net35bin
Replies: 3
Views: 3534

Hi Tom.

You should find the .NET Framework 3.5 (32 Bit) in the runtimes folder. It is a 7zip file called net35xbin.7zip.
If you really need the folder you have to extract the files.

Best regards.
by ChrisN
Wed Oct 07, 2009 2:30 am
Forum: Technical Support
Topic: Check if folder exists ?
Replies: 2
Views: 4432

Hi.

You can use "Does File/Folder Exist" to check for a folder and "Find All Files" if you want to know if it is empty or not.

Hope this helps.
by ChrisN
Tue Oct 06, 2009 2:47 am
Forum: Technical Support
Topic: Creating a shortcut at desktop
Replies: 7
Views: 7339

Hi Serina. Insert "Apply Changes" after the "Create Shortcut" command. if Variable RUNAPP Equals TRUE if Variable REMOVE Equals FALSE if Variable SUCCESS Equals COMPLETE Create Shortcut $DESKTOPDIR$\\#TITLE# to $DESKTOPDIR$\\...exe Apply Install end end end Best regards.
by ChrisN
Fri Sep 18, 2009 2:02 am
Forum: Technical Support
Topic: Can't run setup in 64 Bit mode on Windows 7 64 Bit
Replies: 2
Views: 3137

Hi Andy.

Thanks for your reply.

I've found the problem. The check.../setup...x64 scripts set the Win32 mode at the end. I've reset it to the Win64 mode now (instead of removing the Set Win32 commands). It's working fine now.

Best regards.
by ChrisN
Wed Sep 16, 2009 10:01 am
Forum: Technical Support
Topic: Can't run setup in 64 Bit mode on Windows 7 64 Bit
Replies: 2
Views: 3137

Can't run setup in 64 Bit mode on Windows 7 64 Bit

Hi. I've got a problem with the installer on a Windows 7 64 Bit system. The installer includes the 32 Bit and the 64 Bit version of our program and decides during setup which one is to install. The installer is working fine on a Vista 64 Bit version, but on Windows 7 64 Bit it installs the 32 Bit ve...

Go to advanced search