Search found 152 matches

by QooScho
Wed Jul 06, 2016 2:22 am
Forum: Plug-In Development
Topic: X4 EVAL Plugin Problem?
Replies: 5
Views: 20957

Re: X4 EVAL Plugin Problem?

Dear Francesco
I have contacted Camelot but have not received an answer yet.

Other question:
How can you do such a Expression without the Eval Plugin
If(Variable1 = "") and (variable2 = "") ?

In installaware there is no "AND" operator.

best regards
Hans
by QooScho
Tue Jul 05, 2016 9:35 am
Forum: Plug-In Development
Topic: X4 EVAL Plugin Problem?
Replies: 5
Views: 20957

Re: X4 EVAL Plugin Problem?

Dear Francesco
I thought the Camelot Installaware Plugins are offical plugins?

I found this old link:

viewtopic.php?t=81

regards
Hans
by QooScho
Tue Jul 05, 2016 9:25 am
Forum: Technical Support
Topic: Start of setup always English on German Windows?
Replies: 3
Views: 2994

Re: Start of setup always English on German Windows?

Dear Francesco

yes this tip helps me.
A reimport of the Translation and new build shows the Setup now in German

thanks a lot
best regards
Hans
by QooScho
Mon Jul 04, 2016 7:46 am
Forum: Plug-In Development
Topic: X4 EVAL Plugin Problem?
Replies: 5
Views: 20957

X4 EVAL Plugin Problem?

Hello, I have switched my MSI code from IA17 to X4. There is a line with Eval Plugin to check if a software is installed or not. This works fine with IA17. Eval NOGSWINFILE = $GSWINFILE32$="NOTFOUND" and $GSWINFILE64$="NOTFOUND" But now after build with X4 and executing the new s...
by QooScho
Mon Jul 04, 2016 4:24 am
Forum: Technical Support
Topic: Get exact Windows OS Version Numbers?
Replies: 1
Views: 2526

Get exact Windows OS Version Numbers?

Hello
with "GET OS or SP Level" you can receive return values from Windows operating system like
SEVEN
SERVER8
TEN

How can you get the exact Windows OS version numbers like
6.3.9200 for Server 2012 R2 ??

thanks
regards
Hans
by QooScho
Mon Jul 04, 2016 2:57 am
Forum: Technical Support
Topic: Start of setup always English on German Windows?
Replies: 3
Views: 2994

Start of setup always English on German Windows?

Hello, I have build my old (IA17) project in new X4. If I run the Setup Exe on a German Windows 10 the first two Dialogs are always in English. 1. The Installaware wizard is verifiyng the contents of this package. 2. InstallAware is preparing this wizard. .... 3. Select setup language From this time...
by QooScho
Mon Jul 04, 2016 2:41 am
Forum: Technical Support
Topic: X4 & Win 10 Pin to Taskbar not working?
Replies: 1
Views: 2510

X4 & Win 10 Pin to Taskbar not working?

Hello, I have switched from IA17 to X4 to provide also Windows 10. In my MSI code I had a section where you can pin a icon to the taskbar. This works fine in Win 7. Create Shortcut $SHORTCUTFOLDER$\My Client to $PROGDIR$\Myclient.exe if Variable DESKTOPICON Equals TRUE Create Shortcut $DESKTOPDIR$\M...
by QooScho
Thu Jul 30, 2015 9:14 am
Forum: Technical Support
Topic: Debug Fatal error?
Replies: 1
Views: 2556

Debug Fatal error?

Hello I am creating a new web based setup (changed an existing project). Compiling is fine but when I run the setup I get an Fatal error. Nothing will be installed. I tired to log the setup wiht /L=C:\temp\mylog.log But I cannot read the logfile to say what is wrong with my MSI code. I tried also wi...
by QooScho
Thu Mar 05, 2015 9:46 am
Forum: Technical Support
Topic: Howto Debug Setup error?
Replies: 1
Views: 3115

Howto Debug Setup error?

Hello I have rebuild an old IA Project. On the PC where IA IDE is installed (Windows 7 64bit) the Setup runs fine without Errors. If I run the same Setup (Webbuild) on an other PC with Win7 64bit the Setup breakes with a message "Error". Not more With this error message I have no Chance to...
by QooScho
Mon Aug 25, 2014 2:24 am
Forum: Technical Support
Topic: Modify without deleteing old settings,
Replies: 3
Views: 4511

Re: Modify without deleteing old settings,

Dear Francesco, thank you for help. <<<Do you maybe used NATIVE ENGINE instead and changed its behavior through the NATIVE_OVERWRITE_OLDER pre-defined variable? No I have not changed these settings. Maybe the installer was newer then the installed version. I do not know exakt because I only heard ab...
by QooScho
Fri Aug 22, 2014 5:25 am
Forum: Technical Support
Topic: Modify without deleteing old settings,
Replies: 3
Views: 4511

Modify without deleteing old settings,

Hello, Complete installation will install an Apache Webserver with PHP files and a web application. Also a MySQL DB and the main windows programm will be installed. If someone choose not installing the Web application, the Apache Webserver and PHP files will not be installed. Problem is. If the &quo...
by QooScho
Thu Apr 24, 2014 11:50 pm
Forum: Technical Support
Topic: Visual C++ Runtime 10.0 installation without WebMedia
Replies: 5
Views: 8583

Re: Visual C++ Runtime 10.0 installation without WebMedia

Dear Francesco <<<... we use the exact identical files with our runtimes packages and I may suggest you to use them. Hmm, for me it seems that they are not ideantically. The VC 10 x64 from Installaware located in C:\Program Files (x86)\InstallAware\InstallAware 17\runtimes\vc10bin_x64 has the file V...
by QooScho
Thu Apr 24, 2014 11:21 am
Forum: Technical Support
Topic: Visual C++ Runtime 10.0 installation without WebMedia
Replies: 5
Views: 8583

Re: Visual C++ Runtime 10.0 installation without WebMedia

Dear Francesco, thank you for help. <<.. just place those web media blocks files within the EXE folder. This will force the installer to use those files instead of downloading them. But then I need three files instead of one and for deplyoment this is not good. <<<Alternatively, produce a Compressed...
by QooScho
Thu Apr 24, 2014 7:07 am
Forum: Technical Support
Topic: Insufficient memory error !
Replies: 1
Views: 3229

Insufficient memory error !

Hello after I have changed a languag string for a message box to German and also a small string in the Shared Strings I cannot longer do a Build Injected runtime files Compressing install: componentstree.dfm (0%) Compressing install: 5D6BBD01\3815C0E\Artistic (0%) Error during build: Unable to build...
by QooScho
Thu Apr 24, 2014 5:38 am
Forum: Technical Support
Topic: Visual C++ Runtime 10.0 installation without WebMedia
Replies: 5
Views: 8583

Visual C++ Runtime 10.0 installation without WebMedia

Hello for a new Setup I need to add the Visual C++ Runtime 10.0. I have added the Checkbox in design tab in IA 17. In the MSI Code there is now Include Script: checkvc10_x64 and for 32bit Include Script: checkvc10_x86 There is also added the WebMedia Block [DEFINE WEB MEDIA Microsoft Visual C++ Runt...

Go to advanced search