Search found 605 matches

Go to advanced search

by Ionut
Tue Sep 08, 2009 3:07 pm
Forum: Feature Requests
Topic: Installer for Windows Mobile / WindowsCE
Replies: 7
Views: 18593
 
Jump to post

Re: Installer for Windows Mobile / WindowsCE

Hi,

Support for Windows Mobile/CE CAB projects is available starting with version 7.0 of Advanced Installer. For more details, see the following help article.

Regards,
Ionut
by Ionut
Tue Sep 08, 2009 3:02 pm
Forum: Common Problems
Topic: Windows Mobile CAB Installer
Replies: 7
Views: 22884
 
Jump to post

Re: Windows Mobile CAB Installer

Hi,

Starting with version 7.2, Advanced Installer contains a dedicated view which greatly simplifies registering your mobile applications with the Windows CE Application Manager. For more details about this, please see the ActiveSync page help topic.

Regards,
Ionut
by Ionut
Wed Aug 05, 2009 5:41 pm
Forum: Common Problems
Topic: Windows Mobile - Compressing CAB package causes CEAppMgr err
Replies: 2
Views: 9412
 
Jump to post

Re: Windows Mobile - Compressing CAB package causes CEAppMgr err

Hi Chris, The problem is caused by missing metadata in the generated CAB packages. When the CAB files are left uncompressed, CEAppMgr can determine this required information directly, but not when compression is used. Thank you for bringing this to our attention. The next Advanced Installer version ...
by Ionut
Mon Jul 06, 2009 4:03 pm
Forum: Common Problems
Topic: custom log file entries
Replies: 1
Views: 7784
 
Jump to post

Re: custom log file entries

Hi, In a VBScript Custom Action, you can simply use the WriteToLog function described in this HowTo article : Function WriteToLog(msg) Const msiMessageTypeInfo = &H04000000 Set record = Session.Installer.CreateRecord(1) record.StringData(0) = "[1]" record.StringData(1) = CStr(msg) Sess...
by Ionut
Thu Jun 25, 2009 3:52 pm
Forum: Common Problems
Topic: Windows Mobile CAB Installer
Replies: 7
Views: 22884
 
Jump to post

Re: Windows Mobile CAB Installer

Hi, Indeed, when there are several different CAB files (as opposed to the same CAB file but with different target platform settings), it is required to create separate .INI files for each and launch "CeAppMgr" with each .INI file as the argument. Starting with ActiveSync 4.5, "CEAppMg...
by Ionut
Fri Jun 12, 2009 2:29 pm
Forum: Common Problems
Topic: Windows Mobile CAB Installer
Replies: 7
Views: 22884
 
Jump to post

Re: Windows Mobile CAB Installer

Hi, The string for the "CabFiles" INI key should contain no unnecessary spaces . Additionally, you should rename the CAB file for your application "ScanInOut Setup.CAB" such that it also does not contain any spaces in its name (for instance, "ScanInOut_Setup.CAB"). Ther...
by Ionut
Wed May 27, 2009 12:17 pm
Forum: Common Problems
Topic: AI Bug in version 7.0
Replies: 1
Views: 7908
 
Jump to post

Re: AI Bug in version 7.0

Hi,

This is a bug in Advanced Installer introduced by version 7.0. Please download version 7.0.1 which fixes the problem.

Regards,
Ionut
by Ionut
Mon Mar 30, 2009 10:40 pm
Forum: Common Problems
Topic: Invalid keyword-value pairs
Replies: 3
Views: 16200
 
Jump to post

Re: Invalid keyword-value pairs

Hi Peter, You are receiving the error message because you have not configured the Data Source attributes correctly. Try to delete the "LastUser" and "Driver" attributes from the list control and let me know if the problem persists. The "Driver" attribute must not be spe...
by Ionut
Tue Mar 24, 2009 4:52 pm
Forum: Common Problems
Topic: can not open old project
Replies: 4
Views: 9633
 
Jump to post

Re: can not open old project

Hi,

Please send the AIP file showing this problem to support at advancedinstaller dot com and we shall fix it for you.

Regards,
Ionut
by Ionut
Mon Mar 23, 2009 6:44 pm
Forum: Common Problems
Topic: MSI Deployment
Replies: 1
Views: 8047
 
Jump to post

Re: MSI Deployment

Hi,

Please send the AIP file to support at advancedinstaller dot com in order to investigate this issue.

Regards,
Ionut
by Ionut
Mon Mar 16, 2009 4:03 pm
Forum: Common Problems
Topic: shortcuts in all users folder?
Replies: 1
Views: 7882
 
Jump to post

Re: shortcuts in all users folder?

Hi Wesley,

I could not reproduce this issue when assigning a simple MSI package to computers in our test domain. Please send the AIP file you are using to support at advancedinstaller dot com in order to investigate this issue.

Regards,
Ionut
by Ionut
Mon Mar 02, 2009 4:34 pm
Forum: Common Problems
Topic: Assemblies in GAC not updated
Replies: 1
Views: 8189
 
Jump to post

Re: Assemblies in GAC not updated

Hi, Currently the attributes are extracted only when an assembly is added in the Assemblies page. This is a limitation of Advanced Installer which will be addressed in a future version. Thank you for bringing this to our attention. In the meantime, you can delete the assembly and then re-add it in t...
by Ionut
Thu Feb 26, 2009 9:58 pm
Forum: Common Problems
Topic: Custom Action in Vista silently fails
Replies: 8
Views: 15155
 
Jump to post

Re: Custom Action in Vista silently fails

Hi Chris, Most likely this problem is due to a dependency issue, because the Custom Action worked correctly on my development machine. I have noticed that the DLL you have sent has a dependency on "MSVCR90D.dll" (the debug version of the VC 2008 runtime library), which might not be present...
by Ionut
Thu Feb 12, 2009 4:41 pm
Forum: Feature Requests
Topic: Installer for Windows Mobile / WindowsCE
Replies: 7
Views: 18593
 
Jump to post

Re: Installer for Windows Mobile / WindowsCE

Hi,

Currently Advanced Installer does not support creating Windows CE CAB files. We are working on this feature as we speak and it will be available in a future version.

Regards,
Ionut
by Ionut
Wed Feb 04, 2009 11:49 pm
Forum: Feature Requests
Topic: Three digit version numbers useless
Replies: 2
Views: 12215
 
Jump to post

Re: Three digit version numbers useless

Hi, Note that the three digit limitation applies only to the value of the ProductVersion Property, not to the executable files in your package (which can have four fields in their versions). As it is mentioned in the SDK, the fourth field can be included, but it is ignored (which means that "1....

Go to advanced search