Search found 11 matches

Go to advanced search

by AdrianH
Mon Jul 05, 2010 3:40 pm
Forum: Common Problems
Topic: Date Time formatting
Replies: 9
Views: 6593
 
Jump to post

Re: Date Time formatting

Hi,

Yes, that fixed the error from occuring, but the registry value is not being set. It keeps the value of 'NotSet' which is what I defined in the 'Edit Property' dialog as the value. The custom action VBScript execution is current under the 'Install' node of the 'InstallExecuteSequence'.

This ...
by AdrianH
Mon Jul 05, 2010 2:52 pm
Forum: Common Problems
Topic: Date Time formatting
Replies: 9
Views: 6593
 
Jump to post

Re: Date Time formatting

Hi

Yes, that fixed the error from occuring, but the registry value is not being set. It keeps the value of 'NotSet' which is what I defined in the 'Edit Property' dialog as the value. The custom action VBScript execution is current under the 'Install' node of the 'InstallExecuteSequence'.

Secondly ...
by AdrianH
Mon Jul 05, 2010 2:13 pm
Forum: Common Problems
Topic: Date Time formatting
Replies: 9
Views: 6593
 
Jump to post

Re: Date Time formatting

Hi Gabriel

I am trying to implement your suggestions. I have created a property named INSTALLDATE. My property in being shown in the User Defined properties when setting the registry entry to my property. I then try update this property with the following VBScript.

Function setInstallDateTime ...
by AdrianH
Fri Jul 02, 2010 10:04 am
Forum: Common Problems
Topic: Date Time formatting
Replies: 9
Views: 6593
 
Jump to post

Re: Date Time formatting

Thanks for the reply, I created a custom action which runs on install that sets the registy key in VB script in the format I require. Below is the VB script i used to set the key or reference.

Function setInstallDateTime()

const HKEY_LOCAL_MACHINE = &H80000002
strComputer = "."

Set oReg ...
by AdrianH
Wed Jun 30, 2010 10:23 am
Forum: Common Problems
Topic: Date Time formatting
Replies: 9
Views: 6593
 
Jump to post

Date Time formatting

Hi

I need to store the date and time when the application was first installed. I have added a value to my registry key with the value "[Date] [Time]" as a REG_SZ. The installed applicaiton then uses this date and time when running. The issue we have is that we need to set the format of the date and ...
by AdrianH
Wed Apr 01, 2009 11:31 am
Forum: Common Problems
Topic: Multiple File Association Icons
Replies: 1
Views: 1795
 
Jump to post

Multiple File Association Icons

Hi

I have an application with a single exe. I want to associate a number of file extensions with this exe but I want each file extension to have a different icon.

Is this possible?

Regards
Adrian
by AdrianH
Mon Mar 02, 2009 8:49 am
Forum: Feature Requests
Topic: Package Multiple MSI's as features
Replies: 1
Views: 3522
 
Jump to post

Package Multiple MSI's as features

HI

I would like the ability to create a single MSI from several MSI's. The reason for this is I have my software install as an MSI and two 3rd party driver msi packages. I would like eash msi to exist as a feature within my "big" msi.

Regards
by AdrianH
Thu Oct 16, 2008 2:12 pm
Forum: Common Problems
Topic: Update registry from custom action
Replies: 3
Views: 2807
 
Jump to post

Re: Update registry from custom action

Hi,

Don't worry, I was missing the comma's in the script.

Thanks for your time.
by AdrianH
Thu Oct 16, 2008 2:01 pm
Forum: Common Problems
Topic: Update registry from custom action
Replies: 3
Views: 2807
 
Jump to post

Re: Update registry from custom action

Hi

Thanks for the reply.

I am struggling to remove the registry entries. PLease can you have a quick look and see if you can see anyting wrong.

This is my VBS method:

Function cleanupRegistry()
const HKEY_LOCAL_MACHINE = &H80000002
strComputer = "."

Set oReg=GetObject("winmgmts ...
by AdrianH
Thu Oct 16, 2008 1:27 pm
Forum: Common Problems
Topic: Update registry from custom action
Replies: 3
Views: 2807
 
Jump to post

Update registry from custom action

Hi

Is it possible to update and/or delete keys and values from the registry from a custom action. I know I need to set the condition of the action to REMOVE="ALL" AND (NOT UPGRADINGPRODUCTCODE)
as I only want it to run on a full uninstall. I am hoping that it can be accomplished in scipting ...
by AdrianH
Wed Oct 15, 2008 3:11 pm
Forum: Common Problems
Topic: Updater creating "Updates" folder
Replies: 1
Views: 2000
 
Jump to post

Updater creating "Updates" folder

Hi

I see that when the updater executes and connects to the update URL and downloads an update, an "Updates" folder in Start->Programs->MyProg. It also adds the *.AIU file as a sub-item of the "Updates" folder. Is it possible to stop this menu folder from being created?

Regards

Go to advanced search