Search found 57 matches

Go to advanced search

by congnt92
Tue May 20, 2014 3:53 pm
Forum: Building Installers
Topic: Dialogue Page - Some question
Replies: 12
Views: 10564
 
Jump to post

Re: Dialogue Page - Some question

Hi,
Thank for your suggestion, Eusebiu. I'll try it now.
by congnt92
Tue May 20, 2014 8:54 am
Forum: Building Installers
Topic: Dialogue Page - Some question
Replies: 12
Views: 10564
 
Jump to post

Re: Dialogue Page - Some question

Hi,
I use graphite theme and I add "static text" which display action text during install. But "static text" is white and background is dark color. So I choose "Transparent" for "static text" and it work fine. But during install my app, "static text" twinkles between "white" and "dark color". Can u ...
by congnt92
Tue May 20, 2014 7:34 am
Forum: Building Installers
Topic: Dialogue Page - Some question
Replies: 12
Views: 10564
 
Jump to post

Re: Dialogue Page - Some question

Oh, I have made a stupid mistake.
Thank you very much, Eusebiu
by congnt92
Mon May 19, 2014 6:19 pm
Forum: Building Installers
Topic: Dialogue Page - Some question
Replies: 12
Views: 10564
 
Jump to post

Re: Dialogue Page - Some question

Hi,
Thank you for your reply, Eubiseu
However, in order to hide the "X" button, you can go in the Themes page, select the desired frame from the "Frame" combobox (another than the "System" frame) and then go in the "Images" tab and replace the "<AI_FRAME_BTNS>sys_close_*.bmp" images, with some ...
by congnt92
Mon May 19, 2014 2:54 pm
Forum: Building Installers
Topic: Dialogue Page - Some question
Replies: 12
Views: 10564
 
Jump to post

Re: Dialogue Page - Some question

Hi,
Can't anyone help me??
by congnt92
Fri May 16, 2014 7:51 pm
Forum: Building Installers
Topic: Dialogue Page - Some question
Replies: 12
Views: 10564
 
Jump to post

Re: Dialogue Page - Some question

Hi,
I'm sorry but forums does not allow upload over 3 images. And I still have a question.
3) I disable some field like this ( customize summary Information at Builds Page) Disable.PNG
I'm not sure but seem it is reason why I get this error when try to install my app. Error.PNG
Can you tell me why ...
by congnt92
Fri May 16, 2014 7:47 pm
Forum: Building Installers
Topic: Dialogue Page - Some question
Replies: 12
Views: 10564
 
Jump to post

Dialogue Page - Some question

Hi,
I have some questions about Dialogue Page.
1) Some pictures for each step when setup my app.
- 2-Installation Folder.PNG
- 4-Install.PNG
As you see, at step "Installation Folder", minimize button was visible but at step "Setup Type", Step "Ready to Install" and Step "Install" it was hidden. So ...
by congnt92
Fri May 16, 2014 5:31 pm
Forum: Building Installers
Topic: Edit .ini File during instalation
Replies: 12
Views: 10852
 
Jump to post

Re: Edit .ini File during instalation

Hi Daniel, SirNoob
That's a good idea!! I follow your guide and it work for me. Thanks so much, Daniel.
by congnt92
Fri May 16, 2014 3:55 am
Forum: Building Installers
Topic: Edit .ini File during instalation
Replies: 12
Views: 10852
 
Jump to post

Re: Edit .ini File during instalation

Hi Daniel, SirNoob
Thanks for your help, Daniel. Before I ask you, I tried method which you suggest, but if I do that, registry will be not add if my app was run on Windows 7.
by congnt92
Wed May 14, 2014 2:10 pm
Forum: Building Installers
Topic: Uninstall Cleanup for registry
Replies: 35
Views: 27692
 
Jump to post

Re: Uninstall Cleanup for registry

Hi,
If custom actions set run "deferred" will be remove by the rollback, I will use custom action to add a registry vaule, make dir, ... I think that any custom action fail, the installer will stop. But as u say, I wrong.
And Uninstall Cleanup will remove anything which was not created by the ...
by congnt92
Wed May 14, 2014 11:33 am
Forum: Building Installers
Topic: Uninstall Cleanup for registry
Replies: 35
Views: 27692
 
Jump to post

Re: Uninstall Cleanup for registry

Hi,
Can u please help me check my project?
I change code of Make_dir.cmd file to make sure that it will run fail.
In my project, remove_dir.cmd file was not run in the rollback and result, grub folder was not remove.
Thanks
by congnt92
Wed May 14, 2014 11:13 am
Forum: Building Installers
Topic: Edit .ini File during instalation
Replies: 12
Views: 10852
 
Jump to post

Re: Edit .ini File during instalation

Hi Daniel, SirNoob.
My project will add some lines to boot.ini file on Windows XP. And I using "add .ini file" at " Files and folders" page to archive it.
Original boot.ini
[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
[operating systems]
multi(0)disk(0)rdisk(0 ...
by congnt92
Wed May 14, 2014 10:54 am
Forum: Building Installers
Topic: Uninstall Cleanup for registry
Replies: 35
Views: 27692
 
Jump to post

Re: Uninstall Cleanup for registry

Hi,
Thanks for your quick reply, Eusebiu
I just want to remove "grub" folder in the rollback if batch file launch fail. If batch file work fine, the custom action which used to remove "grub" folder will not launch. Can I do that?
Beside, as I know, if batch file launch fail, the installer will stop ...
by congnt92
Wed May 14, 2014 10:28 am
Forum: Building Installers
Topic: Uninstall Cleanup for registry
Replies: 35
Views: 27692
 
Jump to post

Re: Uninstall Cleanup for registry

Hi,
This is reason why I want to set my custom actions to be executed "after the system has been successfully modified".
Batch file
@echo off
bcdedit /export %windir%\system32\Grub && Echo [%TIME:~0,8%]: Backup the state of the system store.
for /f "tokens=3" %%a in ('bcdedit /create /d "Grub4DOS ...
by congnt92
Wed May 14, 2014 9:10 am
Forum: Building Installers
Topic: Uninstall Cleanup for registry
Replies: 35
Views: 27692
 
Jump to post

Re: Uninstall Cleanup for registry

Hi, Eusebiu
Following your help, my project work very fine then ever.
But now I want to change some things. As u know, my project has 2 " launch attached file" custom actions: .exe (converted from batch) and "read_TXT vbs" (read text from file which created by .exe file then add a registry value ...

Go to advanced search