Search found 7 matches

Go to advanced search

by rofo
Tue Dec 18, 2012 2:52 pm
Forum: Building Installers
Topic: change public property
Replies: 1
Views: 2409
 
Jump to post

change public property

Hi
Have problem to change property MYAPPDIR inside a vbs file.
Created a Custom Action where a run a vbs file. In Action Data add [APPDIR]
In vbs file:
path = Session.Property("CustomActionData")
If Right(path, 1) = "\" Then
pathNew = Left(path, Len(path) - 1)
Else
pathNew = path
End If
Session ...
by rofo
Wed Jun 13, 2012 8:04 pm
Forum: Building Installers
Topic: create msi thats add files in x86 and amd 64
Replies: 3
Views: 5709
 
Jump to post

Re: create msi thats add files in x86 and amd 64

Hi!
Thanks for the answer, the coustemer how order this job needed to have some files in program files and in program files(x86).
I created 2 msi.
by rofo
Tue Jun 12, 2012 3:38 pm
Forum: Building Installers
Topic: create msi thats add files in x86 and amd 64
Replies: 3
Views: 5709
 
Jump to post

create msi thats add files in x86 and amd 64

Hi!

If I install my msi package and chose to install in c:\program files (x86)\wendia\POB, then it have to create a folder in c:\program files\wendia\POB\ICONS. If i install in diffrent folder, ex c:\program files (x86)\POB then ICONS folder have to be created in c:\program files\POB.
Is it ...
by rofo
Tue May 29, 2012 9:13 am
Forum: Building Installers
Topic: problem when I add Swedish language in the build.
Replies: 2
Views: 5727
 
Jump to post

Re: problem when I add Swedish language in the build.

It´s works.
Thanks
by rofo
Mon May 28, 2012 2:03 pm
Forum: Building Installers
Topic: problem when I add Swedish language in the build.
Replies: 2
Views: 5727
 
Jump to post

problem when I add Swedish language in the build.

Hi

When a create msi file I add Swedish language, I chosed a seperate packages.
I add som text/information in Comments that is in Product Support info.
The msi file works, but in Programs and futures, I get wrong information "Comments: PROPERTY.ARPCOMMENTS".

I´m using advanced installer 8.9 ...
by rofo
Mon May 28, 2012 1:51 pm
Forum: Building Installers
Topic: Create shortcuts if condition
Replies: 2
Views: 10452
 
Jump to post

Re: Create shortcuts if condition

Thanks
by rofo
Thu May 10, 2012 7:45 am
Forum: Building Installers
Topic: Create shortcuts if condition
Replies: 2
Views: 10452
 
Jump to post

Create shortcuts if condition

Hi!

My problem is how do a create a msi – packet that with no property install 4 shortcuts and if a add property shortcut1=1 then it only install shortcut1. The 4 shortcuts points to same setup.exe, the different between the shortcuts are the arguments.
Ex:
If I run my msi -packet, it install 4 ...

Go to advanced search