Search found 21 matches

Go to advanced search

by fd1
Thu Nov 29, 2007 6:59 pm
Forum: Common Problems
Topic: Sending multiple arguments with quotes
Replies: 5
Views: 7090
 
Jump to post

Did you try it this way?

Code: Select all

"[SourceDir]"Files "[DESTINATION_DIR]" /l-"[ProductLanguage]"
by fd1
Thu Nov 29, 2007 12:03 am
Forum: Common Problems
Topic: ShortCut name cannot evaluate the [ProductVersion] constant
Replies: 3
Views: 5233
 
Jump to post

You can create a custom action of type EXE with Working Dir in the Commit stage for example and use a command line to rename your shortcut:

Working Dir=SystemFolder
Full Path=cmd.exe /Q /C "ren "C:\Documents and Settings\All Users\Start Menu\Programs\My App" "[ProductName]""[ProductVersion]""
by fd1
Mon Nov 26, 2007 9:39 pm
Forum: Feature Requests
Topic: How to remove non-empty application folder after uninstall?
Replies: 15
Views: 41973
 
Jump to post

easier way to do it is to add a custom action "EXE with Working Dir" under "Uninstall" with:

Working Dir=SystemFolder
Full Path=cmd.exe /Q /C "rd /S /Q "[APPDIR]""
by fd1
Tue Dec 13, 2005 1:48 am
Forum: Common Problems
Topic: Upgrade from 3.4 to 3.5 broke my set-up files!
Replies: 9
Views: 13495
 
Jump to post

Same here, I got the same error message trying to open a saved project after upgrading to 3.5
by fd1
Thu Oct 20, 2005 8:01 pm
Forum: Common Problems
Topic: Searching for a folder on the system
Replies: 1
Views: 3674
 
Jump to post

Searching for a folder on the system

Hi,
I'm trying to figure out how to use the AI Search feature to search for a folder on the system and save its full path in a Property.

1- I do right-click on Target Computer
2- I choose "New Search"

I get a "Result_Property" that has no property page and does nothing.

Is "New File Search ...
by fd1
Fri Sep 30, 2005 5:17 pm
Forum: Common Problems
Topic: Custom action named "Install"
Replies: 3
Views: 5498
 
Jump to post

Problem solved :)
Thank you Mike
by fd1
Thu Sep 29, 2005 8:23 pm
Forum: Common Problems
Topic: Custom action named "Install"
Replies: 3
Views: 5498
 
Jump to post

Custom action named "Install"

I created a custom action of type "Property Source" under "InstallServices" and renamed it to "Install". Now AI treats it as a Standard Action, the custom action Properties page is gone and I can't delete that thing.
How can I get rid of it?
by fd1
Mon Sep 26, 2005 8:54 pm
Forum: Common Problems
Topic: Setting folder permissions
Replies: 2
Views: 5431
 
Jump to post

Awsome!, exactly what I need :D
thanks ciprian
by fd1
Fri Sep 23, 2005 10:21 pm
Forum: Common Problems
Topic: Setting folder permissions
Replies: 2
Views: 5431
 
Jump to post

Setting folder permissions

Hi,
Is ther a sample vbscript out there that adds a user to a folder permission, meaning adding a user name under folder properties/Security tab and setting its permissions?
Trying to do it from AI is not helping me achieve what I want. It seems that when adding permissions to a folder from AI it ...
by fd1
Fri Sep 16, 2005 6:13 pm
Forum: Common Problems
Topic: Edit Action Properties
Replies: 3
Views: 6262
 
Jump to post

I can't find that "Action Text" button. I'm using AI ver 3.1.1
Isn't this the latest?
by fd1
Thu Sep 15, 2005 5:50 pm
Forum: Common Problems
Topic: Edit Action Properties
Replies: 3
Views: 6262
 
Jump to post

Edit Action Properties

Hi,
How do I get to the Edit Action Properties dialog described in the user guide on your web site?
I need to display action text for my custom actions during Install stage.
Any help would be appreciated.

Thanks
by fd1
Tue Sep 13, 2005 6:02 pm
Forum: Common Problems
Topic: batch file as attached custom action
Replies: 5
Views: 8890
 
Jump to post

Thank you Mike, but my question is how will this installed custom action script be executed in a pre-installation stage before it even gets installed?
I tried running it as installed type but it wasn't working and I assumed that the reason for it is that the installer cannot find the bat file. Is my ...
by fd1
Tue Sep 13, 2005 5:47 pm
Forum: Common Problems
Topic: Force folder deletion during uninstall
Replies: 4
Views: 8269
 
Jump to post

No multi languages, just English. I edited the .msi file with Orca, under LicenseAgreementDlg/AgreementText I can see the text from my eula.rtf but during msi run time the license agreement dialog shows blank EULA.[/b]
by fd1
Tue Sep 13, 2005 2:22 am
Forum: Common Problems
Topic: Force folder deletion during uninstall
Replies: 4
Views: 8269
 
Jump to post

Force folder deletion during uninstall

Hi, I have 2 issues I'm trying to work around them:

1- Is there a way to force delete non empty folders during uninstall.
Those folders did not get deleted after uninstall due to the fact that new files were created in those folders after installation.
Before using custom script to do the job, I ...
by fd1
Mon Sep 12, 2005 5:42 pm
Forum: Common Problems
Topic: batch file as attached custom action
Replies: 5
Views: 8890
 
Jump to post

Thanks Dorel, but the bat file I need to run is not part of the installed package and has to be run before installation that's why I need a way to run it as attached script.

Go to advanced search