Search found 52 matches

Go to advanced search

by murug86
Thu Nov 29, 2012 5:35 am
Forum: Common Problems
Topic: Trial Dialog shows every time after valid reg code
Replies: 5
Views: 7207
 
Jump to post

Re: Trial Dialog shows every time after valid reg code

Hi,

My "Runtime Key Location" is set to per machine, as is my "Installation Type" in Install-parameters.

But i think you didn't understand:
As my colleague mentioned you should run your application elevated when registering and

I'm NOT registering. I'm going for the TRIAL option by hitting Try ...
by murug86
Tue Nov 27, 2012 7:33 am
Forum: Common Problems
Topic: Trial Dialog shows every time after valid reg code
Replies: 5
Views: 7207
 
Jump to post

Re: Trial Dialog shows every time after valid reg code

Hi,


I have a similar scenario, except.. I hit 'Try'... So return is '2'.

I already have a java-product which checks the licensing status and allows the user to choose the 'Try' option.

And hereafter, everytime my code tries to load the library by calling the ReadSettingsStr(), the Try/Register ...
by murug86
Mon Sep 24, 2012 10:26 am
Forum: Common Problems
Topic: Java Products Single Instance
Replies: 1
Views: 3360
 
Jump to post

Re: Java Products Single Instance

Hi,

I found the solution myself..

Just add the following method in your main class :


static void secondaryMain( String args[] ){
}

As EZ As THT... :) : )
by murug86
Sat Sep 22, 2012 12:35 pm
Forum: Common Problems
Topic: Java Products Single Instance
Replies: 1
Views: 3360
 
Jump to post

Java Products Single Instance

Hi,

My application has a runnable JAR file (say MyJavaStarter.JAR) in the APPDIR folder, which I have added in the Java Products page.
I have selected the 'Single Instance' property in the 'Application' -> 'Type' option, in the 'Java Product' page, 'Settings' TAB.

After, installation, when I run ...
by murug86
Mon Sep 17, 2012 9:56 am
Forum: Common Problems
Topic: Invoke a JAVA PROGRAM during Updating
Replies: 8
Views: 12353
 
Jump to post

Re: Invoke a JAVA PROGRAM during Updating

Hi,

I don't understand what you mean by this. "Execution stage condition" is available for any custom action.

This is from the AIP in the above zip. It's the Custom Action which calls the aicustact:
noExecutionStageCondition.png

There is no "Execution stage condition" available for this ...
by murug86
Fri Sep 07, 2012 12:52 pm
Forum: Common Problems
Topic: Invoke a JAVA PROGRAM during Updating
Replies: 8
Views: 12353
 
Jump to post

Re: Invoke a JAVA PROGRAM during Updating

yeah,

I'v read the above links over and over again. it;s almost engraved in my mind :)

Anyway, this my present situation:
Case 1:
I analyzed your test.zip. Did the same thing as in your Java Custom Action.aip; using aicustact.dll & java.exe search.
As mentioned above, I need this CustomAction to ...
by murug86
Wed Sep 05, 2012 7:35 am
Forum: Common Problems
Topic: Invoke a JAVA PROGRAM during Updating
Replies: 8
Views: 12353
 
Jump to post

Re: Invoke a JAVA PROGRAM during Updating

Hi Mihai.

I did this in another fashion:
I added the migration.JAR & a executeMigration.BAT (java -jar migration.jar)
Then used a 'Launch a installed file' Custom action to invoke the executeMigration.BAT

It worked during an installation. I have to do this during an update.
BUT i'm having a ...
by murug86
Wed Aug 29, 2012 3:21 pm
Forum: Common Problems
Topic: Invoke a JAVA PROGRAM during Updating
Replies: 8
Views: 12353
 
Jump to post

Invoke a JAVA PROGRAM during Updating

Hi,

When my application is being updated by a new version, I need to run a standalone java program (which i am able to run successfully through command prompt).
I also need the update to rollback, incase the java program fails to execute completly.

p.s. The java program essentially runs a couple ...
by murug86
Sat Aug 25, 2012 10:00 am
Forum: Common Problems
Topic: AUTOMATE build with ANT after SYNCHRONIZING
Replies: 1
Views: 3673
 
Jump to post

AUTOMATE build with ANT after SYNCHRONIZING

Hi,

In my AIP:
I have folders in the 'Application Folder', that I have 'Synchronized' with folders in my system.

To make a new build, Normally, ALL i have to do is :
1. Open the AIP file
2. Hit 'Refresh (Refresh Synchronized Folder)' in the 'Files And Folders' Page. {For each of the synchronized ...
by murug86
Fri Aug 24, 2012 1:24 pm
Forum: Common Problems
Topic: File Operation : COPY
Replies: 6
Views: 7737
 
Jump to post

Re: File Operation : COPY

Hi Mihai..

Yea.. ok..

Btw.. i got a workaround.

I'm changin the value of the Property-based-folder (right after the InstalUISequence) to the folder I required to initially move the files into... :)
Got it. .?

So instead of having to rely on the File-Operation, my EXE will 'Install" the ...
by murug86
Wed Aug 22, 2012 3:03 pm
Forum: Common Problems
Topic: File Operation : COPY
Replies: 6
Views: 7737
 
Jump to post

Re: File Operation : COPY

Hi..

Just move the two operations in the property based folder(SMARTE_SERVER_HOME)
The File-Operation is in the webapps folder
And the FILE is in the property based folder(SMARTE_SERVER_HOME)

So this is what i did:

1. I created the File Operation in my Destination folder (webapps)
2. Then ...
by murug86
Wed Aug 22, 2012 2:32 pm
Forum: Common Problems
Topic: Property Set with Formatted
Replies: 5
Views: 6957
 
Jump to post

Re: Property Set with Formatted

Sorry Mihai..

I understood it only when you stated it as two separate points. :)

I did it. It worked. Awesome.. :)

For other visitors :
First enabled the "Cost finalise" inside the 'InstallUIsequence' stage.
Then moved the Initialize_SMARTE_SERVER_HOME under it.
by murug86
Tue Aug 21, 2012 12:10 pm
Forum: Common Problems
Topic: File Operation : COPY
Replies: 6
Views: 7737
 
Jump to post

Re: File Operation : COPY

This is what I found in the tutorials/help :
destFile.png

Beside, ONLY the SOURCE folder can be selected, the DESTINATION folder is defaulted to the folder where you efine the 'File Operation'.

Then i don't understand what you mean by :

Usually a file operation is placed next to its source ...
by murug86
Tue Aug 21, 2012 11:33 am
Forum: Common Problems
Topic: Property Set with Formatted
Replies: 5
Views: 6957
 
Jump to post

Re: Property Set with Formatted

Hi Mihai..

Also, a property used by a property-based folder must contain a valid path.
Yes, I know. I'm obtaining this from the 'Path Edit' control [ Server Home : ]

add another similar custom action after Begin that sets SMARTE_SERVER_HOME to [WindowsVolume]
I am able to do this too. By ...
by murug86
Tue Aug 21, 2012 7:49 am
Forum: Common Problems
Topic: File Operation : COPY
Replies: 6
Views: 7737
 
Jump to post

File Operation : COPY

Hi,

"Instal Parameters" Page : Added a 'New Property' = SERVER_HOME
"Files & Folders" Page :
1. Added a 'Property Based Folder'
2. Added two war files in this folder
3. Added a folder in the 'Application Folder' = Server
4. Set a 'File Operation' to copy the two war files from the "SERVER_HOME ...

Go to advanced search