Search found 30 matches

Go to advanced search

by Peter350
Wed May 04, 2011 3:31 pm
Forum: Common Problems
Topic: Another version installed: EXE vs MSI
Replies: 3
Views: 7397
 
Jump to post

Re: Another version installed: EXE vs MSI

I gather that the solution therefore, when attempting to Mix & Match installations/un-installations from both EXE and MSI installers for the same product, is not to build EXE and MSI builds separately, but instead to build one EXE and run the /extract command to extract the contained MSIs which can ...
by Peter350
Tue Mar 08, 2011 5:08 pm
Forum: Common Problems
Topic: Detecting Uninstallation mode in InstallExecute?
Replies: 6
Views: 9236
 
Jump to post

Re: Detecting Uninstallation mode in InstallExecute?

Right clicking on the installations of Windows Live Essentials 2001, or Notepad++

In programs & features

Shows one line:


Uninstall/Change
by Peter350
Thu Mar 03, 2011 6:57 pm
Forum: Common Problems
Topic: Another version installed: EXE vs MSI
Replies: 3
Views: 7397
 
Jump to post

Another version installed: EXE vs MSI

I have a product that builds an EXE and also two MSI builds (for 32 and 64 bit).

Under Upgrades is set:

Automatically upgrade older product versions
Use Original Installation path when upgrading
Uninstall old version first

Supposing I install from the EXE. I then run the identical EXE again (no ...
by Peter350
Thu Mar 03, 2011 6:24 pm
Forum: Common Problems
Topic: Detecting Uninstallation mode in InstallExecute?
Replies: 6
Views: 9236
 
Jump to post

Re: Detecting Uninstallation mode in InstallExecute?

Hi yes it does. UILevel is 5 when launched directly, or 3 when launched with msiexec.exe /x (as is done by the add/remove programs tab in Control Panel).

When UILevel is 5, we show a checkbox on VerifyRemoveDlg called "Remove Configuration Data".

When UILevel is 3, however, all we have at the ...
by Peter350
Tue Mar 01, 2011 4:15 pm
Forum: Common Problems
Topic: Detecting Uninstallation mode in InstallExecute?
Replies: 6
Views: 9236
 
Jump to post

Detecting Uninstallation mode in InstallExecute?

I have custom action VBS scripts running under InstallExecuteSequence->InstallExecute

They are to remove files and folders left behind by the application. (Configuration files).

I need to allow the user the option to either execute these scripts, or not, upon uninstall.

For uninstallation by ...
by Peter350
Wed Jan 05, 2011 1:27 pm
Forum: Common Problems
Topic: Creating folders other than Key resources?
Replies: 6
Views: 6445
 
Jump to post

Re: Creating folders other than Key resources?

"Create folder on target machine" is already selected but the Folder shows under a Component of the same name, and is the Key Feature.

Therefore it cannot be moved to another Component?
by Peter350
Sun Jan 02, 2011 5:30 pm
Forum: Common Problems
Topic: Creating folders other than Key resources?
Replies: 6
Views: 6445
 
Jump to post

Re: Creating folders other than Key resources?

Sorry I made a typo. Should have read

Under Files & Folders, StartMenu->Programs, I have created a FOLDER named [|ProductName]

It is the creation of this folder that is the issue.

I need to know how to create a FOLDER and move it to another component, so I can assign it under a conditional ...
by Peter350
Mon Dec 20, 2010 2:44 pm
Forum: Common Problems
Topic: Creating folders other than Key resources?
Replies: 6
Views: 6445
 
Jump to post

Re: Creating folders other than Key resources?

Also, I have not used the Application ShortCut Folder because I am manually switching-out the shortcut creation by their features, and this would lead to the Application ShortCut Folder being created regardless.
by Peter350
Mon Dec 20, 2010 2:43 pm
Forum: Common Problems
Topic: Creating folders other than Key resources?
Replies: 6
Views: 6445
 
Jump to post

Creating folders other than Key resources?

I decided to manually implement the control of Shortcuts during installation so that I can flexibly control these from command line arguments.

I have manually implemented Shortcut checkboxes which set properties, these properties control Features under which are Components containing Start Menu and ...
by Peter350
Tue Dec 07, 2010 12:53 pm
Forum: Common Problems
Topic: Cannot move Shortcut to new feature/Component?
Replies: 3
Views: 4441
 
Jump to post

Re: Cannot move Shortcut to new feature/Component?

Hi mihai,

we still have both problems. Even if I use a new ShortCutsDlg with its default settings, then switch off the checkboxes, Desktop shortcuts are prevented from installing but not Start Menu shortcuts. We are on Win7 using AI 8.0.2

Our start menu shortcuts are standard shortcuts to ...
by Peter350
Sun Dec 05, 2010 4:29 pm
Forum: Common Problems
Topic: Cannot move Shortcut to new feature/Component?
Replies: 3
Views: 4441
 
Jump to post

Cannot move Shortcut to new feature/Component?

The Shortcuts Dialog seems to be buggy. The lower two checkboxes cannot be hidden (when set not visible, one of them remains visible) and, is only effective for Desktop shortcuts, the Start Menu shortcuts are created regardless. I have therefore decided to implement my own switches to control the ...
by Peter350
Mon Nov 22, 2010 4:59 pm
Forum: Common Problems
Topic: Windows installer unavailable
Replies: 2
Views: 3895
 
Jump to post

Re: Windows installer unavailable

Yes it is a prerequisite. We have emailed the file now.
by Peter350
Mon Nov 22, 2010 4:25 pm
Forum: Common Problems
Topic: Windows installer unavailable
Replies: 2
Views: 3895
 
Jump to post

Windows installer unavailable

I am attempting to install this as a prerequisite file:

http://download.microsoft.com/download/c/6/e/c6e88215-0178-4c6c-b5f3-158ff77b1f38/NetFx20SP2_x86.exe

(.NET Framework 2.0 SP2)

The installation fails as it attempts to install the prerequisite:

"The windows installer service is unavailable ...
by Peter350
Wed Nov 17, 2010 8:04 pm
Forum: Common Problems
Topic: How to install 32 or 64 bit prerequisite .NET framework?
Replies: 1
Views: 7208
 
Jump to post

How to install 32 or 64 bit prerequisite .NET framework?

Hi,

I am distributing an .EXE bootstrapped installer which contains .NET framework 2.0 App, and is intended for all 32-bit and 63-bit windows versions from Windows 2000 SP4 upwards to Win7.

Selecting .NET Framework 2.0 SP2 as a prerequisite actually downloads .NET COMPACT framework which appears ...
by Peter350
Wed Oct 27, 2010 10:08 pm
Forum: Common Problems
Topic: Set Product/File Ver with Version read from a file?
Replies: 1
Views: 7208
 
Jump to post

Set Product/File Ver with Version read from a file?

I wish to automatically set Product or File Version for my MSI installer.

Ideally I would like to read in the file version from a file I am installing (major/minor/build) and have that automatically set as the file version which shows in my final isntaller file.

Alternatively, I would like to read ...

Go to advanced search