Search found 5 matches

by swmotif
Sat Aug 08, 2015 10:47 pm
Forum: Technical Support
Topic: Slow builds on Windows 10
Replies: 4
Views: 5116

SOLVED: Slow builds on Windows 10

Hello, In my case, it was copying assemblies and that was what was slow into the build process. If I right-click InstallAware "Run As Administrator", it runs fast again! As for Windows 10 and previously Windows 7, I'm using Hyper-V and this is a virtual machine. The 1 minute 15 seconds it ...
by swmotif
Sat Aug 08, 2015 9:45 pm
Forum: Technical Support
Topic: Slow builds on Windows 10
Replies: 4
Views: 5116

Slow builds on Windows 10

Hello, Today I upgraded my development machine from Windows 7 32 bit to Windows 10 32 bit. Prior to the upgrade, InstallAware 18 build 12.3.13 performed a build in 1 minute 18 seconds in Windows 7. In Windows 10, it takes 14 minutes 8 seconds. The computer hardware is high performance (note the 1 mi...
by swmotif
Tue Sep 11, 2007 12:51 am
Forum: Technical Support
Topic: Register .NET assembly with COM Interop
Replies: 1
Views: 42208

My problem was needing quotations around the assembly argument, because the argument would have spaces in it when the variable is populated and the spaces would require quotations for long naming conventions: After the Install Assembly ... I used Run Program as in this example: Run Program $WINDIR$M...
by swmotif
Mon Sep 10, 2007 8:03 pm
Forum: Technical Support
Topic: Register .NET assembly with COM Interop
Replies: 1
Views: 42208

Register .NET assembly with COM Interop

Register Assembly calls regasm.exe, without codegen. Use Run program if you need codegen. Install Assembly is completely different. It creates an MSI database entry for your assembly, so that it is properly installed as an assembly. You can install to the GAC with this MSIcode command, or to your o...
by swmotif
Mon Jan 08, 2007 2:35 am
Forum: Non-Technical
Topic: Conditionally writing registry keys
Replies: 2
Views: 7178

Conditionally writing registry keys

Hello, InstallAware Developer does everything I need except I can't figure a way to conditionally write registry keys. If the key exists, I don't want to overwrite the factory default value. I haven't tested this to see if the presence of the key makes the install doesn't overwrite, but is there a w...

Go to advanced search