Search found 150 matches

by ulrichard
Fri Sep 16, 2011 7:54 am
Forum: Technical Support
Topic: Long delay after language selection dialog
Replies: 6
Views: 5769

Re: Long delay after language selection dialog

After closer examination, I suspect that the following line in "checkvc8sp1secure_x86" is taking so long. Find All Files in path $WINDIR$\WinSxS\mfc80.dll (include subfolders), write result into variable VC81SECURE Is there another way to check for existing MFC Runtimes that might be faste...
by ulrichard
Fri Sep 16, 2011 12:18 am
Forum: Technical Support
Topic: Long delay after language selection dialog
Replies: 6
Views: 5769

Re: Long delay after language selection dialog

That's a single executable. But as the de-compression happens before, that shouldn't really make a difference. Right?
by ulrichard
Thu Sep 15, 2011 9:33 am
Forum: Technical Support
Topic: Long delay after language selection dialog
Replies: 6
Views: 5769

Long delay after language selection dialog

Some users lately complained about the long delay between the language selection and the welcome dialog. Nothing is shown during that time. The setup.bmp background is only displayed for a brief period right before the language selection dialog. They asked if we could at least display this backgroun...
by ulrichard
Wed Aug 24, 2011 6:29 am
Forum: Technical Support
Topic: .Net 3.0 runtime File Bag fails to build - is path too long?
Replies: 10
Views: 14930

Re: .Net 3.0 runtime File Bag fails to build - is path too l

Oh my god, that just happened to me when copying a jenkins project to one with a slightly longer name.
I'm looking forward to the day when Windows goes away...
by ulrichard
Thu Jun 24, 2010 1:16 am
Forum: Technical Support
Topic: Automated installer testing on VM
Replies: 0
Views: 9114

Automated installer testing on VM

This question is not exactly related to InstallAware, but it's probably something, InstallAware users have to care or think about. I've done automatic testing of the installer on Virtual machines for a while now. With FinalBuilder I start up the virtual machine(varying operating systems), copy the i...
by ulrichard
Wed Jun 23, 2010 1:46 am
Forum: Technical Support
Topic: ExtractPath includes trailing parentheses
Replies: 7
Views: 5190

Re: ExtractPath includes trailing parentheses

That sounds good. Does that mean real while and for loops, so that we no longer have to do loops with goto's?
Do you have a teaser to show?
by ulrichard
Wed Jun 23, 2010 12:24 am
Forum: Technical Support
Topic: ExtractPath includes trailing parentheses
Replies: 7
Views: 5190

Re: ExtractPath includes trailing parentheses

Yes, Replace String was what I did in the end. But it's a bit counter intuitive, that's why I report it here. "Extract Full File Name" sounds like it's aware of what it deals with. Instead it's just a simple find and substring operation. In contrast other filesystem abstractions like boost...
by ulrichard
Tue Jun 22, 2010 5:42 am
Forum: Technical Support
Topic: ExtractPath includes trailing parentheses
Replies: 7
Views: 5190

Re: ExtractPath includes trailing parentheses

Hi Michael, sure... Find All Files in path C:\Program Files (x86)\PointLine21\UserDat\lic\*.lic (include subfolders), write result into variable LicenseNames LicenseNames="C:\Program Files (x86)\PointLine21\UserDat\lic\default\PointLine3D.lic"|"C:\Program Files (x86)\PointLine21\UserD...
by ulrichard
Tue Jun 22, 2010 1:48 am
Forum: Technical Support
Topic: Can we chnage the color of progress bar
Replies: 7
Views: 6493

Re: Can we chnage the color of progress bar

Correct me if I'm wrong, but I think some themes use an avi video as the progress bar e.g. swoosh.avi that you could easily replace.
by ulrichard
Tue Jun 22, 2010 1:34 am
Forum: Technical Support
Topic: ExtractPath includes trailing parentheses
Replies: 7
Views: 5190

ExtractPath includes trailing parentheses

What's wrong with the following code? Find All Files in path C:\Program Files (x86)\PointLine21\UserDat\lic\*.lic (include subfolders), write result into variable LicenseNames Set Variable LicTmpName to Parse String $LicenseNames$ into Variables LicTmpName and LicenseNames (Split at first occurrence...
by ulrichard
Tue May 11, 2010 5:25 am
Forum: Technical Support
Topic: CoApp
Replies: 0
Views: 8071

CoApp

While searching for a way in which WindowsInstaller packages can depend on each other and build a versioned dependency tree, like debian packages do, I stumbled over CoApp (http://coapp.org).
Is there anything planned to support the creation of dependent packages in InstallAware?
by ulrichard
Mon Aug 31, 2009 4:08 pm
Forum: Technical Support
Topic: MSI Error with two projects sharing the same files
Replies: 2
Views: 3080

MSI Error with two projects sharing the same files

Hi, I have two installer projects that share the same files (scripts, dialogs, translations...). I know, it's not exactly how it was thought, but if I get it to work one way or another, it would save me a lot of maintenance work. The different variations are built by passing different compiler varia...
by ulrichard
Tue Jul 14, 2009 8:39 am
Forum: Technical Support
Topic: automatic import of translations
Replies: 1
Views: 2500

automatic import of translations

Hello everybody, usually after I get the translated files back, I start up InstallAware, go to design tab, and import the translation files. Now if the translator doesn't tell me that he changed something or if I forget to import, the new translations might be missing in the next release. That's why...
by ulrichard
Mon Jul 06, 2009 1:40 am
Forum: Technical Support
Topic: Install MSI
Replies: 2
Views: 3714

solved

Thanks Michael,

that solved the issue.

Go to advanced search