Search found 50 matches

Go to advanced search

by JDMils
Tue Feb 12, 2013 1:12 pm
Forum: Common Problems
Topic: Install package TWO only if package ONE is already installed
Replies: 1
Views: 5832
 
Jump to post

Install package TWO only if package ONE is already installed

I have two setup packages/EXEs. ONE: Installs a number of Excel workbooks in a custom folder which is chosen by the user. It then sets the folder and filename of one of the XL workbooks in HKLM\Software\[Manufacturer]\[ProductName]\Folder & HKLM\Software\[Manufacturer]\[ProductName]\Filename res...
by JDMils
Thu Aug 11, 2011 2:01 pm
Forum: Common Problems
Topic: Confused about patching.
Replies: 7
Views: 19285
 
Jump to post

Re: Confused about patching.

I think I'm getting there with the Patch method- I just need to keep testing and get my head around it. How can I extract the MSI from the EXE to a specific subfolder using the command line? The reason I ask this is that my installation packages are all EXEs with the product version number in the fi...
by JDMils
Wed Aug 10, 2011 11:31 am
Forum: Common Problems
Topic: Confused about patching.
Replies: 7
Views: 19285
 
Jump to post

Re: Confused about patching.

OK. After extracting the MSI (and all the other files which came with it) from my setup.exe V2.0.12 14,661 KB and V2.0.13, 14,664 KB, I ended up with two MSI files. The V2.0.13 MSI was set as the Upgraded image and V2.0.12 was set as the Target image. The resulting Patch.msp file was 40 KB. So what ...
by JDMils
Tue Aug 09, 2011 11:09 am
Forum: Common Problems
Topic: Confused about patching.
Replies: 7
Views: 19285
 
Jump to post

Re: Confused about patching.

Thanks Mihai, But I do not understand what I need to do. Here's what I have: I have an Enterprise project which contains a number of XL files. I have the following options set in Media: Media Media\Package- Folder: C:\Users\Julian\Documents\MyCompany\Sure Project\FileSystem- XL2007\Notification Setu...
by JDMils
Mon Aug 08, 2011 3:50 am
Forum: Common Problems
Topic: Confused about patching.
Replies: 7
Views: 19285
 
Jump to post

Confused about patching.

I have built an EXE to install a series of MS XL files. I now have a situation where one or two of the 10 XL files will need to be updated, this is because the other 8 XL files will contain running data which needs to be preserved. So, what method do I use so that my user can update the one or two X...
by JDMils
Sun Jun 19, 2011 2:04 am
Forum: Common Problems
Topic: Can error/warning messages be altered to custom text?
Replies: 1
Views: 5773
 
Jump to post

Can error/warning messages be altered to custom text?

For example, when the target system does not contain Dot.Net framework 4, we wish to show a custom text string, or better still, show an RTF file with instructions on where to get it and how to install it. Are these two possible?
by JDMils
Sat Jun 11, 2011 12:29 pm
Forum: Common Problems
Topic: Install DLL depending on OS architecture x86/x64
Replies: 5
Views: 13660
 
Jump to post

Re: Install DLL depending on OS architecture x86/x64

Normally I select Self Register native Library and thus did so again in this case. I'm assuming that since I have conditions set in the Organisation section for x86 & x64, one of the DLLs will be installed to the target file system. Then, since both files are set to self-register, one of them wi...
by JDMils
Sat Jun 11, 2011 12:09 pm
Forum: Common Problems
Topic: Install DLL depending on OS architecture x86/x64
Replies: 5
Views: 13660
 
Jump to post

Re: Install DLL depending on OS architecture x86/x64

I added both DLLs to Files and Folders, then in Organisation\Product\Main Feature:

* Right-click Red86.dll, set Condition to "NOT VersionNT64".
* Right-click Red64.dll, set Condition to "VersionNT64".

Should I set the properties of both DLLs to Auto-Register-File?
by JDMils
Sat Jun 11, 2011 11:26 am
Forum: Common Problems
Topic: Install DLL depending on OS architecture x86/x64
Replies: 5
Views: 13660
 
Jump to post

Install DLL depending on OS architecture x86/x64

I have a setup where I need to install a 3rd party DLL. There are two DLLs:

* Red86.dll
* Red64.dll

I need to register Red86.dll if the target OS is x86. I need to register Red64.dll if the target OS is x64.

How do I achieve this in AI? Thanks.
by JDMils
Sat May 28, 2011 4:15 am
Forum: Common Problems
Topic: Can AI detect which, if any, Office interops are installed?
Replies: 10
Views: 32186
 
Jump to post

Re: Can AI detect which, if any, Office interops are installed?

I tried the following Launch Condition: ( OUTLOOK_2007_REGKEY = OUTLOOK2007_Found ) AND ( OUTLOOK_2007_INTEROP_REGKEY ~>< OUTLOOK_Interops_Found ) Where: * OUTLOOK_2007_REGKEY, Custom Search: Root: HKEY_CLASSES_ROOT Key: TypeLib\{00062FFF-0000-0000-C000-000000000046}\9.3 Name: [~] * OUTLOOK2007_Foun...
by JDMils
Sat May 28, 2011 2:42 am
Forum: Common Problems
Topic: Can AI detect which, if any, Office interops are installed?
Replies: 10
Views: 32186
 
Jump to post

Re: Can AI detect which, if any, Office interops are installed?

There is no way to specify the following criteria: If Office2007 installed but not Office 2007 Interops installed then ShowUserMsg(" You must install the Office 2007 Interops first") OR If Office2010 installed but not Office 2010 Interops installed then ShowUserMsg(" You must install ...
by JDMils
Fri May 20, 2011 9:46 am
Forum: Common Problems
Topic: Can AI detect which, if any, Office interops are installed?
Replies: 10
Views: 32186
 
Jump to post

Re: Can AI detect which, if any, Office interops are installed?

Is there no way for AI to detect if ANY Office interops are installed and if not to install them from an MS redistributable? AI can do it for individual interops already so how does it do this?
by JDMils
Mon May 16, 2011 11:59 pm
Forum: Common Problems
Topic: Can AI detect which, if any, Office interops are installed?
Replies: 10
Views: 32186
 
Jump to post

Re: Can AI detect which, if any, Office interops are installed?

I do not think AI can do this, and this is a basic function: Check if at least one MS Office Interop is installed for either Office 2003, 2007 or 2010. Here's why: A VB.Net app which interfaces with MS Outlook 2007 uses the Office 2007 Interop to reference the Outlook object model. When this app is ...
by JDMils
Sun May 15, 2011 4:43 am
Forum: Common Problems
Topic: Can AI detect which, if any, Office interops are installed?
Replies: 10
Views: 32186
 
Jump to post

Re: Can AI detect which, if any, Office interops are installed?

I'm not sure I understand how to set this up. This is what I require: My requirements are: * Check if Office 2007 Interops are installed (Outlook & Excel in particular) * Check if Office 2010 Interops are installed (Outlook & Excel in particular) If both are not installed then I would like m...
by JDMils
Tue May 10, 2011 1:12 pm
Forum: Common Problems
Topic: Can AI detect which, if any, Office interops are installed?
Replies: 10
Views: 32186
 
Jump to post

Can AI detect which, if any, Office interops are installed?

Most of today's VB.Net apps which interface with the Office components (Outlook, Excel, etc) need to have the Office interops installed in the target computer's Global Assembly Cache (GAC) before they will work. Can AI be setup to check which, if any, Office interops are installed in the target comp...

Go to advanced search