Search found 8238 matches

Go to advanced search

by Daniel
Mon May 07, 2012 12:23 pm
Forum: Common Problems
Topic: Problem with setting registry keys during install
Replies: 1
Views: 8819
 
Jump to post

Re: Problem with setting registry keys during install

Hi, I'm afraid that I can not reproduce your problem. I create two registries keys (i.e. PATH and VERSION), both containing one registry value (a path and a version number), under HKEY_LOCAL_COMPUTER/SOFTWARE/[Manufacturer] subkey and under HKEY_CURRENT_USER/SOFTWARE/[Manufacturer] subkey. Also, I'v...
by Daniel
Mon May 07, 2012 9:59 am
Forum: Common Problems
Topic: JNI Exception: Failed to create the Java VM
Replies: 10
Views: 26323
 
Jump to post

Re: JNI Exception: Failed to create the Java VM

Hi Steve, In your email you mentioned that different OSes allow different heap sizes - why is this the case? I would assume that, Java being Java, would have the same limit regardless of OS flavor. Please keep in mind that JVM is reserving the entire heap as a contiguous memory block and its maximum...
by Daniel
Mon May 07, 2012 9:54 am
Forum: Common Problems
Topic: Java registry Version check fails
Replies: 3
Views: 18045
 
Jump to post

Re: Java registry Version check fails

Hi, Please keep in mind that HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft subkey is a 64-bit location where are located 64-bit registries entry on a 64-bit system. The HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\JavaSoft subkey is a 32-bit location where are located 32-bit registry entry on a 64-bit system. See...
by Daniel
Fri May 04, 2012 10:59 am
Forum: Building Installers
Topic: Create Shortcut based on checkbox status
Replies: 4
Views: 28344
 
Jump to post

Re: Create Shortcut based on checkbox status

Hi, You can not have this option on the "ExitDialog" because package resources (registries, files, shortcuts) will be installed or not (based on conditions) before occurrence of this dialog. If you want this you should create your own custom action that will add a shortcut after install ex...
by Daniel
Fri May 04, 2012 10:18 am
Forum: Common Problems
Topic: Search the 64-bit portion of the registry clarification
Replies: 1
Views: 9540
 
Jump to post

Re: Search the 64-bit portion of the registry clarification

Hi Bob, Please keep in mind that by default the registries searches use 32-bit locations no matter what package type your application has and no matter on what operating system (32-bit or 64-bit) your application runs. You should check "Search the 64-bit portion of the registry" option onl...
by Daniel
Fri May 04, 2012 8:51 am
Forum: Common Problems
Topic: Add/Remove Programs - problem !
Replies: 1
Views: 9098
 
Jump to post

Re: Add/Remove Programs - problem !

Hi Amit,

In order to forcefully remove your older application version you should follow our Force Uninstall how to.

Regards,
Daniel
by Daniel
Fri May 04, 2012 8:37 am
Forum: Common Problems
Topic: Java registry Version check fails
Replies: 3
Views: 18045
 
Jump to post

Re: Java registry Version check fails

Hi, Please keep in mind that by default the prerequisite uses 32-bit locations on a 64-bit machine. However, if you want your prerequisite installation conditions to be evaluated using 64-bit locations you should check "Use 64-bit locations when evaluating conditions on a 64-bit machine" o...
by Daniel
Thu May 03, 2012 3:37 pm
Forum: Building Installers
Topic: Add SQL Server Express 2008 to install package
Replies: 6
Views: 20623
 
Jump to post

Re: Add SQL Server Express 2008 to install package

Hi, This bug fix will be included in our future version. Until then, as a workaround in the "Prerequisite" page you should simply drag SQL Server 2008 Express R2 predefined prerequisite on "Pre-install" folder, then build and run your package. If you have any questions let me kno...
by Daniel
Thu May 03, 2012 3:19 pm
Forum: Common Problems
Topic: JNI Exception: Failed to create the Java VM
Replies: 10
Views: 26323
 
Jump to post

Re: JNI Exception: Failed to create the Java VM

Hi, In order to set higher values for JVM heap size you could: 1) Use a 64-bit java product (or Any CPU if you want to support also 32-bit os). 2) Another approach would be to set different values for JVM heap size depending on what operating system your application runs because Windows Vista and ne...
by Daniel
Thu May 03, 2012 10:38 am
Forum: Building Installers
Topic: extensions files problems
Replies: 1
Views: 10002
 
Jump to post

Re: extensions files problems

Hi,

We tested your scenario and we can not reproduce your behavior. Can you please send us the .AIP (project file) and a link, to download the VLC version that you are using in your package, to support at advancedinstaller dot com so we can investigate them?

Regards,
Daniel
by Daniel
Thu May 03, 2012 9:38 am
Forum: Building Installers
Topic: Create Shortcut based on checkbox status
Replies: 4
Views: 28344
 
Jump to post

Re: Create Shortcut based on checkbox status

Hi, Please keep in mind that a check box control has associated a property name (i.e. MY_CHECKBOX) and a value (i.e. checked). When the check box is checked then MY_CHECKBOX property will contain the "checked" value. If you want to condition installation of your shortcut depending of the c...
by Daniel
Wed May 02, 2012 2:10 pm
Forum: Building Installers
Topic: Setting prerequisite of .net 4.0 installs .net 4.0 client
Replies: 2
Views: 11051
 
Jump to post

Re: Setting prerequisite of .net 4.0 installs .net 4.0 clien

Hi, This is beacause .NET Framework 4.0 full package also contain .NET Framework 4.0 Client Profile. Did you mean that only .NET Framework 4.0 Client Profile is installed when you are selecting .NET Framework 4.0 full package predefined prerequisite for your application package? Regards, Daniel
by Daniel
Wed May 02, 2012 12:33 pm
Forum: Building Installers
Topic: Add SQL Server Express 2008 to install package
Replies: 6
Views: 20623
 
Jump to post

Re: Add SQL Server Express 2008 to install package

Hi, It seems this behavior is caused by a bug in Advanced Installer, thank you for bringing it to our attention. I notified the development team and they will investigate the reason. The fix will be included in a future version. As a workaround, in the "Prerequisite" page you can add SQL S...
by Daniel
Wed May 02, 2012 8:15 am
Forum: Common Problems
Topic: Unable to add ShortcutsDlg
Replies: 1
Views: 9158
 
Jump to post

Re: Unable to add ShortcutsDlg

Hi and welcome to Advanced Installer forums,

Can you please send us the .AIP (project file) to support at advancedinstaller dot com so we can investigate? Also, can you reproduce this issue in a new project? If you do, can you send us a list with steps reproducing this issue?

Regards,
Daniel
by Daniel
Mon Apr 30, 2012 1:40 pm
Forum: Common Problems
Topic: Build Project hangs on 'Closing stream' sometimes
Replies: 1
Views: 9148
 
Jump to post

Re: Build Project hangs on 'Closing stream' sometimes

Hi and welcome to Advanced Installer forums,

Can you please send us the .AIP (project file) to support at advancedinstaller dot com so we can investigate?

Regards,
Daniel

Go to advanced search